Guest Kenneth Porter Posted June 11, 2008 Posted June 11, 2008 With the recent Adoble Flash vulnerability, I want to make sure all clients have the latest Flash installed. Is there a straightforward way to push a query out to do that?
Guest Meinolf Weber Posted June 12, 2008 Posted June 12, 2008 Re: Querying client's Adobe Flash version Hello Kenneth, I do it this way, check if installed, if not install directly the version i like to have. For this i run a small batch file like this as a startup script: Copy this into fp.bat: ;Start of script ;install FlashPlayer 90124 in silent mode and creates logfile to prevent loop on install if not exist %systemroot%\fp90124.log \\domain.com\SysVol\domain.com\Policies\{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}\Machine\Scripts\Startup\fp.exe /s if not exist %systemroot%\fp90124.log copy \\domain.com\SysVol\domain.com\Policies\{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}\Machine\Scripts\Startup\fp.txt c:\winnt\fp90124.log /y ;End of script The xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx will be the policy you create. So i have 3 files located in this policy. fp.exe (flash player redistributable), fp90124.log (with whatever text or empty) and fp.bat which is the file for the startup script. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > With the recent Adoble Flash vulnerability, I want to make sure all > clients have the latest Flash installed. Is there a straightforward > way to push a query out to do that? >
Recommended Posts