Forum Discussion
Mike_Moniz
Professor
9 months agoI'm confused by what you mean by "instance". What exactly do you mean? How are you checking "instances" on the servers themselves?
ydurguner
Neophyte
9 months agoby 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_Moniz9 months ago
Professor
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
- 10 months ago
- 8 months ago
- 3 years agoAnonymous