API Reference
AdDomainOverview
Domain-level statistics captured during ActiveDirectoryOverview generation.
Inheritance
- Object
- AdDomainOverview
Constructors
public AdDomainOverview() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS name of the domain.
public DomainMode DomainFunctionalLevel { get; set; } #Effective domain functional level.
public Nullable<Int32> DomainFunctionalLevelRaw { get; set; } #Numeric raw value of DomainFunctionalLevel when known.
public String DomainFunctionalLevelLabel { get; set; } #User‑friendly label for the domain functional level.
public Int64 UserCount { get; set; } #Approximate user objects count in the domain.
public Boolean UserCountComplete { get; set; } #True when the UserCount was computed from a complete enumeration.
public Int64 GroupCount { get; set; } #Approximate group objects count in the domain.
public Boolean GroupCountComplete { get; set; } #True when the GroupCount was computed from a complete enumeration.
public Int64 ComputerCount { get; set; } #Approximate computer objects count in the domain.
public Boolean ComputerCountComplete { get; set; } #True when the ComputerCount was computed from a complete enumeration.
public Int32 DomainControllerCount { get; set; } #Total number of domain controllers observed for the domain.
public IReadOnlyList<DomainControllerInfo> DomainControllers { get; set; } #Per-DC details, when available from data sources.
public Nullable<Int32> MaximumSupportedDomainFunctionalLevelRaw { get; set; } #Maximum supported domain functional level raw value based on DC inventory.
public String MaximumSupportedDomainFunctionalLevelLabel { get; set; } #User‑friendly label for MaximumSupportedDomainFunctionalLevelRaw.