freerdp

Connect to Windows remote desktops from Linux using RDP protocol

brewmacoslinux
Try with needOr install directly
Source

About

X11 implementation of the Remote Desktop Protocol (RDP)

Commands

xfreerdpfreerdp-shadow-cli

Examples

connect to remote windows computer by ip address$ xfreerdp /v:192.168.1.100 /u:username /p:password
connect to remote desktop with custom resolution and fullscreen$ xfreerdp /v:192.168.1.100 /u:username /p:password /w:1920 /h:1080 /f
connect to remote windows machine with domain user credentials$ xfreerdp /v:server.example.com /u:DOMAIN\\username /p:password
connect to remote desktop and redirect local sound to remote$ xfreerdp /v:192.168.1.100 /u:username /p:password /sound:sys:alsa
connect to remote desktop and share local folder$ xfreerdp /v:192.168.1.100 /u:username /p:password /drive:shared,/home/user/files