In general, there are two common practices, one of which is to install a software called VNC Server on Windows, so that Linux can log on to Windows Server via VNC, which is the configuration on Windows.
Another way is to use the existing client software under Linux, directly linked to the Windows server through the RDP protocol, the first thing to do is to open the remote login on Windows.
Then install the Rdesktop software on the Linux client.
After installation, open the shell terminal and connect via syntax: Rdesktop-u username ip-address,username on behalf of Windows account
If the Windows Server is configured with a not RDP default protocol port 3389, you should use rdesktop with colons and port numbers after the IP, such as Redesktop-u Liu 10.88.122.32:6666
The password can be remotely manipulated after it is passed.
Linux telnet to Windows