Unable to connect to windows 2012 R2 server via RDP

Ajit Terdalkar 96 Reputation points
2022-08-20T17:44:43.543+00:00

Hello,

Environment

Windows Server 2012 R2
Exchange 2016 CU22 with May 2022 Security Updates

After installation of Exchange 2016 CU22 and May 2022 Security update, we restarted the server and no issues were observed
After 2weeks , the server was not accessible from RDP , hence we rebooted the server from the ILO console.
The server is not accessible from RDP now
We are able to telnet to this server on port 3389
Checked and windows firewall is not having any restrictions.

Error message:

The computer cannot connect to the remote computer
Try connecting again.If the problem continues , contact the owner of the remote computeror your network administration

Checked group policies and found no group policy is causing this issue

Verified that registry keys are present and compared with another working server

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp

Any guidance is appreciated

Thank you

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-08-20T18:29:33.833+00:00

    Might try from PowerShell from both source and target. (using target address in both cases)

    Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"  
    
     
    
    1 person found this answer helpful.
    0 comments No comments

  2. Ajit Terdalkar 96 Reputation points
    2022-08-21T06:35:24.293+00:00

    Hello,

    I am able to get success output when I execute this cmdlet

    Thank you

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.