• 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

LinkGPO

LinkGPO

Links a Group Policy Object to an Active Directory container. Find the GPO by input or by name.

Properties

InputGPO
Type: System.Object
Specifies the Group Policy Object to be linked to a container. This parameter takes precedence over the 'GPO GUID' and 'GPO Name' parameters.

GPODomain
Type: System.String
Specifies the full DNS name of the domain in which to find the GPO to link. When a valid domain is specified, the 'GPO Name' and 'GPO GUID' properties will contain a list of available GPOs. These values will not be provided when 'GPO Domain' is specified as a binding. This parameter is ignored if 'Input GPO' is supplied.

GPOGuid
Type: System.String
Specifies the GUID of the Group Policy Object to be linked to an Active Directory container. This parameter takes precedence over the 'GPO Name' parameter. This parameter is ignored if 'Input GPO' is supplied.

GPOName
Type: System.String
Specifies the display name of the Group Policy Object to be linked to an Active Directory container. You must also specify 'Target Container'. This parameter is ignored if 'Input GPO' is supplied.

TargetContainer
Type: System.String
Specifies the LDAP path or distinguished name (DN) of the Active Directory container to which the Group Policy Object is to be linked. For example, 'OU=DesiredOU,OU=ParentOU,DC=company,DC=com'.

GPOOutput
Type: System.Object
Contains the Group Policy Object that was linked. 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