Capture which office is installed - Singular expression refers to non-unique object

Hello everyone, everything good?

My boss asked me to generate a report of the version or versions of Office installed on each computer on our network.

However, I’m new to the world of BigFix, could you help me?

I have the following relevance

“DisplayName” of keys whose ((it contains “365” and (it contains “office” or it contains “microsoft”)) of (value “DisplayName” of it as string as lowercase)) of key “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of native registry


`
For me, it would be interesting if it showed all the results instead of “error”

I researched singular expression, I can’t put it into practice

sorry for English, thanks

A few small changes are needed for this, but a fine attempt for someone new to relevance

I hope this is correct, I’m typing this on a phone, so I can’t test

Values “DisplayName” of keys whose ((it contains “365” and (it contains “office” or it contains “microsoft”)) of (value “DisplayName” of it as string as lowercase)) of keys “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of (x32 registries; x64 registries)

You need the keyword ‘values’ and it helps to interrogate both the 32- & 64-bit registries

2 Likes

@trn
Thank you very much for your support, I managed to obtain all versions of office with the relevance attached (:

Office Version.bes (41.9 KB)

image

5 Likes