ASPNET WMI class not available
Posted
by Nexus
on Server Fault
See other posts from Server Fault
or by Nexus
Published on 2010-04-20T07:37:05Z
Indexed on
2010/04/20
7:43 UTC
Read the original article
Hit count: 654
I need to extract the ASPNET\Requests Queued performance counter from some IIS servers via WMI.
The WMI class for this sort of thing appears to be contained in Win32_PerfFormattedData_ASPNET_ASPNET. I've queried all available classes in root\cimv2 on my Win 2003/IIS6 servers, and it's not listed.
It is, however, available on an unrelated Win2008/IIS7 box (which is interesting but doesn't really help me much)
What gives? Why is this WMI class not available on my Windows 2003 servers?
© Server Fault or respective owner