Book Image

Active Directory with PowerShell

By : Pamarthi Venkata Sitaram, YELLAPRAGADA U PADMAVATHI
5 (1)
Book Image

Active Directory with PowerShell

5 (1)
By: Pamarthi Venkata Sitaram, YELLAPRAGADA U PADMAVATHI

Overview of this book

Table of Contents (16 chapters)
Active Directory with PowerShell
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Installing the Group Policy module


Let's see how to install the GPMC console in Windows Server 2008 R2, which includes the Group Policy PowerShell module as well.

Like any other Windows feature, Group Policy Management can be installed from Server Manager using the Add Features Wizard. Select the Group Policy Management option, as shown in the following screenshot, to install the Group Policy Management console as well as the Group Policy PowerShell module. Select the aforementioned option and click Next in the wizard to complete the installation.

Similarly, the console can be installed on Windows Server 2012 R2 and it works in a similar way. From Server Manager, you need to add the Group Policy Management option to install this feature as shown in the following screenshot:

Group Policy Management feature can be installed using PowerShell as well. To check the current status of this feature installation, try the following command in the PowerShell window:

Get-WindowsFeature -Name GPMC

As highlighted...