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
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