API Reference
Class
GpoBackupPolicyMappingResult
Result of mapping a GPO backup folder to ADMX policies.
Inheritance
- Object
- GpoBackupPolicyMappingResult
Constructors
public GpoBackupPolicyMappingResult() #Inherited Methods
Properties
public String AdmxSource { get; set; } #ADMX source description (e.g., CentralStore:contoso.com, Local:C:\Windows\PolicyDefinitions).
public IReadOnlyList<String> AdmxDirectoriesUsed { get; set; } #Directories used (in precedence order) to build the ADMX document.
public IReadOnlyList<String> MachinePolSources { get; set; } #Paths of Machine-scope Registry.pol files used.
public IReadOnlyList<GpoPolicySettingDetail> ComputerSettings { get; set; } #Mapped Computer-scope settings.
public IReadOnlyList<GpoRegistryValueDetail> ComputerUnknown { get; set; } #Unknown Computer-scope registry values.
public IReadOnlyList<String> UserPolSources { get; set; } #Paths of User-scope Registry.pol files used.
public IReadOnlyList<GpoPolicySettingDetail> UserSettings { get; set; } #Mapped User-scope settings.
public IReadOnlyList<GpoRegistryValueDetail> UserUnknown { get; set; } #Unknown User-scope registry values.