Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

How to determine GPO from GUID or Name

Posted on 26/09/202430/06/2026 Matthew By Matthew No Comments on How to determine GPO from GUID or Name
  1. Home
  2. Windows
  3. How to determine GPO from GUID or Name
Determine GPO from GUID or Name
Determine GPO from GUID or Name

When troubleshooting Group Policy issues in your network, sometimes the only identifier you’re given is a GUID (Globally Unique Identifier). If you’ve ever run a gpupdate /force command, you might notice that the output shows the GUID of the failing Group Policy Object (GPO) rather than its name. As a system administrator, it’s important to know how to translate that GUID into something more meaningful—like the actual GPO name. Please see Create a web page to visualize the output of BitLocker Script, Unable to execute: The application GUID not found in the application list.

This guide will walk you through how to find the GPO name using its GUID in both PowerShell and the Group Policy Management Console (GPMC). We’ll also cover an alternative method using the gpresult command.

Here are other related guides How to Install Winget on Windows Server, Set Special File Permissions with SUID or GUID and Sticky Bit in Linux, and Prevent OS Reinstallation: Change from legacy BIOS to UEFI.

Step 1: Using PowerShell to Find GPO by GUID

PowerShell is a quick and efficient way to identify the GPO associated with a GUID. Here’s how you can use it:

Steps:

Launch PowerShell as an administrator on your Active Directory server.

Open PowerShell
Open PowerShell

Before running any Group Policy commands, make sure the Group Policy module is imported by typing:

   Import-Module GroupPolicy
Import group policy module
Import group policy module

Use the following command to search for the GPO by GUID:

   Get-GPO -Guid AEA1B4FA-97D1-45F2-A64C-4D69FFFD92C9 -Domain yourdomain.com
Enter guid command
Enter GUID command

Replace AEA1B4FA-97D1-45F2-A64C-4D69FFFD92C9 with the GUID you are troubleshooting and yourdomain.com with your actual domain name.

You’ll get detailed information about the GPO, including its name, creation time, and status. This helps you easily identify the policy that needs attention.

Please see How to Install Group Policy Management Console on Windows 11, how to ” to Install Group Policy Management Console on Windows 11, and What is GPO and how can it be launched in Windows.

Step 2: Using Group Policy Management Console (GPMC) to Find GPO by GUID

PowerShell is great, but if you prefer a GUI, the Group Policy Management Console (GPMC) offers another method to find the GPO associated with a GUID.

Steps:

On your AD server or management workstation, press Windows + R to open the Run dialog.

Type gpmc.msc and hit Enter to open the Group Policy Management Console.

Using GPO gpmc
Using GPO gpmc

In GPMC, right-click on your domain name in the left-hand pane. Select Search from the context menu. This will open a search dialog box.

Select search from the menu
Select search from the menu

In the search dialog, choose GUID from the dropdown menu.

Click GUID from the dropdown
Click GUID from the dropdown

Copy and paste the GUID (including the {} brackets) of the GPO you are looking for into the search box, then click Add.

Add GUID value
Add GUID value

Click Search and wait for the search to complete.

Search GPO for GUID
Search GPO for GUID

The GPO with that GUID will appear in the search results, showing you the GPO name and other information.

Here is how to set up a Single App Kiosk Mode Configuration using MDM Bridge WMI Provider, and how to Configure Windows Device Inactivity Limit Locally and Domain Wide.

Step 3: Using gpresult to Find the GPO

You can also use the gpresult command to create a report that will help you identify the GPO causing the issue. This is useful if you want to see a broader report of applied policies.

Steps:

Open Command Prompt or PowerShell as an administrator.

Run the following command to generate an HTML report:

   gpresult /H C:\path\to\report.html
Generate GPO report
Generate GPO report

Open the generated HTML report in a browser. Use the browser’s search function (Ctrl + F) to find the GUID or specific setting that’s causing issues.

GPO html report
GPO html report

In the report, you’ll find the name of the GPO linked to that GUID, as well as the winning policy setting.

Troubleshooting Tips

  • Ensure Correct Domain: When using PowerShell or GPMC, make sure that you are connected to the correct domain where the policies are being applied.
  • Permissions: You’ll need appropriate admin privileges to search for and view GPOs. Make sure you’re running the necessary tools with elevated permissions.
  • Check GPO Status: If a GPO isn’t being applied correctly, it could be due to status issues. Review the policy settings to ensure it’s enabled and properly linked to the domain or OU (Organizational Unit).

Conclusion

Whether you prefer using PowerShell or the Group Policy Management Console, finding a GPO by its GUID is an essential skill for troubleshooting Group Policy issues.

These methods make it easy to quickly identify problematic policies, allowing you to resolve issues more efficiently.

Use the step-by-step instructions above to translate GUIDs into meaningful GPO names, and streamline your management tasks.

I hope you find this post helpful on how to Determine GPO from GUID or Name. If you have any questions, feel free to leave them in the comment section below.

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, Windows Server Tags:Active Directory Group Policy troubleshooting, Determine GPO from GUID Windows, find Group Policy by GUID PowerShell, get-GPO PowerShell examples, GPO object identification Active Directory, GPResult identify applied policies, Group Policy Management Console GUID search, identify Group Policy object from GUID, list GPOs by ID Windows Server, map GPO GUID to name Active Directory, Microsoft Windows, resolve GPO name from GUID registry, troubleshoot Group Policy GUID mismatch, Windows 10, Windows 11, Windows domain GPO mapping, Windows GPO GUID lookup tool, Windows Server 2016

Post navigation

Previous Post: Configure Windows Device Inactivity Limit Locally and Domain Wide
Next Post: How to Diagnose a Windows Hardware Issue

Related Posts

  • Actualidad 211741393 129861581 1050x760
    Edge GPO settings: All Group Policies available to configure Microsoft Edge Settings Windows Server
  • Remote Desktop Connection Windows 10 min
    Fix Remote Desktop Connection issues (Error 0x204) Windows
  • article 1280x720.192a2586 1
    How to apply Windows Updates from WSUS to AWS Instances AWS/Azure/OpenShift
  • what is winrm
    WinRM cannot complete the operation, verify that the specified computer name is valid Windows
  • blog banner 1
    Reset and reinstall Windows 10 from the cloud and how to recover your Windows 10 when you cannot boot to Windows Windows
  • Lets Encryp
    How to install Let’s Encrypt Certificates with IIS on a Windows Server Windows

More Related Articles

Actualidad 211741393 129861581 1050x760 Edge GPO settings: All Group Policies available to configure Microsoft Edge Settings Windows Server
Remote Desktop Connection Windows 10 min Fix Remote Desktop Connection issues (Error 0x204) Windows
article 1280x720.192a2586 1 How to apply Windows Updates from WSUS to AWS Instances AWS/Azure/OpenShift
what is winrm WinRM cannot complete the operation, verify that the specified computer name is valid Windows
blog banner 1 Reset and reinstall Windows 10 from the cloud and how to recover your Windows 10 when you cannot boot to Windows Windows
Lets Encryp How to install Let’s Encrypt Certificates with IIS on a Windows Server 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

  • dfggg 1
    Configuring SimpleSAMLPHP Windows Server
  • article 1280x720.aa742702
    How to create a custom view in Windows Event Viewer Windows Server
  • windows admin center banner 825x400 1
    How to install or update and uninstall extensions in Windows Admin Center Windows Server
  • Entire VM restore
    Restore VM to Original location using Veeam Entire VM restore Backup
  • sdgfdhx
    MDT Warning: Unable to set working directory, the application returned an unexpected code 2 Windows Server
  • Screenshot 2020 06 22 at 11.33.46
    How to fix Bluetooth not available on MacBook Mac
  • screenshot 2020 02 08 at 15.53.31
    Auto Logon Error “Username and password specified is not valid” Windows
  • Action required: Update Devolutions Remote Desktop Manager Before July 21 Tech News

Subscribe to Blog via Email

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

Join 1,779 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 © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.