Install Group Policy Management Console on Windows 11

Prajwal Desai
Posted by Prajwal Desai
Install Group Policy Management Console in Windows 11

In this article, I will explain how to install group policy management console on Windows 11. You can install GPMC on Windows 11 using PowerShell and optional features. The Group Policy Management Console is also known as GPMC.

Using GPMC, Active Directory administrators can manage Group Policy Objects (GPOs) from a single console. On Windows 11 PCs, you can manage the GPOs by installing the group policy management console.

The Group Policy Management Console (GPMC) also allows editing of settings within individual GPOs and provides a view of all organizational units, domains, and sites within a company. The Active Directory Users and Computers, Active Directory Sites and Services, Resultant Set of Policy (RSOP), Access Control List Editor, and GPMC Delegation Wizard functions are all combined in GPMC.

Differences between GPMC.msc and GPEdit.msc

If you are new to the concept of group policies in Windows Server and are exploring it, you may get confused between GPMC and gpedit.msc. Here are some important differences between GPMC and GPEdit.

  1.  GPEdit.msc (GPO editor) is used to configure local policies whereas the GPMC is used to administer global (per Site, Domain or OU) Active Directory policies.
  2. GPEdit.msc is a built-in windows utility that allows administrators to manage local policies. On the other hand, the GPMC must be installed via RSAT and you can then use it to administer the Active Directory policies.
  3. The GPO editor can be launched with gpedit.msc command whereas the GPMC can be launched with gpmc.msc command.
  4. GPO editor is best suited for workgroup environment whereas the GPMC is available only in Active Directory based environments.

Recommended: Disable Server Manager at Startup Using Group Policy

Two Ways to Install GPMC on Windows 11

You can use the following methods to install the Group Policy Management Console on Windows 11:

  • Use optional features in Windows 11 to install GPMC.
  • Install GPMC using PowerShell

We will look at both the methods of installing the GPMC in this article.

Install GPMC using PowerShell

On your Windows 11 PC, you can use the DISM to install the Group Policy Management Console using the following steps:

1. Click Start and type “PowerShell“. From the list of results, select Windows PowerShell and click Run as administrator. This will launch the PowerShell interface on your computer.

Install GPMC using PowerShell
Install GPMC using PowerShell

2. Enter the below command to install the group policy management console using DISM in the PowerShell window.

DISM.exe /online /add-capability /CapabilityName:Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0

In the DISM command output, we see ‘The operation completed successfully‘, which confirms the GPMC has been installed successfully.

Install GPMC using PowerShell
Install GPMC using PowerShell

3. To verify if the GPMC is installed, click Start windows 10 icon and type “Group Policy“. This should list the Group Policy Management app, and from here you can launch it and start to manage group policies.

Launch Group Policy Management Console
Launch Group Policy Management Console

Also Read: How to Enable Controlled Folder Access Using Group Policy

Install Group Policy Management Console on Windows 11 using Optional Features

You can use the optional features of Windows 11 to install the Group Policy Management Console. The RSAT: Group Policy Management Tools include the Group Policy Management Console, Group Policy Management Editor, and GP Starter GPO Editor.

Click Start and in the search box, type Optional Features and launch it. You can also launch the optional features by going to Settings > Apps > Optional features.

Launch Optional Features
Launch Optional Features

In the optional features window, seek the option “Add an optional feature” and click View Features.

Add an Optional Feature in Windows 11
Add an Optional Feature in Windows 11

In the Add an optional feature window, search for Group Policy Management Tools and press the enter key. Select “RSAT: Group Policy Management Tools” and click Next.

Install Group Policy Management Console using Optional Features
Install Group Policy Management Console using Optional Features

Click on the Install button to install the Group Policy Management Tools on your Windows 11 PC.

Install Group Policy Management Console using Optional Features
Install Group Policy Management Console using Optional Features

RSAT: Group Policy Management Tools have been successfully installed on the computer. You don’t have to restart your PC. Close the optional features window.

Install Group Policy Management Console using Optional Features
Install Group Policy Management Console using Optional Features

Use PowerShell to uninstall the Group Policy Management Console

If you don’t need the group policy management console on your Windows 11 PC, you may remove it. Removal of GPMC can be done with two methods and I will show you how to do that.

Click Start and launch the PowerShell as administrator. Run the following PowerShell command to uninstall the Group Policy management tools on Windows 11 PC.

DISM.exe /online /remove-capability /CapabilityName:Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0
Uninstall Group Policy Management Console using PowerShell
Uninstall Group Policy Management Console using PowerShell

Uninstall GPMC using Optional Features

You can uninstall group policy management console on Windows 11 from optional features. If you don’t like to use PowerShell to remove GPMC, this method is best option.

Click Start and in the search box, type Optional Features and launch it. You can also launch the optional features by going to Settings > Apps > Optional features. Scroll down to find the RSAT: Group Policy Management Tools and click on Uninstall. This will remove the group policy management console from your Windows 11 computer.

Uninstall GPMC using Optional Features
Uninstall GPMC using Optional Features

Launch the Group Policy Management Console in Windows 11

If you have installed GPMC using any of the above described methods, I will show you how you can launch this tool. Press the Windows + R keys to open the run box. Type gpmc.msc and hit enter key. This will launch the group policy management console.

Launch the Group Policy Management Console in Windows 11
Launch the Group Policy Management Console in Windows 11

When you attempt to open the Group Policy Management console on a workgroup computer, you will encounter the following error: To manage Group Policy, you must log on to the computer with a domain user account.

To resolve the error, ensure you install the GPMC on a domain joined computer and the user account has permissions to manage the policies remotely.

To manage Group Policy, you must log on to the computer with a domain user account
To manage Group Policy, you must log on to the computer with a domain user account

Please let us know if you found this article to be useful in the comments area below. Gratitude for reading!

Read Next

Share This Article
Prajwal Desai
Posted by Prajwal Desai
Follow:
Prajwal Desai is a Microsoft MVP in Intune and SCCM. He writes articles on SCCM, Intune, Windows 365, Windows Server, Windows 11, WordPress and other topics, with the goal of providing people with useful information.
Leave a comment