Install FreeRDP
brew install freerdp
Connect to the machine:
sdl-freerdp /v:<VM_IP_ADDRESS> /u:<USERNAME> /p:<PASSWORD> +dynamic-resolution
- /v: Specifies the target IP address or hostname.
- /u: Specifies the Windows username.
- /p: Specifies the password (if you omit this flag, you will be prompted for it in the Terminal).
- +dynamic-resolution Allows you to resize the macOS window, and the Windows Server resolution will adapt automatically.