How to test open port on remote or local machine

How to test open port on remote or local machine

If you ever want to test if certain port open in remote machine or local machine try this method

Step-1: Download free tool PortQuery from Microsoft (Its a command line tool)
Step-2: Extract zip file content to C:\Util or wtever folder you want
Step-3: Open command Prompt and type the following command (Example: If you want to test if Port 1521 Open on Machine name PRODSRV1 then try below command)

Syntax: PortQry -n-e

Example:

CD C:\Util
PortQry -n PRODSRV1 -e 1521

 

Hope this helps

Binary World is a Software Development company located in Atlanta, USA (since 2007). Binary World specialized in Business Intelligence, mobile, cloud computing and .Net Application Development.

Leave a Reply