I installed a service, and I'd like to know what port it is bound to. Is there a command that will tell me?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

The command netstat -a -n -b should reveal some useful information. You will probably get more readable and useful results with a tool like tcpview.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.