Group Policy Processing
Group Policy Objects (GPO) are processed in the following order:
The local GPO is applied.
GPOs linked to sites are applied.
GPOs linked to domains are applied.
GPOs linked to organizational units are applied. For nested organizational units (OUs), GPOs linked to parent organizational units are applied before GPOs linked to child organizational units are applied.
How Group Policy works
Enforced GPOs
Block Inheritance
Group Policy Filtering
Loopback processing mode
Group Policy refresh
The primary mechanisms for refreshing Group Policy are at startup and logon.
Group Policy is also refreshed at other intervals regularly.
By default, clients and servers check for changes to GPOs every 90 minutes using a randomized offset of up to 30 minutes.
Domain controllers check for computer policy changes every five minutes.
Components of a GPO are stored in both Active Directory and on the SYSVOL folder of domain controllers.
Active Directory’s built-in replication system controls the replication of Active Directory
Distributed File System Replication (DFSR) controls the replication of the SYSVOL folder. Within sites, replication occurs every 15 minutes.
Trigger Group Policy update
From cmd
gpupdate /force
From Powershell
Invoke-GPUpdate
Optimize GPO processing