Microsoft.Windows.Server.AD.DomainControllerRoleActive Directory 도메인 컨트롤러 컴퓨터 역할

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

이 클래스의 인스턴스는 Windows Server에서 실행되는 AD 도메인 컨트롤러를 나타냅니다.

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 (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.Windows.Server.AD.DomainControllerRole:
Name  string  DC 호스트 이름 true 255  False 
SchemaMaster  string  스키마 마스터 false 255  False 
DomainNamingMaster  string  도메인 명명 마스터 false 255  False 
PDCEmulator  string  PDC 에뮬레이터 false 255  True 
RIDMaster  string  RID 마스터 false 255  True 
InfrastructureMaster  string  인프라 마스터 false 255  True 
IsGlobalCatalogServer  string  글로벌 카탈로그 서버 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>