S_Hannah Posted February 20, 2013 Posted February 20, 2013 Hi Folks, Quick question. I have notice that some of the client machines don't seem to pull down the GPO's or they error. Is there a way that I could logon to the machine as an admin and maybe run a script that would get the machine to pull down the policies (maybe deleting thetm and forcing an update). I deployed a wallpaper via GPO and not all of the machines have picked it up and some of the students are still bringing down the old wallpaper. The machine all switch off at the end of the day, so have had a change to reboot etc. Any ideas whould be great. Regards Stuart
ThatBoringBloke Posted February 20, 2013 Posted February 20, 2013 Log on to the pc, launch an administrative CMD Prompt, type gpupdate /force /sync should do the job.
S_Hannah Posted February 20, 2013 Author Posted February 20, 2013 Log on to the pc, launch an administrative CMD Prompt, type gpupdate /force /sync should do the job. Thanks Simon. Is there a way to auto answer the GPUpdate so I can run the script and it will automatically say yes to the reboot?
fiza Posted February 20, 2013 Posted February 20, 2013 (edited) Try using Remote Group Policy Update Gpupdate | Specops Gpupdate Its free and fantastic. Been using it for years. It will force an update and reboot the machines for you. Edited February 20, 2013 by fiza
Valyyn Posted February 20, 2013 Posted February 20, 2013 Thanks Simon. Is there a way to auto answer the GPUpdate so I can run the script and it will automatically say yes to the reboot? Yeah, if you use the /boot argument, that will do it, e.g.: gpupdate /force /boot /Boot Causes a computer restart after the Group Policy settings are applied. This is required for those Group Policy client-side extensions that do not process policy on a background update cycle but do process policy at computer startup. Examples include computer-targeted Software Installation. This option has no effect if there are no extensions called that require a restart.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now