module 3_lecture 7 - implementing group policy

40
IDENTIFYING THE ROLE OF A GROUP POLICY Lesson 7: 1

Upload: zeeshan-bhatti

Post on 12-Apr-2016

28 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Module 3_Lecture 7 - Implementing Group Policy

IDENTIFYING THE ROLE OF A GROUP POLICY

Lesson 7:

1

Page 2: Module 3_Lecture 7 - Implementing Group Policy

• The role of a Group Policy begins when a computer starts up or when a user logs on

• During startup and logon, both Computer Configuration and User Configuration settings are applied in a specific sequence

Identifying the Role of a Group Policy at Startup and Logon

(Skill 3)

Page 3: Module 3_Lecture 7 - Implementing Group Policy

Figure The sequence in which Computer Configuration and User Configuration settings are applied

(Skill 3)

Page 4: Module 3_Lecture 7 - Implementing Group Policy

• Every computer has one GPO that is stored locally

• This local Group Policy Object (LPGO) is applied first

• The processing sequence becomes very important when dealing with multiple policies

• If there are no conflicts between the policies, all settings from all of the policies apply

• However, if a conflict occurs the policy to apply last wins

Identifying the Role of a Group Policy at Startup and Logon (2)

(Skill 3)

Page 5: Module 3_Lecture 7 - Implementing Group Policy

• Sequence in which Group Policy settings are processed

• Local GPO

• Site GPOs

• Domain GPOs

• OU GPOs (LSDOU)

Identifying the Role of a Group Policy at Startup and Logon (3)

(Skill 3)

Page 6: Module 3_Lecture 7 - Implementing Group Policy

• If more than one GPO is linked

• The policies are processed in reverse order for each individual container

• This is done so that the policy that is considered to be the most important is displayed at the top of the list of all GPOs applied to a particular container

Identifying the Role of a Group Policy at Startup and Logon (4)

(Skill 3)

Page 7: Module 3_Lecture 7 - Implementing Group Policy

• Like files and folders, Group Policies are also inherited from parent containers to child containers

• You can specifically set a separate Group Policy setting for a child container to override the settings it inherits from its parent container

• It is extremely important to note that like OU structures, Group Policies do not flow between domains

Identifying the Role of a Group Policy at Startup and Logon (5)

(Skill 3)

Page 8: Module 3_Lecture 7 - Implementing Group Policy

• Group Policy applied to a parent domain

• Does not apply to its child domain or domains

• The only container that can apply Group Policies to multiple domains is the site container

• Group Policy applied to a site

• Affects all users and computers in the site, regardless of domain

• For this reason, you must be an Enterprise Admin in order to apply a Group Policy to a site

Identifying the Role of a Group Policy at Startup and Logon (6)

(Skill 3)

Page 9: Module 3_Lecture 7 - Implementing Group Policy

• Exceptions to the order in which GPOs are processed

• If a computer belongs to a workgroup, it processes only local GPOs

• You can modify the default behavior using the Block Inheritance option, but this can make GPO administration more complicated and it should be used sparingly

• You can block inheritance for GPO links for an entire domain, for all domain controllers, or for an OU

Identifying the Role of a Group Policy at Startup and Logon (7)

(Skill 3)

Page 10: Module 3_Lecture 7 - Implementing Group Policy

(Skill 3)

Figure Blocking Inheritance for the GPO links for all domain controllers

Page 11: Module 3_Lecture 7 - Implementing Group Policy

• Exceptions to the order in which GPOs are processed

• The default order for processing Group policy settings is also affected when you set the GPO link to Enforced

• Policy settings in the GPO link take precedence over child object settings

• Gives the parent GPO link precedence so that the default behavior does not apply (formerly called the No Override option)

• GPO administration is more complex

• GPOs cannot have their inheritance blocked

Identifying the Role of a Group Policy at Startup and Logon (8)

(Skill 3)

Page 12: Module 3_Lecture 7 - Implementing Group Policy

Figure The Enforced setting

(Skill 3)

Page 13: Module 3_Lecture 7 - Implementing Group Policy

• Exceptions to the order in which GPOs are processed

• If Block Inheritance option is set for a domain or OU

• The GPOs above that point in the structure do not affect users or computers in that structure; they are blocked

• If there is a conflict between Enforced and Block Inheritance, Enforced always wins

Identifying the Role of a Group Policy at Startup and Logon (9)

(Skill 3)

Page 14: Module 3_Lecture 7 - Implementing Group Policy

• Exceptions to the order in which GPOs are processed

• You can disable a GPO link to block that GPO from being applied for the selected site, domain, or OU

• Disables the GPO only for the selected container object; it does not disable the GPO itself

• If the GPO is linked to other sites, domains, or OUs, they continue to process the GPO as long as their links are enabled

• Processing is enabled for all GPO links by default

• To disable a GPO link, right-click it and select the Link Enabled command (a check mark indicates it is enabled)

Identifying the Role of a Group Policy at Startup and Logon (10)

(Skill 3)

Page 15: Module 3_Lecture 7 - Implementing Group Policy

Figure The Link Enabled command

(Skill 3)

Page 16: Module 3_Lecture 7 - Implementing Group Policy

• Exceptions to the order in which GPOs are processed

• When GPOs are linked to the same container, policies are evaluated based on the link order set on the Linked Group Policy Objects tab for the container object

• The policy settings in the GPO with the lowest link order (Link Order 1) are processed last

• Link Order 1 has the highest precedence and is used to settle a conflict

• Use the arrow buttons to change the link order

Identifying the Role of a Group Policy at Startup and Logon (11)

(Skill 3)

Page 17: Module 3_Lecture 7 - Implementing Group Policy

• Exceptions to the order in which GPOs are processed

• Group Policies are never applied to Windows NT, 95, 98, or Windows Me computers

Identifying the Role of a Group Policy at Startup and Logon (12)

(Skill 3)

Page 18: Module 3_Lecture 7 - Implementing Group Policy

• User Group Policy loopback processing mode

• This policy is referred to as the loopback feature

• Enforced when both the user account and the computer account are members of a Windows 2000 or later domain

• You can configure loopback so that the User Configuration settings in GPOs are applied to every user logging on to that computer

Identifying the Role of a Group Policy at Startup and Logon (13)

(Skill 3)

Page 19: Module 3_Lecture 7 - Implementing Group Policy

Figure The User Group Policy loopback processing mode policy

(Skill 3)

Page 20: Module 3_Lecture 7 - Implementing Group Policy

• User Group Policy loopback processing mode

• In Merge mode, the Computer Configuration GPO settings are appended to the default list of GPOs

• In Replace mode, the User Configuration GPO settings are completely replaced by the Computer Configuration GPO settings

Identifying the Role of a Group Policy at Startup and Logon (14)

(Skill 3)

Page 21: Module 3_Lecture 7 - Implementing Group Policy

Figure Merge or Replace mode

(Skill 3)

Page 22: Module 3_Lecture 7 - Implementing Group Policy

• After you decide on a Group Policy setting design, you devise a Group Policy implementation strategy

• Factors to consider

• Location of GPOs

• Delegation of authority

• Organization structure

Planning a Group Policy Implementation

(Skill 4)

Page 23: Module 3_Lecture 7 - Implementing Group Policy

• Types of Group Policy implementation strategies

• Centralized GPO design

• An organization’s network is maintained by a small number of large GPOs

• Decentralized GPO design

• Uses separate GPOs for specific policy settings

Planning a Group Policy Implementation (2)

(Skill 4)

Page 24: Module 3_Lecture 7 - Implementing Group Policy

• Types of Group Policy implementation strategies

• Functional Role (or Team Design)

• Functional roles of users are considered to apply Group Policies

• Steps to implement this strategy

• Create an OU structure that corresponds to the actual team structure of your organization

• Create a customized GPO for each OU that is tailored to the needs of the OU

Planning a Group Policy Implementation (3)

(Skill 4)

Page 25: Module 3_Lecture 7 - Implementing Group Policy

• Types of Group Policy implementation strategies

• Delegation with Central Control Design or Distributed Control Design

• Based on delegating administrative control over OUs to various administrators in an organization

• When you implement this strategy, you maintain centralized control while distributing managerial control to a number of OU administrators

Planning a Group Policy Implementation (4)

(Skill 4)

Page 26: Module 3_Lecture 7 - Implementing Group Policy

• Regardless of which approach (or combination) you choose, it is important to try to avoid using certain tools and options

• Enforced and Block Inheritance options

• Filtering

• Troubleshooting GPOs can be very difficult when these tools are used

Planning a Group Policy Implementation (5)

(Skill 4)

Page 27: Module 3_Lecture 7 - Implementing Group Policy

• When you install Active Directory on your network, two GPOs are created automatically

• Default Domain Policy, which is linked to the domain

• Default Domain Controllers Policy, which is linked to the Domain Controllers OU

• You can use these policies to assign standard settings to the domain and the domain controllers in a domain, respectively

Creating a Group Policy Object

(Skill 5)

Page 28: Module 3_Lecture 7 - Implementing Group Policy

• GPOs can be linked to sites, domains, and OUs

• To link a GPO to a site, use the Active Directory Sites and Services console or the GPMC

• To link GPOs to domains and OUs, use either the Active Directory Users and Computers console or the GPMC

Creating a Group Policy Object (2)

(Skill 5)

Page 29: Module 3_Lecture 7 - Implementing Group Policy

• You can create a stand-alone GPO console for a GPO and access it directly from the All Programs/Administrative Tools menu

• Steps to create a GPO console

1. Open Add Standalone Snap-in dialog box from an MMC console

2. Select Group Policy Object Editor from the list of available snap-ins

Creating a Group Policy Object (3)

(Skill 5)

Page 30: Module 3_Lecture 7 - Implementing Group Policy

• Steps to create a GPO console

3. Click the Browse button in the Group Policy Wizard

4. In the Browse for a Group Policy Object dialog box, select the GPO for which you want to create a console

The selected GPO name is added to the Group Policy Object text box on the Select Group Policy Object screen in the wizard

3. From the File menu, save the console for the GPO to make it available on the All Programs/Administrative Tools menu

Creating a Group Policy Object (4)

(Skill 5)

Page 31: Module 3_Lecture 7 - Implementing Group Policy

Figure Creating a GPO

(Skill 5)

Page 32: Module 3_Lecture 7 - Implementing Group Policy

Figure The New GPO dialog box

(Skill 5)

Page 33: Module 3_Lecture 7 - Implementing Group Policy

Figure New Group Policy Object in a domain

(Skill 5)

Page 34: Module 3_Lecture 7 - Implementing Group Policy

• Assign permissions to delegate administrative control over a GPO on the Delegation tab in the GPMC

• There are three standard permissions you can assign to a GPO

• However, five permission levels display on the Delegation tab

• Each of these permission levels represents a combination of Active Directory permissions

Delegating Control for a Group Policy Object

(Skill 6)

Page 35: Module 3_Lecture 7 - Implementing Group Policy

• To delegate permissions for a GPO, you must have the Edit settings, delete, and modify security permission for the GPO

• To view the permissions for groups with custom permissions or to set custom permissions, click the Advanced button to open the ACL Editor for the GPO (<GPO_name> Security Settings dialog box)

Delegating Control for a Group Policy Object (2)

(Skill 6)

Page 36: Module 3_Lecture 7 - Implementing Group Policy

• You must assign the Edit settings, delete, and modify security permission to at least one group or user for each GPO

• If there is only one user or group with this permission level, you cannot remove this user or group

• Permissions inherited from parent containers cannot be removed

Delegating Control for a Group Policy Object (3)

(Skill 6)

Page 37: Module 3_Lecture 7 - Implementing Group Policy

• To change the permissions assigned to a user or group

• Right-click the user or group in the Groups and users box

• Select from the three standard permissions on the context menu

• You can also use the Remove command to remove a user or group from the Groups and users box

Delegating Control for a Group Policy Object (4)

(Skill 6)

Page 38: Module 3_Lecture 7 - Implementing Group Policy

Figure Setting GPO permissions

(Skill 6)

Page 39: Module 3_Lecture 7 - Implementing Group Policy

Figure The Delegation tab in the GPMC

(Skill 6)

Page 40: Module 3_Lecture 7 - Implementing Group Policy

Thankyou

•Q & A

For My Slides and Handouts

http://zeeshanacademy.blogspot.com/https://www.facebook.com/drzeeshanacademy

https://sites.google.com/site/drzeeshanacademy/