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

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

Este script pode ser executado em todos os servidores Windows e determina se o servidor está hospedando a função de Servidor DHCP 2016 e 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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.Windows.DHCPServer.Library.Server:
Name  string  Nome true 256  True 
AdministrativeRights  bool  Direitos Administrativos false   
AuditDiskCheckInterval  int  Intervalo de Verificação de Disco de Auditoria false 16   
AuditMaxLogSize  int  Tamanho Máximo do Log de Auditoria false 32   
AuditMinDiskSpace  int  Espaço Mínimo em Disco de Auditoria false 32   
BindingsAware  bool  Reconhecimento de Ligações false   
BootPEnabled  bool  BOOTP Habilitado false   
ConflictPingRetries  int  Tentativas de Ping em Conflito false   
ADIntegrated  bool  AD Integrado false   
v4AuditEnabled  bool  Auditoria do IPv4 Habilitada false   
v4AuditFilePath  string  Caminho do Arquivo de Auditoria do IPv4 false 255  False 
DNSDynamicUpdates  int  Atualizações Dinâmicas de DNS false   
OSCurrentVersion  string  Versão Atual do Sistema Operacional Versão Atual do Sistema Operacional false 256  False 
Microsoft.Windows.DHCPServer.10.0.Server:
NAPDefaultFail  string  Falha Padrão de NAP false 256  False 
NAPEnabled  bool  NAP Habilitado false   
v6AuditEnabled  bool  Auditoria do IPv6 Habilitada false   
v6AuditFilePath  string  Caminho do Arquivo de Auditoria do IPv6 false 256  False 
v6BindingIsEnabledArray  string  Vinculação do IPv6 Habilitada false 256  False 
v6PreferredIATALifetime  int  Tempo de Vida de IATA Preferido do IPv6 false 32   
v6PreferredLifetime  int  Tempo de Vida Preferido do IPv6 false 32   
v6RapidCommitFlag  bool  Sinalizador de Confirmação Rápida do IPv6 false   
v6T1  decimal  IPv6 T1 false 32   
v6T2  decimal  IPv6 T2 false 32   
v6UnicastFlag  bool  Sinalizador de Unicast IPv6 false   
v6ValidIATALifetime  decimal  Tempo de Vida de IATA Válido do IPv6 false 32   
v6ValidLifetime  decimal  Tempo de Vida Válido do 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>