GetGpoReportCommand.Guid Property

 

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

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

Syntax

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

Property Value

Type: System.Guid

Returns Guid.

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