Microsoft.Windows.DHCPServer.10.0.FailoverServerWatcherRelation de basculement Microsoft Windows DHCP Server 2016 et versions ultérieures

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

Ce script s’exécute sur tous les serveurs Windows DHCP 2016 et versions ultérieures et détermine si les relations de basculement sont définies.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FRA) Description (FRA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet de surveillance. false 256  False 
Microsoft.Windows.DHCPServer.10.0.FailoverServerWatcher:
Name  string  Nom true 256  False 
LocalServer  string  Serveur local true 256  False 
PartnerServer  string  Serveur partenaire true 256  False 
ScopeId  string  ID d’étendue true 65536  False 
Mode  string  Mode false 256  False 
LoadBalancePercent  string  Pourcentage d’équilibrage de charge false 256  False 
ServerRole  string  Rôle serveur false 256  False 
ReservePercent  string  Pourcentage de réserve false 256  False 
MaxClientLeadTime  string  Délai de transition maximal du client false 256  False 
StateSwitchInterval  string  Intervalle de basculement d’état false 256  False 
AutoStateTransition  bool  Transition d’état automatique false   
EnableAuth  bool  Activer l’autorisation false   
OSCurrentVersion  string  Version OS actuelle 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>