module 5: creating and configuring group policies

40
Module 5: Creating and Configuring Group Policies

Upload: delilah-webb

Post on 14-Dec-2015

249 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Module 5: Creating and Configuring Group Policies

Module 5: Creating and Configuring

Group Policies

Page 2: Module 5: Creating and Configuring Group Policies

Module Overview

• Overview of Group Policies

• Configuring the Scope of Group Policy Objects

• Evaluating the Application of Group Policy Objects

• Managing Group Policy Objects

• Delegating Administrative Control of Group Policies

Page 3: Module 5: Creating and Configuring Group Policies

Lesson 1: Overview of Group Policies

• What Are Group Policies?

• Group Policy Settings

• How Group Policies Are Applied

• Exceptions to Normal Group Policy Processing

• Group Policy Components

• What Are ADM and ADMX files?

• What Is the Central Store?

• Demonstration: Configuring Group Policy Objects

Page 4: Module 5: Creating and Configuring Group Policies

What Are Group Policies?

Use Group Policies to:

• Apply standard configurations

• Deploy software

• Enforce security settings

• Enforce a consistent desktop environment

Group Policies enable IT administrators to automate one-to-many management of users and computersGroup Policies enable IT administrators to automate one-to-many management of users and computers

Local group policies are always in effect for local and domain users and local computer settingsLocal group policies are always in effect for local and domain users and local computer settings

Page 5: Module 5: Creating and Configuring Group Policies

Group Policy Settings

• Software• Windows• Security• Operating systems

Group Policy settings for computers control thesesettings:

• Software• Windows• Security• Desktop

Group Policysettings for users controlthese settings:

Page 6: Module 5: Creating and Configuring Group Policies

How Group Policies are Applied

Computer starts

• Computer settings applied

• Startup scripts run

Refresh IntervalRefresh Interval

User logs on

• User settings applied

• Logon scripts run

Refresh IntervalRefresh Interval

Every 90 minutesEvery 90 minutes

Every 90 minutesEvery 90 minutes

Page 7: Module 5: Creating and Configuring Group Policies

Exceptions to Group Policy Processing

Additional exceptions:

• Windows XP and Vista use cached credential for faster logons

• Many GPO settings take two logons to take effect

Cached credentials

• 500 KPS by default• Certain client side extensions are not

processed• Prior to Vista, ICMP is used to detect a slow

link• Vista uses Network Location Awareness

Slow links

• Remote access connections

• Moving a user or computer object in Active Directory

Page 8: Module 5: Creating and Configuring Group Policies

Group Policy Components

Group Policy ObjectGroup Policy Object

• Stored in Active Directory• Provides version information

Group Policy ContainerGroup Policy Container

• Stored in shared SYSVOL folder • Provides Group Policy settings• Supports both ADM and

ADMX templates

Group Policy TemplateGroup Policy Template

• Contains Group Policy settings• Stores content in two locations

Page 9: Module 5: Creating and Configuring Group Policies

What Are ADM and ADMX Files?

ADM files are:

• Copied into every GPO in SYSVOL

• Difficult to customize

ADMX files are:

• Language neutral

• Not stored in the GPO

• Extensible through XML

Page 10: Module 5: Creating and Configuring Group Policies

What Is the Central Store?

The Central Store:

• Is a central repository for ADMX and ADML files

• Is stored in SYSVOL

• Must be created manually

• Is detected automatically by Windows Vista or Server 2008

Windows Vista or Windows Server 2008

workstation

Windows Vista or Windows Server 2008

workstation

ADMX filesADMX files

Domain controller with SYSVOL

Domain controller with SYSVOL

Domain controller with SYSVOL

Domain controller with SYSVOL

Page 11: Module 5: Creating and Configuring Group Policies

Demonstration: Configuring Group Policy Objects

In this demonstration, you will see how to:

• Create a GPO

• Configure settings

Page 12: Module 5: Creating and Configuring Group Policies

Lesson 2: Configuring the Scope of Group Policy Objects

• Group Policy Processing Order

• What Are Multiple Local Group Policies?

• Options for Modifying Group Policy Processing

• Demonstration: Configuring Group Policy Object Links

• Demonstration: Configuring Group Policy Inheritance

• Demonstration: Filtering Group Policy Objects Using Security Groups

• Demonstration: Filtering Group Policy Objects Using WMI Filters

• How Does Loopback Processing Work?

• Discussion: Configuring the Scope of Group Policy Processing

Page 13: Module 5: Creating and Configuring Group Policies

Group Policy Processing Order

Site

Domain

OUOUOUOU

OU

GPO2GPO2

GPO3GPO3

GPO4GPO4

GPO5GPO5

GPO1GPO1

Local groupLocal group

Page 14: Module 5: Creating and Configuring Group Policies

What Are Multiple Local Group Policies?

• One layer of computer configurations that applies to all users

• Layers apply only to individual users, not to groups

• There are three layers of user configurations:

• Administrator

• Non-Administrator

• User-specific

Page 15: Module 5: Creating and Configuring Group Policies

Options for Modifying Group Policy Processing

Five methods to modify GPO default processing:

• Block inheritance

• Enforcement

• Filtering using security groups or WMI filters

• Disabling GPOs

• Loopback processing

Page 16: Module 5: Creating and Configuring Group Policies

Demonstration: Configuring Group Policy Object Links

• In this demonstration, you will see how to:

Create and link GPOs to different locations within AD DS

Disable a GPO link

Page 17: Module 5: Creating and Configuring Group Policies

Demonstration: Configuring Group Policy Inheritance

• In this demonstration, you will see how to:

Block GPO inheritance

Enforce GPO inheritance

Page 18: Module 5: Creating and Configuring Group Policies

Demonstration: Filtering Group Policy Objects By Using Security Groups

In this demonstration, you will see how to filter the application of GPOs using security groups

Page 19: Module 5: Creating and Configuring Group Policies

Demonstration: Filtering Group Policy Objects Using WMI Filters

In this demonstration, you will see how to create and assign a WMI filter

Page 20: Module 5: Creating and Configuring Group Policies

How Does Loopback Processing Work?

Page 21: Module 5: Creating and Configuring Group Policies

Discussion: Configuring the Scope of Group Policy Processing

Woodgrove Bank Domain TreeWoodgrove Bank Domain Tree

Woodgrove Bank

Head Office

Branches

Servers

Toronto

Winnipeg

SQL Server

Exchange Server

Toronto site

Winnipeg Head Office

Head Office site

High-speed link

Slow link

Page 22: Module 5: Creating and Configuring Group Policies

Lesson 3: Evaluating the Application of Group Policy Objects

• What Is Group Policy Reporting?

• What Is Group Policy Modeling?

• Demonstration: How to Evaluate the Application of Group Policies

Page 23: Module 5: Creating and Configuring Group Policies

What Is Group Policy Reporting?

• Group Policy results are provided by the GPMC

• GPResult is a command line utility

Group policy reporting is a method of planning and troubleshooting group policyGroup policy reporting is a method of planning and troubleshooting group policy

Page 24: Module 5: Creating and Configuring Group Policies

What Is Group Policy Modeling?

The Group Policy Modeling Wizard simulates:

• Site membership

• Security group membership

• WMI filters

• Slow links

• Loopback processing

• The effects of moving user or computer objects to a different Active Directory container

The Group Policy Modeling Wizard calculates the simulated net effect  of GPOs

Page 25: Module 5: Creating and Configuring Group Policies

Demonstration: How to Evaluate the Application of Group Policies

In this demonstration, you will see how to run each of the tools for reviewing the application of group policies

Page 26: Module 5: Creating and Configuring Group Policies

Lesson 4: Managing Group Policy Objects

• GPO Management Tasks

• What Is a Starter GPO?

• Demonstration: How to Copy a GPO

• Demonstration: Backing up and Restoring GPOs

• Demonstration: Importing a GPO

• Migrating Group Policy Objects

Page 27: Module 5: Creating and Configuring Group Policies

GPO Management Tasks

GPO management tasks:

• Back up GPOs

• Restore GPOs

• Copy GPOs

• Import GPOs

Page 28: Module 5: Creating and Configuring Group Policies

What Is 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

Exported to cab fileExported to cab file

starterGPOstarterGPO Cab fileCab file

Imported to GPMCImported to GPMC

Load cabinet file

Load cabinet file

Page 29: Module 5: Creating and Configuring Group Policies

Demonstration: How to Copy a GPO

In this demonstration, you will see how to copy a GPO

Page 30: Module 5: Creating and Configuring Group Policies

Demonstration: Backing up and Restoring GPOs

In this demonstration, you will see how to back up and restore a GPO

Page 31: Module 5: Creating and Configuring Group Policies

Demonstration: Importing a GPO

• In this demonstration, you will see how to:

Import a GPO

Use a migration table 

Page 32: Module 5: Creating and Configuring Group Policies

Migrating Group Policy Objects

The ADMX Migrator utility:

• Can be used to convert custom ADM files to ADMX

• Is GUI based and can be downloaded from the Microsoft download site utility

Page 33: Module 5: Creating and Configuring Group Policies

Lesson 5: Delegating Administrative Control of Group Policies

• Options for Delegating Control of GPOs

• Demonstration: How to Delegate Administrative Control of GPOs

Page 34: Module 5: Creating and Configuring Group Policies

Options for Delegating Control of GPOs

Methods to delegate control of GPOs

Create GPOs in the domain

Edit or delete GPOs

Link GPOs to containers

Use reporting tools

Membership in Group Policy Creator Owners group or explicit permission to create GPOs

Assign Edit rights to individual policies

Delegate the right to link GPOs to containers

Delegate the right to use group policy reporting tools

Page 35: Module 5: Creating and Configuring Group Policies

Demonstration: How to Delegate Administrative Control of GPOs

In this demonstration, you will see how to delegate the right to create, edit, link, and use the reporting tools for group policies

Page 36: Module 5: Creating and Configuring Group Policies

Lab: Creating and Configuring GPOs

• Exercise 1: Creating Group Policy Objects

• Exercise 2: Managing the Scope of GPO Application

• Exercise 3: Verifying GPO Application

• Exercise 4: Managing GPOs

• Exercise 5: Delegating Administrative Control of GPOs

Estimated time: 75 minutes

Logon information

Virtual machine NYC-DC1, NYC-CL1

User name Administrator

Password Pa$$w0rd

Page 37: Module 5: Creating and Configuring Group Policies

Lab Review

• What other method could be used to grant a user the right to create GPOs in the domain?

• If you need to apply a GPO to computers that have certain services installed, what is the best approach?

Page 38: Module 5: Creating and Configuring Group Policies

Module Review and Takeaways

• Considerations

• Review questions

Page 39: Module 5: Creating and Configuring Group Policies

Beta Feedback Tool

• Beta feedback tool helps: Collect student roster information, module feedback, and

course evaluations. Identify and sort the changes that students request, thereby

facilitating a quick team triage. Save data to a database in SQL Server that you can later

query.

• Walkthrough of the tool

Page 40: Module 5: Creating and Configuring Group Policies

Beta Feedback

• Overall flow of module: Which topics did you think flowed smoothly, from topic to

topic? Was something taught out of order?

• Pacing: Were you able to keep up? Are there any places where the

pace felt too slow? Were you able to process what the instructor said before

moving on to next topic? Did you have ample time to reflect on what you learned? Did

you have time to formulate and ask questions?• Learner activities:

Which demos helped you learn the most? Why do you think that is?

Did the lab help you synthesize the content in the module? Did it help you to understand how you can use this knowledge in your work environment?

Were there any discussion questions or reflection questions that really made you think? Were there questions you thought weren’t helpful?