Ports status on remote system
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, How to get the status of all ports on the remote system? I need to give a list of ports that are listening, opened, waiting to close etc. Almost the same output as:
netstat -o
The only thing is that, I need to get the information of remote system. I am trying WMI, but, no luck yet. Any help is greatly appreciated. Regards, KVRN Kiran Kumar.