Monday, 1 March 2021

Check RDP machine is up via command Line(windows)

1)Run powershell as admin 

2)Test-NetConnection <YourRDPIP> -Port 3389

Note: 3389 is default port for RDP

No comments:

Post a Comment