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

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

Este script se ejecuta en todos los servidores Windows y determina si el servidor hospeda el rol de servidor de DHCP 2016 y 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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.Windows.DHCPServer.Library.Server:
Name  string  Nombre true 256  True 
AdministrativeRights  bool  Derechos administrativos false   
AuditDiskCheckInterval  int  Auditar el intervalo de comprobación del disco false 16   
AuditMaxLogSize  int  Auditar el tamaño máximo del registro false 32   
AuditMinDiskSpace  int  Auditar el espacio en disco mínimo false 32   
BindingsAware  bool  Preparado para enlaces false   
BootPEnabled  bool  Habilitado para BOOTP false   
ConflictPingRetries  int  Reintentos de ping de conflicto false   
ADIntegrated  bool  AD integrado false   
v4AuditEnabled  bool  Auditoría de IPv4 habilitada false   
v4AuditFilePath  string  Ruta de acceso al archivo de auditoría de IPv4 false 255  False 
DNSDynamicUpdates  int  Actualizaciones dinámicas de DNS false   
OSCurrentVersion  string  Versión actual de SO Versión actual del sistema operativo false 256  False 
Microsoft.Windows.DHCPServer.10.0.Server:
NAPDefaultFail  string  Error predeterminado NAP false 256  False 
NAPEnabled  bool  NAP habilitado false   
v6AuditEnabled  bool  Auditoría de IPv6 habilitada false   
v6AuditFilePath  string  Ruta de acceso al archivo de auditoría de IPv6 false 256  False 
v6BindingIsEnabledArray  string  El enlace de IPv6 está habilitado false 256  False 
v6PreferredIATALifetime  int  Duración IATA preferida de IPv6 false 32   
v6PreferredLifetime  int  Duración preferida de IPv6 false 32   
v6RapidCommitFlag  bool  Marca de confirmación rápida de IPv6 false   
v6T1  decimal  T1 IPv6 false 32   
v6T2  decimal  T2 IPv6 false 32   
v6UnicastFlag  bool  Marca de unidifusión de IPv6 false   
v6ValidIATALifetime  decimal  Duración IATA válida de IPv6 false 32   
v6ValidLifetime  decimal  Duración válida de 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>