CreateGPOCopy
CreateGPOCopy
Creates a new Group Policy Object from an existing one that is used as a template.
Properties
GPODomain
Type: System.String
Specifies the full DNS name of the domain in which to create a Group Policy Object from the GPO template.
GPOName
Type: System.String
Specifies the display name of the new Group Policy Object to be created from the GPO template.
InputGPOTemplate
Type: System.Object
Specifies the input GPO template to be used to create a Group Policy Object. This parameter takes precedence over the other GPO template parameters.
GPOTemplateDomain
Type: System.String
Specifies the full DNS name of the domain in which to find the GPO template to be used to create a Group Policy Object. You must also specify 'GPO Template GUID' or 'GPO Template Name'. This parameter is ignored if 'Input GPO Template' is supplied.
GPOTemplateName
Type: System.String
Specifies the display name of the GPO template used to create a Group Policy Object. You must also specify 'GPO Template Domain'. This parameter is ignored if 'Input GPO Template' is supplied.
GPOTemplateGuid
Type: System.String
Specifies the GUID of the GPO template to be used to create a Group Policy Object. You must also specify 'GPO Template Domain'. This parameter takes precedence over 'GPO Template Name'. This parameter is ignored if 'Input GPO Template' is supplied.
CopyDACLs
Type: System.String
Specifies whether to copy the discretionary access control list (DACL) from the GPO template to the new Group Policy Object. Defaults to True. You can also bind this parameter to a conditional.
Output
Type: System.Object
Contains the new Group Policy Object created from the GPO template. This is a read-only output parameter.
Add Comment