Peter_Wang_7400
Jul 19, 2011Nimbostratus
APM client side check - Registry and Windows File
My client wants to check whether a pc is a valid company SOE based on three conditions - Domain, Antivirus and SOE image version. All three checks need to be passed.
The domain and antivirus checks use registry but there are different flavors for each. Can I combine the registry check expression like something below? I prefer not to create two registry check boxes if possible.
("\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters"."Domain"=[a.abc.com,b.abc.com]) AND ("\HKEY_LOCAL_MACHINE\SOFTWARE\INTEL\LANDesk\VirusProtect6\CurrentVersion"."Parent"=[server1,server2]
Also for windows file check, which directory does APM look for on the client pc? And the file version varies from 3.3 to 5.1.2.
Thanks.
Peter