• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
Workflow Studio Developer Network

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.

Enter tags to add to this page:
Please wait 
Looking for a tag? Just start typing.
Related Links