I am trying to find the machines without the AV installed.
I created a single Configuration Item with two compliance rules specified for 32bit and 64bit machines, these rules were set to check for a particular registry folder, if it exists it will show compliant.
Baseline was created and deployed to a test collection containing two 32bit and two 64bit machines.
Only 64bit machines have reported as Compliant. When checking 32bit machines, it shows at the end of the report that Non compliant rule which was scanned was the one which was set for 64bit machines.
My intention to set two rules was to check two registry entries as its different for 32 and 64bit machines. If it doesnt find entry at one place, it can check at the other defined. I am not sure how to it will differentiate between 32 or 64bit machines, so set two rules to be scanned.
It seems that it scanned any rule out of two randomly and once that was shown non compliant, it didnt check further hence showing as non compliant.
Is it the case ? If yes, how should i proceed?