How to add a Remote Desktop Protocol (RDP) option into the OneClick console
Out of the box we can Telnet/SSH into workstation servers which are discovered in Spectrum. At times, we would need additional options like RDP etc as per the business requirements.
Here are few simple steps using which you can RDP into the server models from Spectrum OneClick console.
<menu name="Tools">
<item name="Remote Desktop">
<toolbar-image>/spectrum/images/RDP.png</toolbar-image>
<popup-visibility>when-enabled</popup-visibility>
<action>
<filter>
<has-attribute>AttributeID.NETWORK_ADDRESS</has-attribute>
</filter>
<launch-application>
<command>mstsc.exe /v {0}</command>
<param>
<attribute>AttributeID.NETWORK_ADDRESS</attribute>
</param>
</launch-application>
</action>
</item>
</menu>
<Please see attached file for image>
Please reference the "OneClick Customization" section of the documentation for more information.
Watch the "Customizing menus in OneClick" video.