NewGpoCommand.Server Property

 

Gets and sets the value of the Server parameter of the New-Gpo cmdlet.

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

Syntax

[ParameterAttribute]
[AliasAttribute(new string[] { ... })]
[ValidateNotNullOrEmptyAttribute]
public string Server { get; set; }
public:
[ParameterAttribute]
[AliasAttribute(new array<String^>^ { ... })]
[ValidateNotNullOrEmptyAttribute]
property String^ Server {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute>]
[<AliasAttribute([| ... |])>]
[<ValidateNotNullOrEmptyAttribute>]
member Server : string with get, set
<ParameterAttribute>
<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 New-Gpo in the Microsoft TechNet library.

For Help at the command line, type:

get-help new-gpo

See Also

NewGpoCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top