Hi,
I am writing a task which services PCs with two or more monitors. How would I write relevance to have the task only be relevant for PCs with two+ monitors, excluding those with only a single monitor?
Thanks
Hi,
I am writing a task which services PCs with two or more monitors. How would I write relevance to have the task only be relevant for PCs with two+ monitors, excluding those with only a single monitor?
Thanks
Running short of time here, so I will just provide a link to an analysis for monitor information. If I get time later today, I will come back and see if I can create the exact item you need, if you have not been able to use the data from the analysis.
I don’t have the ability to test it because systems I remote into are VMs most of the time.
I’ve seen that analysis. It’s great, but I don’t need monitor information, just a yes/no if the computer has multiple monitors.
Thank you
How about counting the number of serial numbers in the second property “SerialNumberID from WMIMonitorID”?
number of unique values of (concatenations of (character it) whose(it != "%00") of integer values of it) of selects "SerialNumberID FROM WMIMonitorID" of wmis "root\wmi" > 1
That looks great! Thanks
Relevance is working for me with 3 monitors
Indeed. Working great. Thanks all!