jzhe...@gmail.com
unread,Feb 28, 2013, 12:58:56 PM2/28/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
hi all,
I am writing a vbscript to do WMI query on remote host (win2008, win 7, winxp , etc)
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".
Has someone encountered similar problem before?
Thanks!
James