setsmartsizing

AppserverClient Command Line Interface
setsmartsizing
changes smart-sizing runtime settings for an RDP connection session.
Category: RDP-Connections
AppServerClientCLI setsmartsizing -id rdp:5 -type disabled/scaletofit/resize
Arguments
id (mandatory)
Specify the RDP connection ID to use.type (mandatory)
Determine which type of sizing will be used.
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 InvalidState - Command failed due to invalid state, refer to the command for further information Exception - System problem
Examples:
AppServerClientCLI setsmartsizing -id rdp:5 -type disabled
Notes:
Can be used with RDP connections only, and the session must be running.
See also:
connectrdpobj disconnectrdpobj disconnectallrdp getsmartsizing
Last updated