Gpedit.msc on Server 2019: How to Access & Use it

This applet works the same as on Windows 10

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

gpedit.msc server 2019

Group Policy Editor is a must-have tool for many, and in today’s guide we’re going to show you how to open and use gpedit.msc on Server 2019, so let’s get started.

How to use gpedit.msc on Server 2019?

What is the Group Policy Editor in Windows Server?

Group Policy Editor is a tool for Windows administrators that allows them to set various policies and settings for all computers that are using Windows Server.

How to open Group Policy Editor Windows Server 2019?

1. Use the Run dialog

  1. Press the Windows key + R.
  2. Type gpedit.msc.
    gpedit.msc run window
  3. Click OK or press Enter.
  1. Press the Windows key + S.
  2. Type gpedit.
  3. Select Edit group policy.
    edit group policy search results

Where is Group Policy Management in Windows Server 2019?

Group Policy Management if it’s installed should be located in the Administrative Tools in Control Panel. If it’s not installed, you can install it by doing the following:

  1. Open Server Manager.
  2. Go to Add Roles and Features and choose Features.
  3. Select Group Policy Management.
    group policy management install

Alternatively, you can use PowerShell:

  1. Press the Windows key + X and choose PowerShell (Admin).
    powershell admin win+x menu
  2. Run the following command:  Install-WindowsFeature GPMC
    Install-WindowsFeature GPMC

What is GPO in Windows Server?

GPO stands for Group Policy Object and it’s a collection of Group Policy settings. GPO contains policy settings, and security permissions and applies them to users and computers in Active Directory.

How do I create a GPO in Windows Server 2019?

  1. Open Group Policy Editor.
  2. Next, navigate to the domain you want to manage, and locate Group Policy Objects.
    group policy objects selected
  3. Right-click Group Policy Objects and choose New.
  4. Set the name for the new GPO.

How to view GPO on a server?

To view GPO on the server, you just need to open Group Policy Editor, expand the domain you’re managing, and expand Group Policy Objects.

How to disable Group Policy in Windows Server 2019?

  1. Open the Group Policy Management.
  2. Next, locate the GPO that you want to disable.
  3. Right-click it and uncheck Link Enabled.
    link enabled gpo checked

2. Use the Disable option

  1. In Group Policy Management locate the GPO you want to disable.
  2. Right-click it.
  3. Choose User Configuration Settings Disabled or Computer Configuration Settings Disabled.
    disable gpo context menu

How to check if GPO is applied to all computers?

  1. Open PowerShell or Command Prompt as administrator.
  2. Run the following command gpresult /r /scope computer
    gpresult scope computer command in powershell
  3. You’ll now see a list of all GPOs that are applied to this computer.
  4. To check GPOs on remote computers use: gpresult /r /scope computer /S computer_name

This is how you can use gpedit.msc on Server 2019. To learn more, head to our GPO security filtering guide for more information.

Keep in mind that issues can sometimes occur, and many reported that gpedit.msc is not found in Windows 11. Users also reported that GPO edit is grayed out, but we have a guide that tackles that issue.

More about the topics: windows server