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

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

このスクリプトはすべての Windows サーバー上で実行され、サーバーが DHCP 2012 サーバー ロールをホストしているかどうかを判断します。

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 (JPN) Description (JPN) 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" Length="256" MinLength="0"/>
<Property ID="NAPEnabled" Type="bool" Key="false" CaseSensitive="false" Length="1" MinLength="0"/>
<Property ID="v6AuditEnabled" Type="bool" Key="false" CaseSensitive="false" Length="1" MinLength="0"/>
<Property ID="v6AuditFilePath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="v6BindingIsEnabledArray" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="v6PreferredIATALifetime" Type="int" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="v6PreferredLifetime" Type="int" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="v6RapidCommitFlag" Type="bool" Key="false" CaseSensitive="false" Length="1" MinLength="0"/>
<Property ID="v6T1" Type="decimal" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="v6T2" Type="decimal" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="v6UnicastFlag" Type="bool" Key="false" CaseSensitive="false" Length="1" MinLength="0"/>
<Property ID="v6ValidIATALifetime" Type="decimal" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="v6ValidLifetime" Type="decimal" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
</ClassType>