API Reference
Class
Options (GpoRestoreService)
Options controlling restore behavior.
Inheritance
- Object
- Options
Constructors
public Options() #Inherited Methods
Properties
public String DomainName { get; set; } #Override the target domain DNS name. When omitted, uses the domain stored in the manifest.
public String NewDisplayName { get; set; } #Optional new display name for the restored GPO.
public Boolean RestoreLinks { get; set; } #When set, recreates GPO links from the backup manifest.
public Boolean SkipMissingWmiFilterLink { get; set; } #When set, skips restoring the WMI filter link when the referenced filter cannot be resolved in the target domain.
public Boolean RestoreSecurityDescriptorFromManifest { get; set; } #When set, restores the GPO security descriptor (owner + DACL) from the backup manifest when present.
public Boolean RestoreDefaultAcl { get; set; } #When set, restores a default GPO ACL baseline after creation.
public Boolean VerifySysvolHashes { get; set; } #When set and SYSVOL hashes are present in the manifest, verifies SHA256 hashes of extracted SYSVOL files.