RestoreGpoCommand.Path Property

 

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

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

Syntax

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