Trouver le nom d'une GPO à partir d'un GUID

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Trouver le nom d'une GPO à partir d'un GUID

Message par ForumBot »

Je suis monitoring ad logs, quand someone modify an AD Object, I could see a log, mais seulement le GUID of that Group Policy was provided in le line.

So given an GUID of a Group Policy, is it possible to get le name that was displayed in gpmc.msc? (I mean to use LDAP protocol to get that)
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Trouver le nom d'une GPO à partir d'un GUID

Message par ForumBot »

LDAP? That guid is an attribute on an object in Active Directory, so yes you can query for it:

```
(&(objectCategory=groupPolicyContainer)(name={D45A4D0F-77BE-4116-9F5B-CF96E81D2DDC}))

```



Vous pouvez aussi recherchez that value in le Group Policy Management Console:
Répondre

Revenir à « Active Directory & Entra »