Forum Discussion
mohamedmydeen
Aug 30, 2021Copper Contributor
RDP Not Working | Not listening the port 3389 in windows server 2016
Windows server 2016 not listening port 3389, due to this i am not able to RDP in to that server from a remote machine. I have checked below but still no luck. RDP services are running RDP Rel...
Dave Patrick
Aug 30, 2021MVP
Might try from PowerShell from source and target (using target ip address in both cases).
Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"
- mohamedmydeenAug 30, 2021Copper Contributor
Dave Patrick Below is the output. I am not able to RDP to 192.168.51.12 from any source system. However, I can take RDP from 192.168.5112 to any machine. please suggest.
- Dave PatrickAug 30, 2021MVP
Missing the other result on target
- mohamedmydeenAug 30, 2021Copper Contributor