Last Update: Sep 04, 2024 | Published: May 28, 2013
Group Policy settings refresh automatically every 90 minutes, with a random offset of 0 to 30 minutes so that not all computers in the domain refresh their Group Policy settings at the same time. If you want to apply new Group Policy settings without waiting for the next scheduled refresh, you can force an update by running the gpupdate command line tool locally.
Windows Server 2012 Group Policy Management Console (GPMC) has a new feature that allows administrators to remotely force a Group Policy refresh on all computers in an Active Directory (AD) Organizational Unit (OU). Additionally, there’s also a new PowerShell cmdlet (Invoke-GPUpdate) that allows you to do the same thing programmatically, with the advantage of being able to target the default Computers container.
First we need to configure Windows Firewall across our network to support the ability to remotely refresh Group Policy.
Once the new GPO is linked to your domain, you’ll need to wait for Group Policy to refresh on all devices to which it applies before you can reliably force a remote update using GPMC.
To force a Group Policy update on all computers in an Organizational Unit (OU) using GPMC:
Check the results in the Remote Group Policy update results window.
To deep further, check out our guide on using GPUpdate to manage group policy on Petri.