Push it. Push it real good.
April 3, 2009 8:01 AM Subscribe
Is there a way to push the installation of browser plug-ins on a network where users don't have workstation admin rights (windows network)?
We are running windows server 2003, and have a network of maybe 19 Windows XP workstations. We have our network policy set up so that domain users are not workstation admins, so they can't install malware.
Problem is, they also can't install things like java updates or flash player updates. Group Policy allows us to send them Windows updates automatically, but I was wondering if it was possible to push updates for these browser plug-ins to all machines using an admin command of some kind? It would certainly be a pain in the ass to have to walk around and install this individually on each machine for the client.
posted by orville sash to computers & internet (7 answers total) 1 user marked this as a favorite
If we didn't have that, then I suppose we'd probably look at doing something sneaky with the runas command inside a batch file to run the installation program under an admin account, and then have a logon script automatically run that batch file. That seems a tad messy though (especially as it would involve putting a password inside the batch file in plain text, yuck!)
posted by FishBike at 8:31 AM on April 3, 2009