Computer Management

Microsoft.SystemCenter.HealthServiceWatcher.Compmgmt (ConsoleTask)

Run Computer Management for this computer.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatcher
Application\%windir\%\system32\mmc.exe
WorkingDirectory
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="Microsoft.SystemCenter.HealthServiceWatcher.Compmgmt" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" RequireOutput="false" Category="MonitoringObject">
<Application>%windir%\system32\mmc.exe</Application>
<Parameters>
<Parameter>%windir%\system32\compmgmt.msc</Parameter>
<Parameter>/computer:$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]/HealthServiceName$</Parameter>
</Parameters>
<WorkingDirectory/>
</ConsoleTask>