'Invalid class / Provider Failure' on running Performance queries

C

Christopher Attard

Hi, I'm trying to run the following WQL using WMIC from command prompt:

wmic PATH Win32_PerfFormattedData_PerfProc_Process GET
IDProcess,VirtualBytes,WorkingSet

and it's returning something like:

ERROR = 0x80041010

Description = Invalid class

Facility = WMI

instead of the values requested. Sometimes it returns also "Description =
Provider Failure".

I'm using a WinXP machine with SP1 and .NET framework 1.1 installed. Do you
think there might be something wrong in the WMI repository? I've also tried
the query from a script and returns the same error.

Regards,

Christopher Attard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top