Microsoft.Windows.DHCPServer.10.0.ServerMicrosoft Windows Server DHCP 2016 和 1709+

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

此脚本在所有 Windows 服务器上运行,并确定服务器是否正在托管 DHCP 2016 和 1709+ 服务器角色。

Element properties:

Base ClassMicrosoft.Windows.DHCPServer.Library.Server
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId22c95f90-03e6-b7a4-3c02-22fc2e5205da

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 
Microsoft.Windows.DHCPServer.10.0.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.10.0.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>