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).
Return codes:
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
Examples:
AppServerClientCLI updateconnection -id ras:5 -username user -password pwd
AppServerClientCLI updateconnection -id ras:5 -username user -password pwd -hwid myhwid