Estado del servicio Plug and Play

Microsoft.Windows.Client.2000.OperatingSystem.PlugandPlayServiceHealth (UnitMonitor)

Supervisa el estado del servicio de Windows para Plug and Play

Knowledge Base article:

Resumen

El servicio Plug and Play permite que un equipo detecte y configure nuevos dispositivos de hardware. Si este servicio se detiene, el nuevo hardware instalado no podrá ser detectado, configurado o estar disponible para el sistema operativo Windows.

Causas

Un servicio se puede detener por diversos motivos, entre los que se incluyen:

Soluciones

El servicio se puede reiniciar usando el complemento Servicios al que se puede obtener acceso a través de la tarea de la consola de administración de equipos:

Iniciar la consola de administración de equipos

Element properties:

TargetMicrosoft.Windows.Client.2000.OperatingSystem
Parent MonitorMicrosoft.Windows.Client.2000.OperatingSystem.CoreServicesRollup
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Servicio Plug and Play detenido
El servicio Plug and Play del cliente {0} ha dejado de ejecutarse
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Client.2000.OperatingSystem.PlugandPlayServiceHealth" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.Client.2000.OperatingSystem" ParentMonitorID="Microsoft.Windows.Client.2000.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Client.2000.OperatingSystem.PlugandPlayServiceHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>PlugPlay</ServiceName>
</Configuration>
</UnitMonitor>