You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
As part of troubleshooting an issue encountered with wmi_exporter, I tried running the provided code example which queries Win32_Process:
It fails on an instance of Windows Server 2012 Standard, 64-bit with the following error:
However the following PowerShell snippet works:
The output looks like:
In addition, if I run
the result is
Also, if I run
wmimgmt.msc
and open the properties forWMI Control (Local)
, no errors are shown.Any ideas of how to proceed?
The text was updated successfully, but these errors were encountered: