Forum Discussion
Peter_Wang_7400
Aug 05, 2011Nimbostratus
This is what I have configured at the moment. I have two separate checks: one for each registry key.
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters ."Domain"="a.abc.com" OR "\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters "."Domain"="b.abc.com" OR "\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters "."Domain"="c.abc.com"
\HKEY_LOCAL_MACHINE \SOFTWARE\INTEL\LANDesk\VirusProtect6\CurrentVersion."Parent"= "server1" OR "\HKEY_LOCAL_MACHINE \SOFTWARE\INTEL\LANDesk\VirusProtect6\CurrentVersion"."Parent" = "server2" OR "\HKEY_LOCAL_MACHINE \SOFTWARE\INTEL\LANDesk\VirusProtect6\CurrentVersion"."Parent" = "server3"
However, this is not working. It says “Access was denied by the access policy. This may be due to a failure to meet access policy requirements”
The Windows file check is actually fine. I wasn't sure if APM could take the whole path in the field.
C:\Windows\System32\OEMINFO.INI
Any advice for the registry check?