I am trying to use Remote Desktop connection on Linux. After some research, it seems that xfreerdp can do what I need. The basic usage example provided by that tool is:
xfreerdp /u:CONTOSO\\JohnDoe /p:Pwd123! /v:rdp.contoso.com
Some comments:
/ucorresponds toUser name:in picture 1/vcorresponds toServer name:in picture 2
I also need to enter a Computer name: (see picture 1). How could xfreerdp take this into account?
I am ok with using another tool other than xfreerdp if it can accomplish this as well.

