API Reference
Class
DomainControllerInfo
Describes an Active Directory domain controller discovered during inventory.
Inheritance
- Object
- DomainControllerInfo
Constructors
public DomainControllerInfo() #Inherited Methods
Properties
public String Name { get; set; } #Fully qualified DNS host name of the domain controller.
public String DomainName { get; set; } #DNS domain name hosting this controller.
public String SiteName { get; set; } #AD site name where the controller resides.
public String OperatingSystem { get; set; } #Operating system caption.
public String OperatingSystemVersion { get; set; } #Operating system version string.
public Boolean IsGlobalCatalog { get; set; } #True when the controller hosts the Global Catalog.
public Boolean IsReadOnly { get; set; } #True when this controller is read-only (RODC).
public Nullable<Int32> SupportedFunctionalLevelRaw { get; set; } #Maximum supported domain/forest functional level inferred from OS family.