Microsoft.Windows.DHCPServer.10.0.FailoverServerWatcherRelação de Ativação Pós-falha do Microsoft Windows DHCP Server 2016 e superior

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

Este script é executado em todos os Windows DHCP 2016 Servers, e superior, e determina se as Relações de ativação pós-falha estão definidas.

Element properties:

Base ClassSystem.Perspective
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3e09d9df-fa36-c8c6-d57c-a5781fd82ea3

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTG) Description (PTG) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. 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 Âmbito true 65536  False 
Mode  string  Modo false 256  False 
LoadBalancePercent  string  Percentagem de Balanceamento de Carga false 256  False 
ServerRole  string  Função de Servidor false 256  False 
ReservePercent  string  Percentagem de Reserva false 256  False 
MaxClientLeadTime  string  Prazo de Entrega Máx do Cliente false 256  False 
StateSwitchInterval  string  Intervalo de Mudança de Estado false 256  False 
AutoStateTransition  bool  Transição Automática de Estado false   
EnableAuth  bool  Ativar Autorização false   
OSCurrentVersion  string  Versão Atual do SO 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>