CreateGPO
CreateGPO
Creates a new Group Policy Object in the specified domain.
Properties
AllowDuplicates
Type: System.Boolean
Specifies whether duplicate names are allowed in GPO creation. Defaults to 'False'.
GPODomain
Type: System.String
Specifies the full DNS name of the domain in which the new Group Policy Object will be created.
GPOName
Type: System.String
Specifies the display name of the new Group Policy Object.
GPOObjectOutput
Type: System.Object
Contains the created Group Policy Object. This is a read-only output parameter.
Add Comment