Microsoft.Windows.DHCPServer.Library.ServerMicrosoft Windows Server DHCP

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

這些是 DHCP 伺服器的所有執行個體。

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb597e2c1-581c-46ed-bb81-ba8c9b00462e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) 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  作業系統目前版本 作業系統目前版本 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DHCPServer.Library.Server" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="true" MinLength="0" Length="256"/>
<Property ID="AdministrativeRights" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="AuditDiskCheckInterval" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="16"/>
<Property ID="AuditMaxLogSize" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="AuditMinDiskSpace" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="BindingsAware" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="BootPEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="ConflictPingRetries" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="2"/>
<Property ID="ADIntegrated" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="v4AuditEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="v4AuditFilePath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="DNSDynamicUpdates" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="OSCurrentVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>