Estado de Funcionamento do Serviço Estação de Trabalho

Microsoft.Windows.Server.10.0.OperatingSystem.WorkstationServiceHealth (UnitMonitor)

Monitoriza o estado de funcionamento do serviço Estação de Trabalho

Knowledge Base article:

Resumo

O serviço Estação de Trabalho cria e mantém ligações de cliente de rede com servidores remotos. Se este serviço estiver parado, o acesso a recursos de rede, tais como partilhas de ficheiros, não estará disponível.

Causas

Um serviço pode parar por diversos motivos, entre os quais:

Resoluções

O serviço pode ser reiniciado utilizando o snap-in Serviços, que pode ser acedido através da tarefa da consola Gestão de Computadores:

Iniciar a Consola Gestão de Computadores

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
Parent MonitorMicrosoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Serviço Estação de Trabalho do Windows Parado
O serviço Estação de Trabalho do Windows no servidor {0} deixou de funcionar
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.OperatingSystem.WorkstationServiceHealth" Accessibility="Public" Enabled="true" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ParentMonitorID="Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.OperatingSystem.WorkstationServiceHealth.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="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>Lanmanworkstation</ServiceName>
</Configuration>
</UnitMonitor>