I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

Install Group Policy Management Console, GPMC via PowerShell

To install the Group Policy Management Console via Powershell then run the following command :

Server 2012

Install-WindowsFeature –Name GPMC

Earlier Versions

Import-Module servermanager
Add-WindowsFeature –Name GPMC