cancel
Showing results for 
Search instead for 
Did you mean: 

How to check particular software installed on PC using host checker policy

aeroplane_
Regular Contributor

How to check particular software installed on PC using host checker policy

Hi every one

I would like to know using host checker registery rules:

1- how to check that a particular software is installed or not for example using registry host checker rules, how to check microsoft office OR adobe acrobate reader 9.0 OR internet explorer 8.0 is installed or not?

2- how to check the PC is on domain like on abc.local (domain name)

Thanks in advance

1 REPLY 1
Rabbit_
Contributor

Re: How to check particular software installed on PC using host checker policy

Hi Aeroplane,

Both of your concerns can be addressed by configuring Custom Host Checker policies for your endpoints.

I would recommend a Custom File policy to detect what products and versions are installed. For instance: Internet Explorer 8 uses C:\Program Files\Internet Explorer\iexplore.exe. By viewing the properties for that executable and selecting the version tab you will see that it is version 8.0.XXXXXX. These settings can be entered in your Host Checker Rule and will be evaluated and/or enforced on your endpoints.

To verify that a PC is a member of a domain, I suggest using a Registry Setting Custom Rule. Domain membership info is stored in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\domain. I would check this key on a domain machine and then just create the rule and enter the information as you found it in the registry.

I hope this information is helpful.

Regards,

Rich