Launch Remote Desktop

Dell.RemoteAccess.LaunchRemoteDesktop (ConsoleTask)

Launch Remote Desktop Connection to InBand Server

Element properties:

TargetDell.RemoteAccess.iDRAC7
Applicationmstsc.exe
WorkingDirectory\%windir\%\system32
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="Dell.RemoteAccess.LaunchRemoteDesktop" Accessibility="Internal" Enabled="true" Target="DAD!Dell.RemoteAccess.iDRAC7" RequireOutput="false" Category="MonitoringObject">
<Application>mstsc.exe</Application>
<Parameters>
<Parameter>/v:$Target/Property[Type="DAD!Dell.RemoteAccess.RAC"]/ServerHostName$</Parameter>
<Parameter>/f</Parameter>
</Parameters>
<WorkingDirectory>%windir%\system32</WorkingDirectory>
</ConsoleTask>