Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » How to Install Group Policy Management Console on Windows 11

How to Install Group Policy Management Console on Windows 11

Posted on 27/11/202318/09/2024 Temitope Odemo By Temitope Odemo No Comments on How to Install Group Policy Management Console on Windows 11
gpmc-1

Group Policy Management Console (GPMC) will help System Administrators to manage Group Policy Objects (GPOs) from a single console. In this guide, I will be showing you how to install a group policy management console on Windows 11. Please see What Happens if You Turn Off Your Computer During an Update, How to Fix The Virtual Desktop is Not Sysprep Generalized, and How to Install and Uninstall RSAT on Windows 11.

There is a GPO Editor in Windows 11 by default which can be used to configure local policies but does not have the GPMC which can be used to administer global Active Directory policies. The GPO Editor can be launched with gpedit.msc while GPMC can be launched with gpmc.msc.

Please see the YouTube video for more information.

Steps to Install Group Policy Management Console on Windows 11

If you want to read more on group policy you can read these: How to Create via GPO with Group Policy Object, How to Fix Failed to open the Group Policy Object on this Computer, Group Policy Search: Find Specific Settings in Windows 10 and 11, How to configure the new GPO settings and Security baseline available for Windows 10 21H1

1. How to Install GPMC on Windows 11 Using PowerShell

1: Open PowerShell and click Run as administrator. This will launch the PowerShell interface with administrative right.

How-to-Install-Group-Policy-Management-Console-on-Windows-11-run-as-Administrator

2: Enter the following command to install the group policy management console using DISM in the PowerShell interface.

DISM.exe /online /add-capability /CapabilityName:Rsat.GroupPolicy.Management.Tools
How-to-Install-Group-Policy-Management-Console-on-Windows-11-DISM.exe_

3: Next you will see ‘The operation completed successfully‘, which confirms the GPMC has been installed successfully.

How-to-Install-Group-Policy-Management-Console-on-Windows-11-successful

4: Next step is to verify if the GPMC is installed, in the search box type “Group Policy“. This should display the Group Policy Management app, click on it and start managing group policies.

How-to-Install-Group-Policy-Management-Console-on-Windows-11-GPMC

5: Please note that if your Windows 11 system is not part of a domain you will receive the below message when you try to open it as a workgroup computer:

How-to-Install-Group-Policy-Management-Console-on-Windows-11-GPM

6: When you click OK It will continuously load without stop. So make sure your Windows 11 computer is on a domain and the user account has permissions to manage the policies remotely.

How-to-Install-Group-Policy-Management-Console-on-Windows-11-GPM-Loading

Please see How to deploy MBAM Client as part of a Windows Deployment, How to deploy MBAM Client as part of a Windows Deployment, and how to Block downloads on Microsoft Edge using GPO on Windows Server 2019 and 2022.

2: Use PowerShell to uninstall the Group Policy Management Console

Please know that if you do not need the GPMC on your Windows 11 computer again. It’s very easy to remove.

Open PowerShell and click Run as administrator. This will launch the PowerShell interface with administrative right. Run the below command and hit enter.

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

To complete the uninstallation, you can enter Y for YES. In case you experience any DISM Error 87.

How-to-Install-Group-Policy-Management-Console-on-Windows-11-uninstall

Please see Why use RSAT? How to Install RSAT on Windows 10 via Windows features. Remote Server Administration Tools: To install RSAT on Windows Server, and Group Policy Object: What is GPO and how can it be launched in Windows.

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

1: In the search box, type Optional Features and open it.

How-to-Install-Group-Policy-Management-Console-on-Windows-11-optionaal-features

2: In the optional features window, go to “Add an optional feature” section and click View Features.

How-to-Install-Group-Policy-Management-Console-on-Windows-11-optionaal-features2

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

How-to-Install-Group-Policy-Management-Console-on-Windows-11-optionaal-features3

4: Click on the Install button to install the Group Policy Management Console on your Windows 11 Computer.

How-to-Install-Group-Policy-Management-Console-on-Windows-11-optionaal-features4

Once everything is fine you will get a success message on the GPMC installation.

How-to-Install-Group-Policy-Management-Console-on-Windows-11-RSAT

I hope you found this blog post on how to Install Group Policy Management Console on Windows 11 Interesting and helpful. In case you have any questions do not hesitate to ask in the comment section.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:GPO, GPOs, group policy, Group Policy Administrative Templates, Group Policy Management Console, Group Policy Object, Group Policy Objects, Microsoft Windows, Windows 10, Windows 11

Post navigation

Previous Post: What Happens if You Turn Off Your Computer During an Update
Next Post: How to Disable Integrated Graphics on Windows

Related Posts

  • image 130
    How to fix the Security Database on the Server does not have a Computer Account for this Workstation Trust Relationship on Windows Server [Part 2] Scripts
  • Trellix BitLocker and fileVault Recovery
    Selfservice Recovery: Trellix BitLocker and fileVault Recovery Security | Vulnerability Scans and Assessment
  • Database Connection Stuck on Working on it
    How to fix TeamPass stuck on working on it Network | Monitoring
  • How to Clear Search History on Bing Chat AI
    How to Clear Search History on Bing Chat AI Windows
  • AppLocker
    Fix unable to start the Application Identity Service Windows
  • BitLocked suspended and resumed
    Query MBAM-protected Client for non-compliance [Part 2] Windows

More Related Articles

image 130 How to fix the Security Database on the Server does not have a Computer Account for this Workstation Trust Relationship on Windows Server [Part 2] Scripts
Trellix BitLocker and fileVault Recovery Selfservice Recovery: Trellix BitLocker and fileVault Recovery Security | Vulnerability Scans and Assessment
Database Connection Stuck on Working on it How to fix TeamPass stuck on working on it Network | Monitoring
How to Clear Search History on Bing Chat AI How to Clear Search History on Bing Chat AI Windows
AppLocker Fix unable to start the Application Identity Service Windows
BitLocked suspended and resumed Query MBAM-protected Client for non-compliance [Part 2] Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • azure file share feature image
    Deploy Legacy App to Azure Fileshare AWS/Azure/OpenShift
  • Watchguard Firewall 180504 100511 1
    WatchGuard Firebox XTM Device Image Backup Network | Monitoring
  • Root
    Change your root password: Manage the root user on your macOS Mac
  • banner
    How to Integrate Jira Software with GitHub Cloud JIRA|Confluence|Apps
  • adfs
    Install and configure Active Directory Federation Service (ADFS) Windows Server
  • Proxmox 9
    How to update Proxmox VE 9.0 now Supported by Veeam Virtualization
  • configure kerberos
    Configure Kerberos Delegation in Windows Windows
  • Comprehensive Guide to Passkeys on Windows Devices
    Comprehensive Guide to Passkeys on Windows Devices Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,814 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.