Command-line method:
- Open cmd.exe as Administrator
- Run this command: ServerManagerCmd.exe -install gpmc
GUI method:
- Open: Start > Administrative Tools > Server Manager
- Select ‘Features’ on the left panel
- Menu: Action > Add Features
- Check the ‘Group Policy Management’ feature
- Follow through the wizard to complete installation
One reply on “How to install GPMC on Windows Server 2008 R2”
For others landing here:
Command Line option is deprecated, use powershell.
In Windows Server 2012
Install-WindowsFeature –Name GPMC
In Windows Server 2008 R2
Add-WindowsFeature –Name GPMC