Connect to Remote Desktop

Verb: rdpConnect

Available from: <Standard>

Connects to a remote desktop using the credentials provided by the user.

Syntax

rdpConnect --host(String) --port(Numeric) [--domain(String)] --username(String) [--password(String)]

Inputs

Script Designer Required AcceptedTypes Description
--host Host Required Text Remote desktop IP address to make the connection.
--port Port Required Number TCP port of the remote computer to make the connection.
Port 3389 is the default for Remote Desktop Connection.
--domain Domain Optional Text Domain of the remote computer to make the connection.
--username User Name Required Text User name to connect to the remote computer.
--password Password Optional Text User password to connect to the remote computer.

Example

Through the Connect to Remote Desktop command, a device is connected to a remote desktop at address 192.168.56.101, with the user's name and password informed in their respective parameters.

rdpConnect --host "192.168.56.101" --port 3389 --domain intranet --username user --password password
This example only demonstrates possible entries for the command. To connect to a remote desktop, you must have your credentials for the command to run successfully.