Remote Desktop (Console)

Microsoft.SystemCenter.HealthServiceWatcher.MSTSCConsole (ConsoleTask)

Open a remote desktop session to the console on this computer.

Element properties:

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

Source Code:

<ConsoleTask ID="Microsoft.SystemCenter.HealthServiceWatcher.MSTSCConsole" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" RequireOutput="false" Category="MonitoringObject">
<Application>%windir%\system32\mstsc.exe</Application>
<Parameters>
<Parameter>/v:</Parameter>
<Parameter>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]/HealthServiceName$ /f</Parameter>
<Parameter>/console</Parameter>
</Parameters>
<WorkingDirectory/>
</ConsoleTask>