I created some relevance to ask for WMI-parameters about terminal services:
QNA: select object “* from Win32_perfFormattedData_TermService_TerminalServices” of wmi
Some of our computers report an for this relevance, since for some reason the WMI-PerformanceCounters are out of sync. To establish the cure for this (winmgmt /resyncperf) I need to catch the error from the above relevance which I want to use as relevance for a BES-task.
Which chance do I have to write a relevance which is true only if the above WMI-select reports an ? I already tried with EXISTS, but that doesn’t work, since the error originiates from lower layer WMI.
Thanks a lot, that did really work well, I just had to put a AND name of operating systems as lowercase contains “win” to the relevance and got exactly those WINDOWS-machines which do show this weird behaviour.