This launch tool lets you start a RDP session with mstsc.exe. Tunneling the RDP session through multiple Jump Servers is supported.
HOST/IP: the hostname to connect via RDPPort: the RDP port to connect to (e.g. 3389)User/Password: credentials needed if the script is configured to handle them automatically
LT.HANDLE_CREDENTIALS_AUTOMATICALLY(default=true): If true, the script will create saved credentials with 'cmdkey' for the host and use them for authentication. If false, the user has to manually input user and password.LT.AUTO_DELETE_CREDENTIALS_AFTER_DELAY(default=true): If true, the script will automatically delete the saved credentials after a delay. If false, the saved credentials will remain on the system.LT.AUTO_DELETE_CREDENTIALS_DELAY_TIME_SECS(default=15): Time in seconds to wait before deleting the saved credentialsLT.ENABLE_MULTIPLE_JUMP(default=false): Enables support for tunneling the RDP session, see functionWinSSHTerm-StartMultipleJumpin Common_Functions