Is there a tool or method to build an inventory of the version of Adobe Reader installed on computers in a domain?
This would allow specific targeting of Adobe Reader updates to the computers who needed it, say from version 9 to version 10.
- If I deployed an Adobe Reader X MSI to all computers, would the MSI continue to be transferred to each computer every day where the MSI checks the version of Adobe Reader installed?
- Is there a different method GPO software installations use to check the version before transferring the MSI files over the network and installing them?
- Is the MSI file cached on the computer?
How many installations are you talking about?
You can build an inventory using the psinfo.exe and findstr.exe commands from Microsoft:
Output:
From there you can group a list of people who need an upgrade.
Possible next steps:
You may want to invest some time in a CMDB like Open-Audit and auditing will not be an issue.