Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

vbScript to retreive NETSTAT statistics

82 views
Skip to first unread message

Bart Perrier

unread,
Oct 2, 2007, 4:15:19 PM10/2/07
to
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


James

unread,
Feb 28, 2013, 1:04:42 PM2/28/13
to
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!
0 new messages