Chapter 6 – Group Policy Management Console (GPMC)
Windows Server Group Policy (GPO) Master Handbook
Chapter 6 – Group Policy Management Console (GPMC)
Learning Objectives
Learn to manage Group Policy using the Group Policy Management Console (GPMC), including creating, linking, backing up, restoring, delegating, and troubleshooting GPOs.
1. What is GPMC?
Group Policy Management Console (gpmc.msc) is the primary administrative tool used to create, edit, link, back up, restore, import, copy, delegate, and troubleshoot Group Policy Objects in an Active Directory domain.
2. Opening GPMC
Server Manager → Tools → Group Policy Management, or press Win+R and run gpmc.msc.
3. Main Components
Forest, Domains, Sites, Organizational Units, Group Policy Objects, Starter GPOs, WMI Filters, Group Policy Modeling, Group Policy Results.
4. Common Administrative Tasks
Create a new GPO, link it to an OU, edit settings, enable/disable links, enforce policies, back up GPOs, restore deleted GPOs, import settings, copy GPOs between domains, delegate GPO management.
5. Backup & Restore
Back up GPOs before major changes. Store backups securely and test restoration in a lab before production.
6. Group Policy Modeling
Simulates policy application for a user/computer without affecting production. Useful for testing inheritance and security filtering.
7. Group Policy Results
Collects Resultant Set of Policy (RSoP) information from a target computer to determine which GPOs were applied and why.
8. Delegation
Delegate permissions such as Read, Edit Settings, Edit/Delete/Modify Security to helpdesk or infrastructure teams without granting Domain Admin rights.
9. Troubleshooting
Verify GPO links, inheritance, Security Filtering, WMI Filters, SYSVOL replication, DNS configuration, and use gpresult /h plus Event Viewer to identify policy failures.
10. PowerShell
Get-GPO -All
New-GPO -Name 'Desktop Policy'
Backup-GPO -All -Path D:\GPOBackup
Restore-GPO -Name 'Desktop Policy'
Get-GPInheritance -Target 'OU=IT,DC=contoso,DC=com'
11. Best Practices
Use descriptive names, separate user and computer settings, test changes in a pilot OU, back up regularly, document every production change, and avoid modifying Default Domain Policy except account policies.
12. Interview Questions
Explain GPMC. Difference between Group Policy Modeling and Results? How do you back up a GPO? What is Starter GPO? How do you troubleshoot a GPO that does not apply?
13. Practical Lab
Create a new GPO called 'IT Desktop Policy', link it to the IT OU, configure a wallpaper, run gpupdate /force on a client, and verify using Group Policy Results and gpresult /h.
Useful Microsoft Documentation
Administrator Checklist
Task | Status |
Backup GPO | ☐ |
Document change | ☐ |
Pilot OU tested | ☐ |
gpupdate completed | ☐ |
gpresult verified | ☐ |
SYSVOL healthy | ☐ |
DFSR healthy | ☐ |
Rollback plan prepared | ☐ |
Comments
Post a Comment