(imported comment written by SystemAdmin)
Just for grins, I decided to compare registry permission settings (using the powershell command get-acl) on two different boxes - I wanted to see if that might be the cause of the conflict.
Registry Permissions - Server 1 (Correctly reports value of registry key)
Path: Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Owner: BUILTIN\Administrators
Group: G:S-1-5-21-397955417-626881126-188441444-513
Access :BUILTIN\Users Allow ReadKey
BUILTIN\Users Allow -2147483648
BUILTIN\Administrators Allow FullControl
BUILTIN\Administrators Allow 268435456
NT AUTHORITY\SYSTEM Allow FullControl
NT AUTHORITY\SYSTEM Allow 268435456
CREATOR OWNER Allow 268435456
Audit:
Sddl: O:BAG:S-1-5-21-397955417-626881126-188441444-513D:AI(A;ID;KR;;;BU)(A;CIIOID;GR;;;BU)(A;ID;KA;;;BA)(A;CIIOID;GA;;;BA)(A;ID;KA;;;SY)(A;CIIOID;GA;;;SY)(A;CIIOID;GA;;;CO)
Registry Permissions - Server 2 (Incorrectly reports value of registry key)
Path: Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Owner: BUILTIN\Administrators
Group: BUILTIN\Administrators
Access :NT SERVICE\TrustedInstaller Allow FullControl
NT SERVICE\TrustedInstaller Allow 268435456
NT AUTHORITY\SYSTEM Allow FullControl
NT AUTHORITY\SYSTEM Allow 268435456
BUILTIN\Administrators Allow FullControl
BUILTIN\Administrators Allow 268435456
BUILTIN\Users Allow ReadKey
BUILTIN\Users Allow -2147483648
Audit:
Sddl: O:BAG:BAD:AI(A;ID;KA;;;S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464)(A;CIIOID;GA;;;S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464)(A;ID;KA;;;SY)(A;CIIOID;GA;;;SY)(A;ID;KA;;;BA)(A;CIIOID;GA;;;BA)(A;ID;KR;;;BU)(A;CIIOID;GR;;;BU)
So, I can’t see anything in these results that would indicate that BigFix is mis-reporting data… Also, Server 2 doesn’t is only providing false data (i.e. a result of “”) for a few analyses…