• 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

BackupGPO

BackupGPO

Backs up one or more Group Policy Objects to disk. Find the objects by input or domain.

Properties

InputGPO
Type: System.Object
Specifies the Group Policy Object to be backed up. This parameter takes precedence over 'GPO Domain'.

GPODomain
Type: System.String
Specifies the full DNS name of the domain in which to find the Group Policy Object which will be backed up. 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.

GPOName
Type: System.String
Specifies the name of the Group Policy Object to be backed up. 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 backed up. If no value is specified for either 'GPO GUID' or 'GPO Name' then all GPOs are retrieved. This parameter takes precedence over 'GPO Name'.

Comment
Type: System.String
Specifies a comment for this backup operation.

DestinationFolder
Type: System.String
Specifies the target folder for the Group Policy Object backup. 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.

CreateDestinationFolder
Type: System.Object
Specifies whether to automatically create the folder (True) or fail (False) if the folder does not exist when this activity runs. You can also bind this parameter to a conditional.

GPOCollectionOutput
Type: System.Object
Contains the backup Group Policy Objects. 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