Translating group policy GUID til DN
Tags:
- Policy
- Til
-
Microsoft
-
Windows
Last response: in Windows 2000/NT
pDK
July 28, 2004 10:37:54 AM
Archived from groups: microsoft.public.win2000.group_policy (More info?)
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
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
More about : translating group policy guid til
Anonymous
July 28, 2004 11:14:29 AM
Archived from groups: microsoft.public.win2000.group_policy (More info?)
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
>
>
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
>
>
pDK
July 28, 2004 1:08:00 PM
Archived from groups: microsoft.public.win2000.group_policy (More info?)
Perfect !!
I will try this out and let you know the result.
BTW are there other arewas where this solutions is
represented.
Futhermore any whitepapers on this that I have missed ??
>-----Original Message-----
>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
>>
>>
>
>
>.
>
Perfect !!
I will try this out and let you know the result.
BTW are there other arewas where this solutions is
represented.
Futhermore any whitepapers on this that I have missed ??
>-----Original Message-----
>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
>>
>>
>
>
>.
>
Related resources
- Group Policy Setup Guide - Forum
Anonymous
July 28, 2004 2:15:34 PM
Archived from groups: microsoft.public.win2000.group_policy (More info?)
I've seen info about this peppered throughout various GPO related docs.
There's also this article that I found:
http://support.microsoft.com/default.aspx?scid=kb;en-us;216359
--
Darren Mar-Elia
MS-MVP-Windows Management
http://www.gpoguy.com
"pdk" <anonymous@discussions.microsoft.com> wrote in message
news:5e8301c474bd$0e1c1960$a501280a@phx.gbl...
>
> Perfect !!
>
> I will try this out and let you know the result.
>
> BTW are there other arewas where this solutions is
> represented.
> Futhermore any whitepapers on this that I have missed ??
>
> >-----Original Message-----
> >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
> >>
> >>
> >
> >
> >.
> >
I've seen info about this peppered throughout various GPO related docs.
There's also this article that I found:
http://support.microsoft.com/default.aspx?scid=kb;en-us;216359
--
Darren Mar-Elia
MS-MVP-Windows Management
http://www.gpoguy.com
"pdk" <anonymous@discussions.microsoft.com> wrote in message
news:5e8301c474bd$0e1c1960$a501280a@phx.gbl...
>
> Perfect !!
>
> I will try this out and let you know the result.
>
> BTW are there other arewas where this solutions is
> represented.
> Futhermore any whitepapers on this that I have missed ??
>
> >-----Original Message-----
> >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
> >>
> >>
> >
> >
> >.
> >
alsdkjflkjdsaflkjasdf
March 16, 2011 7:29:29 PM
http://support.microsoft.com/kb/216359
Identifying the GPO in the Active Directory Using Ldp.exe (convert GUID to displayName)
-Michael
Identifying the GPO in the Active Directory Using Ldp.exe (convert GUID to displayName)
-Michael
!