20411C - 04 Implementing A Group Policy Infrastructure
20411C - 04 Implementing A Group Policy Infrastructure
Module 4
A GPO is:
• A container for one or more policy settings
• Managed with the GPMC
• Stored in the GPOs container
• Edited with the GPME
• Applied to a specific level in
the AD DS hierarchy
GPO Scope
• Policy
settings in the Computer Configuration
node are applied at system startup and every 90–
120 minutes thereafter
• User
Configuration policy settings are applied at
logon and every 90–120 minutes thereafter
Demonstration: How to Create a GPO and
Configure GPO Settings
In this demonstration, you will see how to:
• Use the GPMC to create a new GPO
• Configure Group Policy settings
Lesson 2: Implementing and Administering GPOs
Domain-Based GPOs
GPO Storage
Starter GPOs
Common GPO Management Tasks
Delegating Administration of Group Policies
• Managing GPOs with Windows PowerShell
Domain-Based GPOs
GPO Storage
GPO
• Stored in AD DS
• Provides version information
A Starter GPO:
• Stores administrative template settings on which the
new GPOs will be based
• Can be exported to .cab files
• Can be imported into other areas of the enterprise
Load
starterGPO .cab file
cabinet file
Common GPO Management Tasks
Examples:
• Create a new GPO called Sales:
New-GPO -Name Sales -comment "This the sales GPO"
• Import the settings from the backed up Sales GPO stored
in the C:\Backups folder into the NewSales GPO:
import-gpo -BackupGpoName Sales -TargetName NewSales
-path c:\backups
Lesson 3: Group Policy Scope and Group Policy
Processing
GPO Links
Demonstration: How to Link GPOs
Group Policy Processing Order
Configuring GPO Inheritance and Precedence
Using Security Filtering to Modify Group Scope
What Are WMI Filters?
Demonstration: How to Filter Policies
Enable and Disable GPOs and GPO Nodes
Loopback Policy Processing
Strategies for Slow Links and Disconnected Systems
Identifying When Settings Become Effective
GPO Links
Demonstration: How to Link GPOs
Local Policy
GPO2
Site
GPO3
Domain
GPO4
OU
GPO5
OU OU
Configuring GPO Inheritance and Precedence
Refreshing GPOs
What is RSoP?
Generate RSoP Reports
Demonstration: How to Perform What-if Analysis
with the Group Policy Modeling Wizard
• Examine Policy Event Logs
Refreshing GPOs
Local
GPO2
Site
GPO3
• The Group Policy
Results Wizard Domain GPO4
• The Group Policy
Modelling Wizard OU
• GPResult.exe GPO5
OU OU
Generate RSoP Reports
Demonstration: How to Perform What-if Analysis
with the Group Policy Modeling Wizard
In this demonstration, you will see how to:
• Use GPResult.exe and the Group Policy Reporting
Wizard
• Use the Group Policy Modeling Wizard
Examine Policy Event Logs
Lab: Implementing a Group Policy Infrastructure
Logon Information
Virtual machines: 20411C-LON-DC1,
20411C-LON-CL1
User Name: Adatum\Administrator
Password: Pa$$w0rd
Review Question(s)
Tools
• Common Issues and Troubleshooting Tips