Restart WMI Service

Dell.WindowsClient.Recovery.WMIService (Recovery)

Client Min OMCI / Dell Command | Monitor Version

Knowledge Base article:

Summary

This Recovery action starts the WMI Service. If the service goes to stop state.

Element properties:

TargetDell.WindowsClient.IAPService
MonitorDell.WindowsClient.WMIServiceMonitor
Reset MonitorTrue
RemotableTrue
Timeout300
CategoryCustom
Enabledtrue
AccessibilityInternal

Member Modules:

ID Module Type TypeId RunAs 
Recovery.WMIService WriteAction System.CommandExecuter Default

Source Code:

<Recovery ID="Dell.WindowsClient.Recovery.WMIService" Accessibility="Internal" Enabled="true" Target="Dell.WindowsClient.IAPService" Monitor="Dell.WindowsClient.WMIServiceMonitor" ResetMonitor="true" ExecuteOnState="Error" Remotable="true" Timeout="300">
<Category>Custom</Category>
<WriteAction ID="Recovery.WMIService" TypeID="System!System.CommandExecuter">
<ApplicationName>C:\WINDOWS\system32\net.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>start "winmgmt"</CommandLine>
<TimeoutSeconds>60</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Recovery>