300 likes | 307 Vues
A Course on Planning A Group Policy Management And Implementation Strategy. Prepared for: *Stars* New Horizons Certified Professional Course. FILTERING GROUP POLICY’S SCOPE. By default, settings flow from site to domain to OU. Three ways to control Group Policy settings inheritance
E N D
A Course on Planning A Group Policy Management And Implementation Strategy Prepared for: *Stars* New Horizons Certified Professional Course
FILTERING GROUP POLICY’S SCOPE • By default, settings flow from site to domain to OU. • Three ways to control Group Policy settings inheritance • Block Policy Inheritance: • Security filtering • WMI filters
WMI FILTERS • Windows Management Instrumentation (WMI) • Used for queries and filters concerning • Hardware • Software • Operating system type • Can be linked to multiple GPOs
WMI FILTER EXAMPLES Table 10-1 WMI Filter Examples F i l t e r S t r i n g T a r g e t C o m p u t e r S a m p l e W M I F i l t e r S t r i n g T a r g e t C o m p u t e r S a m p l e W M I All computers that are Select * from Win32_OperatingSystem running Wi n dows XP where Ca p tion = "Microsoft Windows Professional XP Professional" All computers that have Select * from Win32_LogicalDisk more than 10 MB of WHERE Name= "C:" AND DriveType = 3 available drive space AND FreeSpace > 10485760 AND on a C: NTFS partition FileSystem = "NTFS" All computers with a Select * from Win32_POTSModem modem i n stalled Where Name = " MyModem"
GROUP POLICY MANAGEMENT CONSOLE (GPMC) • Free add-on tool that can be used to manage Group Policy. Installs on: • Windows XP with Service Pack 1 • Any edition of Windows Server 2003 • Can be used for: • Importing and copying GPO settings • Backing up and restoring of GPOs • Executing the Resultant Set of Policy (RSoP) snap-in • Generating HTML reports
INSTALLING GPMC • GPMC is not on the Windows Server 2003 CD-ROM. • Can be downloaded for free from the Microsoft Web site. • In this course, gpmc.msi is on your supplemental CD-ROM. • Double-click the gpmc.msi file and run through the wizard. • Distribute through Group Policy.
DETERMINING & TROUBLESHOOTING EFFECTIVE POLICY SETTINGS • Resultant Set Of Policy (RSoP) Wizard • Group Policy Results • Group Policy Modeling • Gpresult.exe command line tool
DELEGATING GROUP POLICY ADMINISTRATIVE CONTROL • Creation of GPOs • Permissions on GPOs • Linking of GPOs • Use of Group Policy Modeling and Group Policy Results • Creation of WMI filters • WMI permissions
DELEGATING PERMISSIONS TO AN INDIVIDUAL GPO GPMC Individual GPO Permissions A l l o w e d P e r m i s s i o n s A l l o w e d P e r m i s s i o n s C a t e g o r y U n d e r l y i n g P e r m i s s i o n s a n d E f f e c t s C a t e g o r y U n d e r l y i n g P e r m i s s i o n s a n d E f f e c t s Read Allows Read Access on the GPO. Edit settings Includes Read, Write, Create Child Objects, and Delete Child Objects. Edit, delete, and Includes Read, Write, Create Child Objects, Delete modify security Child O b jects, Delete, Modify Permissions, and Modify Owner. Implies Full Control without the Apply Group Policy permission being set. Read (from An automatic setting that appears when a user has Security Filtering) Read and Apply Group Policy permissions to the GPO. Custom These permissions include those set individually using the ACL editor for the GPO. The ACL editor is invoked by using the Advanced button and shows the Security tab contents for the GPO.
PLANNING GROUP POLICY INTEGRATION • Create policies at the highest level possible. • Limit the number of GPOs created. • Create specialized GPOs for policies. • Disable unnecessary portions (user or computer). • Only apply GPOs to sites when settings are required on a site basis.
RECOMMENDATIONS ON GROUP POLICY INHERITANCE • Limit use of the following: • No Override • Block Policy Inheritance • Security filtering
PLANNING ADMINISTRATION AND IMPLEMENTATION OF GPOS • Determine which administrators will have policy delegation roles • Test policy settings • Document the plan
CHAPTER SUMMARY • Name two methods you can use to filter GPOs. • How many WMI filters can be applied to each GPO? • What can you do with GPMC? • What two modes are available in RSoP? • List ways in which you can delegate Group Policy control.