Re: Translating group policy GUID til DN
From: Darren Mar-Elia (dmanonymous_at_discussions.microsoft.com)
Date: 07/28/04
- Next message: Darren Mar-Elia: "Re: XP Templates and WIndows 2000"
- Previous message: pdk: "Translating group policy GUID til DN"
- In reply to: pdk: "Translating group policy GUID til DN"
- Next in thread: pdk: "Re: Translating group policy GUID til DN"
- Reply: pdk: "Re: Translating group policy GUID til DN"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Jul 2004 07:14:29 -0700
Are you looking to do this programmatically? The DN of a GPO is simply the
GUID appended to the CN=policies,CN=system container within your domain. So,
for example if the GUID of a GPO is {0AE0B115-0581-4013-92D2-4DA33B273E3B},
then its DN is
CN={0AE0B115-0581-4013-92D2-4DA33B273E3B},CN=Policies,CN=System,DC=mydomain,
DC=com
where mydomain.com is the name of your domain.
-- Darren Mar-Elia MS-MVP-Windows Management http://www.gpoguy.com "pdk" <anonymous@discussions.microsoft.com> wrote in message news:5b8e01c474a8$161e9fd0$a401280a@phx.gbl... > Hi > > Can someone give a hint on the possibility to translate a > GPO GUID to DN. > I had hoped that guid2obj.exe could do it but no luck > > My goal is to translate the GUID of a policy in % > systempath%\sysvol\domain\policies\GUID > > Can somebody shed som elight on this one > >
- Next message: Darren Mar-Elia: "Re: XP Templates and WIndows 2000"
- Previous message: pdk: "Translating group policy GUID til DN"
- In reply to: pdk: "Translating group policy GUID til DN"
- Next in thread: pdk: "Re: Translating group policy GUID til DN"
- Reply: pdk: "Re: Translating group policy GUID til DN"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|