Connection Generation#
Generating a connection to a remote computer via RDP. The result of the block is a data string that is identical to the contents of the .rdp file.
| Server | [Text] Server for connection. Specify the IP address or domain. |
| Port | [Number] Port for connection. If an empty value is specified, the default port (3389) will be used. |
| Username | [Text] Username for authentication. |
| Password | [Text/SecureString] Password for authentication. |
| Connection String | [Text] Data string for connecting to the remote computer. The content of the string is identical to the contents of .rdp files. |
| Display Settings | Allows you to choose the size in which the remote computer's screen will be initialized. Possible values:
|
| Printer Redirection | When enabled, local printers will be redirected to the remote machine. |
| Clipboard Redirection | When enabled, the local clipboard will be available on the remote machine. |
| Connection Quality | Connection quality. Possible values:
|
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |