Search This Blog

How to test remote port on Windows 10

  • Start PowerShell: Open command prompt and type
    powershell
  • Type the following command in PowerShell:
    Test-NetConnection -ComputerName RemoteHost -Port PortNumber
    For example:
    Test-NetConnection -ComputerName 192.168.20.100 -Port 445
    tnc 192.168.20.100 -port 445

No comments:

Post a Comment