Home > Group Policies, Tips, tools > Resolve GPO GUID to GPO name

Resolve GPO GUID to GPO name

“I have a GPO GUID and want to know to which GPO this belongs to?”. If that is your question, you can happily use the below method.  For this you need to have “support tools” of Windows 2003.  You can get it from Microsoft Web Site as well. Alternatively, you can copy search.vbs from any machine where support tools package is installed.


cscript /nologo search.vbs “LDAP://dc=mydomain,dc=com” /C:”&(objectClass=groupPolicyContainer)(name={31B2F340-016D-11D2-945F-00C04FB984F9})” /P:displayName /S:SubTree

You can find more other alternatives ways at http://support.microsoft.com/kb/216359
Happy Learning..,
Sitaram Pamarthi

tags:how to find GPO name, GPO GUID to name resolution

Categories: Group Policies, Tips, tools
  1. Cassie
    February 10, 2011 at 7:31 pm | #1

    Awesome post. Exactly what I was looking for. thanks

  2. Putneyboy
    April 14, 2011 at 12:54 am | #2

    Thanks for this, it triggered a memory of mine, you can quite simply backup all your GPOs using GPMC, then simply go to Manage Backups and you’ll see the GPO GUID in the display against the one you were probably looking for unless it was deleted.

    Saves having to remember a script

  3. April 14, 2011 at 11:02 am | #3

    @PutneyBoy
    Agree. The procedure you mentioned works if you want to do it manually. If you want to do this in your scripts/programs, then obviously you need to rely on some code. Thanks for your comments :-)

  1. No trackbacks yet.

Leave a Reply

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

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>