Validación de WMI DNS de Microsoft Windows Server

Microsoft.Windows.DNSServer.2016.WMI.Validation (AggregateMonitor)

Alerta si el proveedor de WMI DNS falla varias veces seguidas.

Knowledge Base article:

Resumen

El módulo de administración de DNS depende en gran medida de que WMI detecte y supervise un servidor DNS. Este monitor asegura que el propio proveedor WMI DNS esté en buen estado.

Causas

La consulta WQL "SELECT EventLogLevel FROM MicrosoftDNS_Server" desde el espacio de nombres "root\MicrosoftDNS" ha dado error varias veces seguidas.

Soluciones

Asegúrese de que el servicio Instrumental de administración de Windows esté iniciado.

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
Parent MonitorSystem.Health.AvailabilityState
AlgorithmBestOf
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
DNS de Windows: Error de validación de WMI

La comprobación de la raíz del espacio de nombres WMI ha fallado dos veces seguidas.
Consulte el Explorador de estado para obtener detalles.

Source Code:

<AggregateMonitor ID="Microsoft.Windows.DNSServer.2016.WMI.Validation" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Server" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.WMI.Validation_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<Algorithm>BestOf</Algorithm>
</AggregateMonitor>