I would like to create a Windows plugin to store connections from Windows represents by 'netstat -anob'.
I looked for WMI class that will fit for the need but I found only Win32_Process, but I got only executable and PID.
I wonder If it have some WMI that answer my question. If not, can I use a command instead or not?
Any suggestion and assistance would be appreciated.
Thanks :)
Phamornh