How to get OSbit information on WIndowsOS

I want to get OSbit information on WIndows OS using bigfix.
I set the following property. But this setting isn’t comfortable.

Please tell me if you know more comfortable setting.

Name:OSbit
Relevance:if (exists folder “C:\Program Files\BigFix Enterprise\BES Client”) then “32bit” else (if(exists folder “C:\Program Files (x86)\BigFix Enterprise\BES Client”) then “64bit” else “unknown”)

I think you are looking for …

x64 of operating system

Client inspector operating system provides properties for this.
For Windows OS you can use boolean properties
x32 of operating system
x64 of operating system
Or you can use string property available for all systems
architecture of operating system

1 Like

Grab yourself a copy of the FixletDebugger - https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Tivoli+Endpoint+Manager/page/Fixlet+Debugger+(QnA)+Tool

Type the following and click the Evaluate button (or the swirly green button in the button bar) …

Q: properties whose (it as string as lowercase contains "operating system")

It will show you what is available from the “Operating System” object in Relevance.