RestoreGpoCommand.Domain Property

 

Gets and sets the value of the Domain parameter of the Restore-Gpo cmdlet.

Namespace:   Microsoft.GroupPolicy.Commands
Assembly:  Microsoft.GroupPolicy.Commands (in Microsoft.GroupPolicy.Commands.dll)

Syntax

[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
[ValidateNotNullOrEmptyAttribute]
[AliasAttribute(new string[] { ... })]
public string Domain { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
[ValidateNotNullOrEmptyAttribute]
[AliasAttribute(new array<String^>^ { ... })]
property String^ Domain {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true)>]
[<ValidateNotNullOrEmptyAttribute>]
[<AliasAttribute([| ... |])>]
member Domain : string with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True)>
<ValidateNotNullOrEmptyAttribute>
<AliasAttribute(New String() { ... })>
Public Property Domain As String

Property Value

Type: System.String

Returns String.

Remarks

This topic is included in this SDK for completeness only.For more information about this cmdlet, see Restore-Gpo in the Microsoft TechNet library.

For Help at the command line, type:

get-help restore-gpo

See Also

RestoreGpoCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top