setshareddevice
Last updated

updates the shared devcie configuration.
Category: Connections
server (mandatory) Specify the server to connect to.
theme (optional) Specify the theme to be used.
mode (optional) Specify the connection mode.
port (optional) Specify the port to connect to. If not specified, port 443 will be used.
backup (optional) Specify altenate backup connections.
alias (optional) Specify the display name of the connection.
authtype (optional) Specify the authentication type of the connection. This argument is ignored if usecredentials is set.
usecredentials (optional) Shared connection will use credentials authentication type and requires username and password.
username (optional) Specify the username.
password (optional) Specify the password.
ok - Command was successful NotAvailable - Communication with the client backend failed, ensure that the client is running InvalidArgs - Some arguments are missing or invalid AccessDenied - Logged on user does not have permission to perform the action Exception - System problem
AppServerClientCLI setshareddevice AppServerCLI updatesharedconnection -server server AppServerClientCLI setshareddevice AppServerCLI updatesharedconnection -server myserver -mode 1 -port 443 AppServerClientCLI setshareddevice AppServerCLI updatesharedconnection -server myserver -mode 1 -port 443 -usecredentials -username user -password pwd
Client needs to be running in elevated mode for this command to work. For more information about specific arguments please visit settingsinfo.
listconnections addconnection updateconnection duplicateconnection deleteconnection getshareddevice clearshareddevice
Last updated
AppServerClientCLI setshareddevice -server myserver [-mode 1] [-port 443] [-backup backupserver,1,443,backup2,0,80] [-alias alias] [-authtype 1] [-usecredentials -username user -password pwd]