Remote Desktop

Microsoft.Windows.Server.Computer.MSTSC (ConsoleTask)

Open a remote desktop session to this computer

Knowledge Base article:

Summary

This Task starts the Remote Desktop Connection client application. Once executed the Remote Desktop Connection client will start a new Terminal Services session on the target server.

Element properties:

TargetMicrosoft.Windows.Server.Computer
Application\%windir\%\system32\mstsc.exe
WorkingDirectory
isRequireOutputFalse
AccessibilityPublic
EnabledTrue

Source Code:

<ConsoleTask ID="Microsoft.Windows.Server.Computer.MSTSC" Accessibility="Public" Target="Windows!Microsoft.Windows.Server.Computer" RequireOutput="false" Category="MonitoringObject">
<Application>%windir%\system32\mstsc.exe</Application>
<Parameters>
<Parameter>/v:</Parameter>
<Parameter>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</Parameter>
<Parameter>/f</Parameter>
</Parameters>
<WorkingDirectory/>
</ConsoleTask>