GetGpoReportCommand.Server Property

 

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

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

Syntax

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