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)

Using PowerShell Help

All PowerShell cmdlets have a particular syntax that the command must follow to work properly. Additionally, many of the cmdlets have many different switches, or variables, that you can configure in order to tweak the command to do something specific. We have walked through many examples of this already. What if you want to discover more about any particular PowerShell cmdlet? You could certainly turn to the internet and type the name of the command into your search engine, and that would likely steer you toward a Microsoft Technet page with all of the information you are looking for. If you don't feel like searching the internet, there is help information stored right inside PowerShell. For any cmdlet inside PowerShell for which you want to query up all of its related options and information, you simply open PowerShell and type the word help followed...