Microsoft Office x32 & x64 version
Is there a way to determine the MS Office if its x32 or x64 in KACE? i can only see Microsoft Office Standard 2016.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
RandomITdude24
2 years ago
You could create a custom inventory rule (this article , maybe RegistryValueEquals) and search for the following in the registry:
- Start > Run > Regedit
- Expand HKEY_LOCAL_MACHINE\Software\Microsoft\Office\xx.y\Outlook where xx.y is a version number, typically 10.0 through 20.0. If this key does not exist then it is likely registered under Wow6432Node, which means it is a 32-bit version.
- Look at the value in the key called Bitness. This value should be either x86 (32-bit) or x64 (64-bit).
hope this helps