An Azure service that is used to provision Windows and Linux virtual machines.
Hello @Yanxia Xu ,
Thank you for connecting with me on the call. As observed, the issue occurs when attempting to access the remote system, and the following error message is displayed:
“This computer can’t connect to the remote computer. Try connecting again. If the problem continues, contact the owner of the remote computer or your network administrator.”
Go to the Configuration settings of the virtual machine and check the Security type. It should be set to Standard. If it is currently set to Trusted Launch, please change it to Standard.
Check that you are able to access the remote computer over the network and that the RDP port (TCP 3389) is responding. Check connectivity to the RDP host using PowerShell: Test-NetConnection rdp_server_name1 -Port 3389 -InformationLevel Quiet
If this command returns False, then the RDP port on the server RDP port isn’t responding, it may be blocked by a firewall, or it may not be listened to by the remote host.
To connect to the VM remotely using the tools discussed in this link- https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/remote-tools-troubleshoot-azure-vm-issues, you must first configure the client computer to allow the connection.
Please follow the scenarios outlined in this link to help identify the cause of the issue and determine the appropriate solution- https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/event-id-troubleshoot-vm-rdp-connecton#scenario-1
Note: This guide provides clear examples and step-by-step troubleshooting instructions to help you understand the process more effectively. As we are from Microsoft, we don’t rely on third-party links for validation; this resource is shared purely for your reference and clarity- https://theitbros.com/this-computer-cant-connect-to-the-remote-computer/
Please let me know if you need any further assistance. I’d be happy to help. The above solution might help you.