Launch Remote Desktop (Monolithic Server)

Dell.Server.iSM.LaunchRemoteDesktop.MonolithicServer (ConsoleTask)

Task to launch Remote Desktop (Monolithic Server)

Element properties:

TargetDell.ManagedServer.MonolithicServer
Applicationmstsc.exe
WorkingDirectory\%windir\%\system32
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="Dell.Server.iSM.LaunchRemoteDesktop.MonolithicServer" Accessibility="Internal" Enabled="true" Target="DellManagedServer!Dell.ManagedServer.MonolithicServer" RequireOutput="false" Category="MonitoringObject">
<Application>mstsc.exe</Application>
<Parameters>
<Parameter>/v:$Target/Property[Type="DellManagedServer!Dell.ManagedServer"]/HostName$</Parameter>
<Parameter>/f</Parameter>
</Parameters>
<WorkingDirectory>%windir%\system32</WorkingDirectory>
</ConsoleTask>