xfreerdp donaldsplace.duckburg.calistoa
xfreerdp donaldsplace.duckburg.calistoa:1234
or
xfreerdp -t 1234 donaldsplace.duckburg.calistoa
xfreerdp -u daisy -d duck donaldsplace.duckburg.calistoa
You could also specify the password along using
xfreerdp -u daisy -d duck -p myPass donaldsplace.duckburg.calistoa
Note that this may have no effect if "Always prompt for password” is enabled on the server.
WARNING: if you specify a password on the command line it may be visible to other users when they use tools like ps.
xfreerdp -0 donaldsplace.duckburg.calistoa
xfreerdp -z donaldsplace.duckburg.calistoa
Keep in mind that while reducing the needed bandwidth this increases CPU utilization on the server.
xfreerdp -g 2000x900 donaldsplace.duckburg.calistoa
xfreerdp -f donaldsplace.duckburg.calistoa
Then use ctrl + alt + enter to return from fullscreen.
xfreerdp -a 8 donaldsplace.duckburg.calistoa
xfreerdp -x lan donaldsplace.duckburg.calistoa
Keep in mind that setting a higher experiance (-x) needs more bandwidth.
xfreerdp -k 0x00010439 donaldsplace.duckburg.calistoa
Add a little page on how to find the Identifier.
xfreerdp -n daysi donaldsplace.duckburg.calistoa
Keep in mind that this only works, if the session is created.
Re-connecting to an existing session does not change the clientname
variable.
-o Audio
xfreerdp --plugin cliprdr donaldsplace.duckburg.calistoa
xfreerdp --plugin rdpsnd donaldsplace.duckburg.calistoa
xfreerdp --plugin rdpdr --data printer -- donaldsplace.duckburg.calistoa
more Printer examples (including drivers)
xfreerdp --plugin rdpdr --data disk:${USERNAME}:${HOME} -- donaldsplace.duckburg.calistoa
-c The initial working directory
-s Startup shell for the user
Источник: http://www.freerdp.com/wiki/doku.php?id=documentation:userdocs:xfreerdp_howto |