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