Microsoft.Windows.DHCPServer.10.0.FailoverServerWatcherRelação de Failover do Microsoft Windows DHCP Server 2016 e 1709+

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

Este script pode ser executado em todos os servidores Windows DHCP 2016 e 1709+ e determina se as relações de Failover estão definidas.

Element properties:

Base ClassSystem.Perspective
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6a181b4e-a43d-7bc1-0432-2f7884720218

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.10.0.FailoverServerWatcher:
Name  string  Nome true 256  False 
LocalServer  string  Servidor Local true 256  False 
PartnerServer  string  Servidor Parceiro true 256  False 
ScopeId  string  Id do Escopo true 65536  False 
Mode  string  Modo false 256  False 
LoadBalancePercent  string  Porcentagem de Balanceamento de Carga false 256  False 
ServerRole  string  Função de Servidor false 256  False 
ReservePercent  string  Porcentagem de Reserva false 256  False 
MaxClientLeadTime  string  Prazo de Entrega Máximo do Cliente false 256  False 
StateSwitchInterval  string  Intervalo de Alternância de Estado false 256  False 
AutoStateTransition  bool  Transição de Estado Automática false   
EnableAuth  bool  Habilitar Autorização false   
OSCurrentVersion  string  Versão Atual do Sistema Operacional false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DHCPServer.10.0.FailoverServerWatcher" Accessibility="Public" Abstract="false" Base="System!System.Perspective" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="LocalServer" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="PartnerServer" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ScopeId" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="65536"/>
<Property ID="Mode" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="LoadBalancePercent" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ServerRole" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ReservePercent" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MaxClientLeadTime" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="StateSwitchInterval" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AutoStateTransition" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="EnableAuth" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="OSCurrentVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>