TestimoX

API Reference

Class

Options (GpoRestoreService)

Namespace ADPlayground.Gpo.GpoRestoreService
Assembly ADPlayground
Modifiers sealed

Options controlling restore behavior.

Inheritance

  • Object
  • Options

Constructors

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