Book Image

Mastering Windows Group Policy

By : Jordan Krause
5 (1)
Book Image

Mastering Windows Group Policy

5 (1)
By: Jordan Krause

Overview of this book

This book begins with a discussion of the core material any administrator needs to know in order to start working with Group Policy. Moving on, we will also walk through the process of building a lab environment to start testing Group Policy today. Next we will explore the Group Policy Management Console (GPMC) and start using the powerful features available for us within that interface. Once you are well versed with using GPMC, you will learn to perform and manage the traditional core tasks inside Group Policy. Included in the book are many examples and walk-throughs of the different filtering options available for the application of Group Policy settings, as this is the real power that Group Policy holds within your network. You will also learn how you can use Group Policy to secure your Active Directory environment, and also understand how Group Policy preferences are different than policies, with the help of real-world examples. Finally we will spend some time on maintenance and troubleshooting common Group Policy-related issues so that you, as a directory administrator, will understand the diagnosing process for policy settings. By the end of the book, you will be able to jump right in and use Group Policy to its full potential.
Table of Contents (12 chapters)

PowerShell for Group Policy Administration

If you have ever worked with PowerShell, you probably already know that basically anything about the Windows operating system can be manipulated from this fancy blue command-line interface. The same is true for client operating systems as well as servers. Most roles that we implement in Windows Server can be manipulated via GUI or via PowerShell. You are able to tap into the same settings and functionality either way. Active Directory and Group Policy are no different; there are all kinds of PowerShell commands and cmdlets available for interacting with your domain's directory technologies.

In this chapter, we will cover many examples of those cmdlets. The settings, GPOs, links, and permissions that we configure will be things that we have done in this book already, formerly by utilizing GPMC. Now we turn to PowerShell to showcase...