Forum Discussion
Mike_Moniz
6 months agoProfessor
I'm confused by what you mean by "instance". What exactly do you mean? How are you checking "instances" on the servers themselves?
- ydurguner6 months agoNeophyte
by using wbemtest. You can use the query string for the specific instance in the wbemtest to see if that machine specifically providing that info that specific request. Which can be created manually or a script.
- Mike_Moniz6 months agoProfessor
Sounds like your just not getting results from WMI for those classes. "Instances" has a specific meaning in LogicMonitor which can confuse things.
If you run this command in PowerShell what results do you get? Go you get a number (like 46) or 0 or some error message?
@((gwmi -Query "SELECT * FROM Win32_PerfRawData_PerfOS_Memory").Properties.Name).Count
Related Content
- 5 months ago