Collection to Show Machines where a RegistryValue does not exist
Gary Millar
I have a Registry scanner in place to show what the status of the "EnableLUA" value in the following Registry Key "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System"
It returns 1 for on and 0 for off. However i want to know of machines where the value does not exist as this seems to make the machine think that UAC is still enabled.

0
Comments
I think something like this might work.
Thanks Colby...
It was actually my registry scanner that was the problem. It was looking at the below "Value Name"
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA
Which returns the status of just that key... So i have added an additional scanner to the profile to look at the whole key.
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\
That way my Collection query above can see collections where the "Value Name" does not exist.