Group Policy is how Windows configures thousands of machines consistently — from password rules and security baselines to drive mappings and software installs.
Group Policy
How Windows configures thousands of machines consistently.
Tap or hover a part to learn more.
A policy object.
A Group Policy Object is a collection of settings — password rules, drive mappings, software installs, security baselines — stored in AD and applied to computers and users. It's how you configure thousands of machines consistently.
Check your understanding
1. In what order is Group Policy processed?
2. Which command shows which GPOs actually applied?
Keep learning
GPOs and where they apply
A Group Policy Object (GPO) is a bundle of settings stored in AD. You link it to a Site, Domain or OU, and every object beneath receives it — which is why OU design matters.
Processing order (LSDOU)
Policy applies Local → Site → Domain → OU, with later settings overriding earlier ones. Block Inheritance and Enforced change the outcome, and on a conflicting setting the last writer generally wins.
Applying and troubleshooting
Clients refresh policy roughly every 90 minutes. gpupdate /force reapplies immediately, and gpresult /r shows exactly which GPOs won — the first thing to check when a setting "isn't taking".
Group Policy builds on Active Directory and is a core control for Security+ hardening.
