Microsoft.Windows.DHCPServer.2012.ServerMicrosoft Windows Server DHCP 2012

Microsoft.Windows.DHCPServer.2012.Server (ClassType)

이 스크립트는 모든 Windows 서버에서 실행되고 서버가 DHCP 2012 Server 역할을 호스트하는지 확인합니다.

Element properties:

Base ClassMicrosoft.Windows.DHCPServer.Library.Server
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb6f8832d-b7d4-2064-ddf8-18a57363df9e

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.DHCPServer.Library.Server:
Name  string  이름 true 256  True 
AdministrativeRights  bool  관리 권한 false   
AuditDiskCheckInterval  int  감사 디스크 확인 간격 false 16   
AuditMaxLogSize  int  감사 최대 로그 크기 false 32   
AuditMinDiskSpace  int  감사 최소 디스크 공간 false 32   
BindingsAware  bool  바인딩 인식 false   
BootPEnabled  bool  BOOTP 사용 false   
ConflictPingRetries  int  충돌 Ping 다시 시도 false   
ADIntegrated  bool  AD 통합 false   
v4AuditEnabled  bool  IPv4 감사 사용 false   
v4AuditFilePath  string  IPv4 감사 파일 경로 false 255  False 
DNSDynamicUpdates  int  DNS 동적 업데이트 false   
OSCurrentVersion  string  OS 현재 버전 운영 체제의 현재 버전 false 256  False 
Microsoft.Windows.DHCPServer.2012.Server:
NAPDefaultFail  string  NAP 기본값 실패 false 256  False 
NAPEnabled  bool  NAP 사용 false   
v6AuditEnabled  bool  IPv6 감사 사용 false   
v6AuditFilePath  string  IPv6 감사 파일 경로 false 256  False 
v6BindingIsEnabledArray  string  IPv6 바인딩 사용 false 256  False 
v6PreferredIATALifetime  int  IPv6 기본 설정 IATA 수명 false 32   
v6PreferredLifetime  int  IPv6 기본 설정 수명 false 32   
v6RapidCommitFlag  bool  IPv6 고속 커밋 플래그 false   
v6T1  decimal  IPv6 T1 false 32   
v6T2  decimal  IPv6 T2 false 32   
v6UnicastFlag  bool  IPv6 유니캐스트 플래그 false   
v6ValidIATALifetime  decimal  IPv6 유효한 IATA 수명 false 32   
v6ValidLifetime  decimal  IPv6 유효한 수명 false 32   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DHCPServer.2012.Server" Accessibility="Public" Abstract="false" Base="DHCP!Microsoft.Windows.DHCPServer.Library.Server" Hosted="true" Singleton="false">
<Property ID="NAPDefaultFail" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="NAPEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="v6AuditEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="v6AuditFilePath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="v6BindingIsEnabledArray" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="v6PreferredIATALifetime" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="v6PreferredLifetime" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="v6RapidCommitFlag" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="v6T1" Type="decimal" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="v6T2" Type="decimal" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="v6UnicastFlag" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="v6ValidIATALifetime" Type="decimal" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="v6ValidLifetime" Type="decimal" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
</ClassType>