API Reference
Class
GpoInventoryDomainSummary
Per‑domain rollup counts for link state and consistency categories.
Inheritance
- Object
- GpoInventoryDomainSummary
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GpoInventoryRollupReport.Domains
Constructors
public GpoInventoryDomainSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Domain DNS name.
public Int32 Total { get; set; } #Total GPOs discovered in the domain.
public Int32 Unlinked { get; set; } #Count of unlinked GPOs.
public Int32 LinkedEnabled { get; set; } #Count of linked and enabled GPOs.
public Int32 LinkedDisabled { get; set; } #Count of linked but disabled GPOs.
public Int32 LinkedBroken { get; set; } #Count of links referencing missing targets (broken links).
public Int32 AdOnly { get; set; } #Count of AD‑only GPO records (no SYSVOL folder present).
public Int32 SysvolOnly { get; set; } #Count of SYSVOL‑only GPO folders (no AD record present).
public Int32 EmptySettings { get; set; } #Count of GPOs with no policy settings.
public Int32 EmptyGpo { get; set; } #Count of GPOs with no AD or SYSVOL content.
public Int32 VersionMismatch { get; set; } #Count of GPOs with version mismatch between AD and SYSVOL.
public Int32 BrokenWmi { get; set; } #Count of GPOs with broken WMI filter references.