워크스테이션 서비스 상태

Microsoft.Windows.Client.Vista.OperatingSystem.WorkstationServiceHealth (UnitMonitor)

워크스테이션 서비스의 상태를 모니터링합니다.

Knowledge Base article:

요약

워크스테이션 서비스는 원격 서버에 대한 클라이언트 네트워크 연결을 만들고 유지 관리합니다. 이 서비스를 중지하면 파일 공유 같은 네트워크 서비스에 액세스할 수 없게 됩니다.

원인

서비스는 다음과 같은 여러 가지 이유로 중지될 수 있습니다.

해결 방법

컴퓨터 관리 콘솔 작업을 통해 액세스할 수 있는 서비스 스냅인을 사용하여 서비스를 다시 시작할 수 있습니다.

컴퓨터 관리 콘솔 시작

Element properties:

TargetMicrosoft.Windows.Client.Vista.OperatingSystem
Parent MonitorMicrosoft.Windows.Client.Vista.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows 워크스테이션 서비스 중지됨
{0} 클라이언트의 Windows 워크스테이션 서비스 실행이 중지되었습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Client.Vista.OperatingSystem.WorkstationServiceHealth" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Vista!Microsoft.Windows.Client.Vista.OperatingSystem" ParentMonitorID="Microsoft.Windows.Client.Vista.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Client.Vista.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>