Microsoft.Windows.Server.AD.DomainDomínio do Active Directory

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

As instâncias dessa classe representam os Domínios do AD

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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.Windows.Server.AD.Domain:
Name  string  Nome true 255  False 
DefaultNamingContext  string  Contexto de Nomenclatura Padrão false 255  False 
PDCEmulator  string  Emulador de PDC false 255  False 
RIDMaster  string  Mestre de RID false 255  False 
InfrastructureMaster  string  Mestre de Infra-Estrutura false 255  True 
LastDiscovery  string  Reservado 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>