GetGpoReportCommand.Path Property

 

Gets and sets the value of the Path parameter of the Get-GpoReport cmdlet.

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

Syntax

[ParameterAttribute(Position = 2)]
[ValidateNotNullOrEmptyAttribute]
public string Path { get; set; }
public:
[ParameterAttribute(Position = 2)]
[ValidateNotNullOrEmptyAttribute]
property String^ Path {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(Position = 2)>]
[<ValidateNotNullOrEmptyAttribute>]
member Path : string with get, set
<ParameterAttribute(Position := 2)>
<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 Get-GpoReport in the Microsoft TechNet library.

For Help at the command line, type:

get-help get-gporeport

See Also

GetGpoReportCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top