GetBackupGPO
GetBackupGPO
Retrieves one or more backup Group Policy Objects.
Properties
Comment
Type: System.String
Specifies the objects to be retrieved by a comment provided with the backup.
GPODomain
Type: System.String
Specifies the objects to be retrieved by the DNS name of the domain.
BackupDate
Type: System.String
Specifies the objects to be retrieved by backup date.
GPOName
Type: System.String
Specifies the objects to be retrieved by a Group Policy Object display name.
GPOGuid
Type: System.String
Specifies the objects to be retrieved by a Group Policy Object GUID.
BackupID
Type: System.String
Specifies the objects to be retrieved by backup ID.
BackupDir
Type: System.String
Specifies the folder that holds the Backup Group Policy Object(s) to be retreived.
GPOOutput
Type: System.Object
Contains the retrieved backup Group Policy Object(s). These objects can be restored using 'Restore GPO'. This is a read-only output parameter.
Add Comment