API Reference
Class
GpoInventoryDomainSummary
Per‑domain rollup counts for link state and consistency categories.
Inheritance
- Object
- GpoInventoryDomainSummary
Constructors
public GpoInventoryDomainSummary() #Inherited Methods
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.