The following are all of the messages in this thread (2 in all), shown in chronological order. Click any message subject to view that message by itself or to view the thread hierarchy.
I am on windows server 2003. I want to check the details of ports i.e what software
is installed on what port. How can I check pory details ?
Thanks,
Kumar
From the command prompt, 'netstat' works well.. It is simplistic in nature.. Try
using 'netstat -abn' it will show the process that owns each port and what it is
doing.
Or, you can go for a sysinternals program from Microsoft's website that gives you
more in depth analysis.
http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx
Its called TCPViewer.