updateconnection
Last updated

changes credentials and (optionally) hardware ID.
Category: Connections
id (mandatory) Specify the connection ID to update.
username (mandatory) Specify the new username.
password (mandatory) Specify the new password.
hwid (optional) Specify a device hardware ID (could be a fake one).
ok - Command was successful NotAvailable - Communication with the client backend failed, ensure that the client is running InvalidId - Invalid connection, object or session ID InvalidArgs - Some arguments are missing or invalid Exception - System problem
AppServerClientCLI updateconnection -id ras:5 -username user -password pwd AppServerClientCLI updateconnection -id ras:5 -username user -password pwd -hwid myhwid
listconnections addconnection duplicateconnection deleteconnection getshareddevice setshareddevice clearshareddevice
Last updated
AppServerClientCLI updateconnection -id ras:5 -username user -password pwd [ -hwid dummyhwid ]