Windows Server Essentials 상태 서비스 시작

Microsoft.Windows.Server.Essentials.WseHealthSvcRecovery (Recovery)

Windows Server Essentials 상태 서비스를 시작합니다.

Element properties:

TargetMicrosoft.Windows.Server.Essentials.ComputerTHClass
MonitorMicrosoft.Windows.Server.Essentials.WseHealthSvc
Reset MonitorTrue
RemotableTrue
Timeout300
CategoryCustom
Enabledtrue
AccessibilityInternal

Member Modules:

ID Module Type TypeId RunAs 
Module_WseHealthSvc WriteAction System.Secure.CommandExecuter Default

Source Code:

<Recovery ID="Microsoft.Windows.Server.Essentials.WseHealthSvcRecovery" Accessibility="Internal" Enabled="true" Target="Microsoft.Windows.Server.Essentials.ComputerTHClass" Monitor="Microsoft.Windows.Server.Essentials.WseHealthSvc" ResetMonitor="true" ExecuteOnState="Error" Remotable="true" Timeout="300">
<Category>Custom</Category>
<WriteAction ID="Module_WseHealthSvc" TypeID="System!System.Secure.CommandExecuter">
<ApplicationName>cmd.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>/c net start "WseHealthSvc"</CommandLine>
<TimeoutSeconds>120</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Recovery>