Microsoft.Windows.Server.AD.DomainControllerRoleRola komputera kontrolera domeny usługi Active Directory

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

Wystąpienia tej klasy reprezentują kontrolery domeny usługi AD działające w systemie Windows Server

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1c821310-40ec-fad2-48bc-f2ac6318c802

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) 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.DomainControllerRole:
Name  string  Nazwa hosta kontrolera domeny true 255  False 
SchemaMaster  string  Wzorzec schematu false 255  False 
DomainNamingMaster  string  Wzorzec nazw domen false 255  False 
PDCEmulator  string  Emulator kontrolera PDC false 255  True 
RIDMaster  string  Wzorzec RID false 255  True 
InfrastructureMaster  string  Wzorzec infrastruktury false 255  True 
IsGlobalCatalogServer  string  Serwer wykazu globalnego false 255  True 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.DomainControllerRole" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="SchemaMaster" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DomainNamingMaster" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PDCEmulator" Type="string" Key="false" CaseSensitive="true" Length="255" MinLength="0"/>
<Property ID="RIDMaster" Type="string" Key="false" CaseSensitive="true" Length="255" MinLength="0"/>
<Property ID="InfrastructureMaster" Type="string" Key="false" CaseSensitive="true" Length="255" MinLength="0"/>
<Property ID="IsGlobalCatalogServer" Type="string" Key="false" CaseSensitive="true" Length="255" MinLength="0"/>
</ClassType>