Updating Group Policies with GPUpdate and GPUpdate /Force
Updating Group Policies with GPUpdate and GPUpdate /Force
I teach several classes that cover Windows deployment, operations, and troubleshooting. Most of the content I teach is focused on enterprise environments – that is, generally, more than 5,000 systems. At that scale centralized IT management is a requirement, not an option. And the cornerstone of centralized computer configuration management in Windows are Active Directory and Group Policy.
Many of my students relate stories of making changes to Group Policy settings. Usually the story goes something like, “We needed to change the screensaver timeout period to kick in after 5 minutes for the HR department. So I edited the Group Policy and under User Configuration, Administrative Templates, Control Panel, Personalization, I set the ‘Screen saver timeout’ to 600 seconds. Then I ran GPUpdate /force on the HR computers to get the setting.” A common alternate ending to that story is replacing the GPUpdate /force command with rebooting the computer.
Neither rebooting the computer nor running GPUpdate /force are necessary.
Group Policy Updates Itself
Yup, the Group Policy service on all domain-joined client computers regularly checks with Active Directory to see if anything has changed. If new or changed policies exist, they are applied to the computer. By default, Group Policy updates every 60 to 120 minutes, as well as during system startup. This is a configurable setting, but in my experience most IT shops don’t need it to be any shorter or longer. Background refresh can also be disabled, but this is also rarely done in an organization that actively uses Group Policy for configuration management.
That means the changed screen saver timeout setting, like all other Group Policy changes, will apply to all target computers within 2 hours without any further action. If the setting isn’t mission-critical (and most aren’t) you should not do anything further with the client computers.
Forcing Group Policy to Update Immediately
When considering how to make the Group Policy changes to apply immediately you should consider these points:
- Please don’t do this. You’re causing unnecessary overhead to client computers and domain controllers. Group Policy is designed to do it for you automagically.
- If you must, just use GPUpdate. GPUpdate scans for new and changed settings and applies only those changes.
- Don’t use GPUpdate /force. Adding the /force switch causes the Group Policy service to reprocess all policies, not just the changes. This is more taxing to the domain controllers and the client computers, and is only required when you believe there’s a problem with Group Policy applying correctly. No problem = no /force.
- You don’t need to reboot the computer to have Group Policy apply unless you’ve made a change that can only be applied on startup.
To be clear, using GPUpdate /force is quite helpful as a troubleshooting tool when there’s a problem downloading or applying policy. But it’s the wrong tool for its most common use: immediately applying a setting change.
You May Also Like
Creating Users and Managing Passwords in Microsoft Office 365
0 706 3In this Office 365 training video, instructor Spike Xavier demonstrates how to create users and manage passwords in Office 365. For instructor-led Office 365 training classes, see our course schedulle: Spike Xavier SharePoint Instructor – Interface Technical Training Phoenix, AZ 20347: Enabling and Managing Office 365
Windows 10 Managing, Deploying and Configuring – December 2, 2015
0 448 1In this recorded Windows 10 training webinar from December 2, 2015, Windows Server instructor Rick Trader presents the deployment and management of Windows 10 Enterprise and the new Provisioning capability in Windows 10. Learn how to manage Windows 10 deployments using System Center Configuration Manager, Mobile Device Management and Intune. Also included in his presentation … Continue reading Windows 10 Managing, Deploying and Configuring – December 2, 2015
Windows 10 Features and Navigation – December 1, 2015
0 122 1In this recorded Windows 10 webinar from December 1,2015, Windows Instructor Steve Fullmer presents the navigation and some of the new features associated with Windows 10 including Sysinternals Tools for Windows Client, Windows core concepts, exploring Process Explorer as well as some of the features that are not yet ready for prime time but will … Continue reading Windows 10 Features and Navigation – December 1, 2015
See what people are saying...