• 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

GetGPO

GetGPO

Retrieves one or more Group Policy Objects from a specified Active Directory domain.

Properties

GPODomain
Type: System.String
Specifies the DNS name of the domain in which to find the Group Policy Objects. 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.

GPOName
Type: System.String
Specifies the name of the Group Policy Object to be retrieved. If no value is specified for either 'GPO GUID' or 'GPO Name' then all GPOs are retrieved. This parameter is ignored if 'GPO GUID' is supplied.

GPOGuid
Type: System.String
Specifies the GUID of the Group Policy Object to be retrieved. If no value is specified for either 'GPO GUID' or 'GPO Name' then all GPOs are retrieved. This parameter takes precedence over 'GPO Name'.

GPOOutput
Type: System.Object
Contains a collection of the Group Policy Objects retrieved. 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