GetGpoReportCommand.Name Property

 

Gets and sets the value of the Name 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, ValueFromPipeline = true, 
    ParameterSetName = "ByName")]
[AliasAttribute(new string[] { ... })]
[ValidateGpoNameAttribute]
public string Name { get; set; }
public:
[ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true, 
    ParameterSetName = "ByName")]
[AliasAttribute(new array<String^>^ { ... })]
[ValidateGpoNameAttribute]
property String^ Name {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true,
    ParameterSetName = "ByName")>]
[<AliasAttribute([| ... |])>]
[<ValidateGpoNameAttribute>]
member Name : string with get, set
<ParameterAttribute(Mandatory := True, Position := 0, ValueFromPipeline := True,
    ParameterSetName := "ByName")>
<AliasAttribute(New String() { ... })>
<ValidateGpoNameAttribute>
Public Property Name 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