On Tuesday, October 2, 2007 4:15:19 PM UTC-4, Bart Perrier wrote:
> Does anyone know of a Win32 Class to retreive similar statistics you would get from doing a NETSTAT on a machine? I have chosen the Win32 class because I need to do this remotely using a recordset generated from a query against an OU.Thanks.Bart
Same question here.
I want to use WMI query to get the similar results as if I run
"tasklist" and "netstat -ano" commands locally on the remote host
For "tasklist", the Win32_Process class has all the information I need.
However, I could not find a WMI Win32 class that can provide information as if
I run "netstat -ano".
Can someone help?
Thanks!