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.
Add Comment