API Reference
RsopGpResultSingleReport
Single-machine gpresult-like view projected from RSOP details. Contains applied GPOs, Administrative Templates, Unknown registry items, security/audit/account policies and trace/coverage metadata.
Inheritance
- Object
- RsopGpResultSingleReport
Constructors
public RsopGpResultSingleReport() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name of the computer.
public String ComputerName { get; set; } #Computer host name.
public RegistryPolicyScope Scope { get; set; } #RSOP policy scope (Computer or User).
public IReadOnlyList<RsopAppliedGpo> AppliedGpos { get; set; } #Applied Group Policy Objects in processing order.
public IReadOnlyList<GpoPolicySettingDetail> AdministrativeTemplates { get; set; } #Administrative Templates (ADMX) settings that RSOP reports.
public IReadOnlyList<GpoRegistryValueDetail> Unknown { get; set; } #Registry values in RSOP that did not match known templates.
public IReadOnlyList<ResolvedSecurityOption> SecurityOptions { get; set; } #Resolved Local Security Options (friendly names with interpreted values).
public IReadOnlyList<AuditPolicyEntry> AuditPolicies { get; set; } #Advanced Audit Policy subcategory configuration.
public AccountPolicyInfo AccountPolicy { get; set; } #Effective domain account policy (password/lockout).
public EventLogPolicyInfo EventLogPolicy { get; set; } #Event Log policy (sizes/retention).
public KerberosPolicyInfo DomainKerberosPolicy { get; set; } #Domain Kerberos policy settings in effect.
public PasswordPolicyInfo DomainPasswordPolicy { get; set; } #Domain password policy settings in effect.
public RsopCoverage Coverage { get; set; } #Coverage visualization of RSOP sections encountered.
public RsopTrace Trace { get; set; } #Trace of how RSOP data was gathered and matched.
public String AdmxSource { get; set; } #ADMX source description used to map policies.