I try to monitor CPU load on a Windows 7 machine which is not in a domain, so I need to use the local credentials. I use the Administrator account, so rights shouldn't be a problem.

Even though, it fails with the error: Could not log in using the specified credentials. Please make sure they are not only valid for the target system, but for the probe system aswell. (Performance Counter error 0xB0000004)

When i set it to use WMI only, the sensor works fine so the credentials are correct. So it seems only the performance counter is failing. How can I fix this?


Article Comments

Hi there,

Unfortunately because of the difference in authentication methods between WMI and Perf Counters, there is no way to check perf counters on a machine that is not on the domain, WMI is the only option in this case.


Mar, 2014 - Permalink