Hi,
We're running APM 3.5 and I've started getting into WMI.
I would like to gather manufacturer and model from Win32_ComputerSystem but whether I do it together or individually the value in ComponentStatisticData in APM_CurrentStatistics is 0. Can the WMI monitor only pull back numeric data?
I've tried both of these queries:
select manufacturer, model from Win32_ComputerSystem
select model from Win32_ComputerSystem