Microsoft.Windows.Server.AD.DomainActive Directory Domain

Microsoft.Windows.Server.AD.Domain (ClassType)

Instances of this class represent AD Domains

Element properties:

Base ClassMicrosoft.Windows.Server.AD.ServiceComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId36c641fc-f617-6d1c-3dba-f380541681db

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Server.AD.Domain:
Name  string  Name true 255  False 
DefaultNamingContext  string  Default Naming Context false 255  False 
PDCEmulator  string  PDC Emulator false 255  False 
RIDMaster  string  RID Master false 255  False 
InfrastructureMaster  string  Infrastructure Master false 255  True 
LastDiscovery  string  Reserved false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.Domain" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.AD.ServiceComponent" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DefaultNamingContext" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PDCEmulator" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="RIDMaster" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="InfrastructureMaster" Type="string" Key="false" CaseSensitive="true" Length="255" MinLength="0"/>
<Property ID="LastDiscovery" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>