<multiple results; error> on global properties

(imported topic written by SystemAdmin)

If I have a global property that for most machines shows data properly, but for a few machines show or <multiple results; error>. Without creating a custom analysis, how can I see what the multiple results and error are? For example on the mac address property of a certain machine, when I look at the summary of that PC, under mac adress it says “Singular expression refers to non-unique object.”

(imported comment written by BenKus)

Hi wsnider,

You can hover the mouse over the “” or you can double click on the computer to see the property results.

“Singular expression refers to non-unique object.” means that you have more than one result, but your expression wasn’t plural (with an ‘s’ at the end)… For example:

q: mac address of adapters of network
A: 00-1a-6b-1d-b6-87
E: Singular expression refers to non-unique object.

q: mac addresses of adapters of network
A: 00-1a-6b-1d-b6-87
A: 00-19-d2-7a-f9-bc
A: 00-18-8b-bd-ce-70
A: 00-ff-e8-49-da-85

Ben