• 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

GetGPOSettingsReport

GetGPOSettingsReport

Creates a Group Policy settings report. Find the Group Policy Object by input, domain and name, or domain and GUID.

Properties

ReportType
Type: Citrix.WorkflowStudio.ActivityLibrary.GroupPolicy.GetGPOSettingsReport+ReportTypeEnum
Specifies the output format for the report. Defaults to 'HTML'.

InputGPO
Type: System.Object
Specifies a .NET object representing the Group Policy Object to be reported. This parameter takes precedence over the domain and name or the domain and GUID parameters.

GPODomain
Type: System.String
Specifies the full DNS name of the domain in which to find the Group Policy Object to be reported. You must also specify the 'GPO GUID' or 'GPO Name'. This parameter is ignored if 'Input GPO' is supplied.

GPOName
Type: System.String
Specifies the display name of the Group Policy Object to be reported. You must also specify the 'GPO Domain'. This parameter is ignored if 'Input GPO' is supplied.

GPOGuid
Type: System.String
Specifies the GUID of the Group Policy Object to be reported. You must also specify the 'GPO Domain'. This parameter is ignored if 'Input GPO' is supplied.

DestinationFolder
Type: System.String
Specifies the destination folder for the report. You can enter a path and folder name, bind to a property representing the folder name, or select the folder from the 'Browse for Folder' dialog. See also the 'Create Destination Folder' parameter.

CreateDestinationFolder
Type: System.Object
Specifies whether to create the destination folder if it does not already exist. This parameter does not apply to folders created through the 'Browse for Folder' dialog accessed from the 'Destination Folder' parameter.

ReportFileOutput
Type: System.String
Contains the full path to the resulting report file. 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