When you promote a Windows Server to be a Domain Controller, Active Directory tools get installed automatically including the Group Policy Management Console (GPMC). Group Policy Management Console does not always get installed on member servers even if RSAT tools (think, Active Directory Users and Computers) are installed.

Put simply, RSAT does not always include GPMC, but it is simple to install separately.

Note that if you want to install GPMC on Windows 11 the process is completely different and we have it explained here along with some screenshots.

Install GPMC on Windows Server 2019, 2022 & 2025:

how to install Group Policy Management Console GPMC on Server 2019 and 2022

  1. Launch Server Manager
  2. Click ADD ROLES AND FEATURES (top right corner)
  3. Click NEXT on the following 5 windows
  4. On the SELECT FEATURES window, select GROUP POLICY MANAGEMENT
  5. Click NEXT and wait for it to finish


PowerShell to Install GPMC on Windows Server 2019, 2022 & 2025:

Alternately, you can install gpmc through a simple Powershell Command in an elevated Powershell or Windows Terminal:

Install-WindowsFeature -Name GPMC

You can then click the START button, type GROUP POLICY and see GPMC is now available.



0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *