API Reference
Class
DomainControllerInfo
Describes an Active Directory domain controller discovered during inventory.
Inheritance
- Object
- DomainControllerInfo
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
- Field ActiveDirectoryDataServices.DomainControllerDetails
- Field ActiveDirectoryDataServices.ForestDomainControllerDetails
- Field ActiveDirectoryDataServices.ForestDomainControllers
- Property ActiveDirectoryOverview.DomainControllers
- Property AdDomainOverview.DomainControllers
- Property DomainStatisticsSnapshot.DomainControllers
Constructors
public DomainControllerInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.