API Reference
Class
Options (GpoBackupService)
Options controlling what is included in the backup.
Inheritance
- Object
- Options
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method GpoBackupService.Backup
- Method GpoBackupService.BackupAsync
Constructors
public Options() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean IncludeSysvol { get; set; } #Include SYSVOL folder content in the backup.
public Boolean IncludeLinks { get; set; } #Include discovered GPO links (gPLink consumers) in the backup manifest.
public Boolean IncludeSecurityDescriptor { get; set; } #Include the security descriptor (SDDL + owner SID) in the backup manifest.
public Boolean IncludeSysvolHashes { get; set; } #Compute SHA256 hashes for SYSVOL files and store them in the manifest.