I am looking for a way to get a report for the architecture or bit version of Microsoft Office Installed, I have only been able to do this with PowerShell thus far. This is what I have so far:
I added this to my machine inventory to pull this registry entry.
And then I query this info from "Computer (Registry Information)" to find out which machines have x64 Office installed.
Okay, your method definitely works, just modified the select filter a little to include both versions and non-blanks.
Thank you!!