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
ElementId8d3a9972-bf7f-1e4b-647e-994d2e251133

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) 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>