IT tutorials
 
Windows
 

Windows Server 2008 : Group Policy Command-Line Tools - Refreshing Group Policy Settings with gpupdate

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
1/7/2014 8:02:59 PM

Group Policy settings are applied at different times for computers within a domain, as shown in the following table.

Automatic Group Policy Update IntervalsComments
When the computer starts.Group Policy settings for computers are applied when the computer starts. The logon screen appears after the settings are applied.
When the user logs on.Group Policy settings for users are applied when the user logs on. The desktop appears after the settings are applied.
At a random time every 90 to 120 minutes.After being initially applied, Group Policy settings are queried from Active Directory every 90 minutes with a random offset of 30 minutes. If there are any changes, the changes are applied.

Note

These are default times for all computers except domain controllers. Settings are reapplied to domain controllers every five minutes by default.

Every 16 hours for security settingsComputers query Active Directory every 16 hours to retrieve security settings. These are reapplied whether they have been changed or not.

You can reapply Group Policy settings to a computer using the gpupdate command. The syntax is

gpupdate [switches]

Figure 1 and the following command show the common usage of gpupdate:

gpupdate /force

Figure 1. Executing the gpupdate /force command

gpupdate SwitchesComments
gpupdate
C:\>gpupdate

This queries Active Directory for any changes in Group Policy settings and reapplies any changed settings.

Note

Although documentation indicates this is the way it works, it is inconsistent. To ensure changes are applied, you should use the gpupdate /force command.

gpupdate /force
C:\>gpupdate /force

This queries Active Directory and reapplies all policy settings, even settings that haven’t changed.
gpupdate /force /target
computer | user
C:\>gpupdate /force
/target computer
C:\>gpupdate /force
/target user

You can specify either computer or user Group Policy settings with the /target switch. With the /target computer switch, only computer Group Policy settings are reapplied. With the /target user switch, only user Group Policy settings are reapplied.
gpupdate /force /target
computer | user
C:\>gpupdate /force
/logoff

Some Group Policy settings, such as software installations, are not applied unless the user logs off and back on. The /logoff switch forces a logoff if it is necessary to apply the settings.
gpupdate /force /target
computer | user
C:\>gpupdate /force
/boot

Some Group Policy settings are not applied unless the computer shuts down and restarts. The /boot switch forces a reboot if a reboot is necessary to apply the settings.

 
Others
 
- Windows Server 2008 : Group Policy Command-Line Tools - Viewing Group Policy Settings with gpresult
- Windows Server 2008 : Group Policy Overview - Using Loopback Processing, Running Scripts with Group Policy
- Windows Server 2008 : Group Policy Overview - Blocking Inheritance, Enforcing GPOs
- Windows 7 : Updating Software - How to Remove Updates
- Windows 7 : Updating Software - How to Troubleshoot Problems Installing Updates
- Windows 7 : Updating Software - How to Verify Updates
- Windows 7 : BitLocker (part 4) - How to Disable or Remove BitLocker Drive Encryption, Troubleshooting BitLocker Problems
- Windows 7 : BitLocker (part 3) - How to Manage BitLocker Keys on a Local Computer, How to Recover Data Protected by BitLocker
- Windows 7 : BitLocker (part 2) - How to Enable BitLocker Encryption
- Windows 7 : BitLocker (part 1) - How to Use BitLocker with TPM Hardware
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us