NewGpoCommand.StarterGpoGuid Property

 

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

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

Syntax

[ParameterAttribute(Mandatory = true, ValueFromPipelineByPropertyName = true, 
    ParameterSetName = "NewStarterGUID")]
[AliasAttribute(new string[] { ... })]
[ValidateNotNullOrEmptyAttribute]
public Guid StarterGpoGuid { get; set; }
public:
[ParameterAttribute(Mandatory = true, ValueFromPipelineByPropertyName = true, 
    ParameterSetName = "NewStarterGUID")]
[AliasAttribute(new array<String^>^ { ... })]
[ValidateNotNullOrEmptyAttribute]
property Guid StarterGpoGuid {
    Guid get();
    void set(Guid value);
}
[<ParameterAttribute(Mandatory = true, ValueFromPipelineByPropertyName = true,
    ParameterSetName = "NewStarterGUID")>]
[<AliasAttribute([| ... |])>]
[<ValidateNotNullOrEmptyAttribute>]
member StarterGpoGuid : Guid with get, set
<ParameterAttribute(Mandatory := True, ValueFromPipelineByPropertyName := True,
    ParameterSetName := "NewStarterGUID")>
<AliasAttribute(New String() { ... })>
<ValidateNotNullOrEmptyAttribute>
Public Property StarterGpoGuid 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 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