PC Review


Reply
Thread Tools Rate Thread

default permissions on GPO

 
 
Glenn M
Guest
Posts: n/a
 
      22nd Apr 2004
How do you set up the AD so that you have a different default set of
permissions for new GPO's. rather than having to edit the permissions
on the GPO's manually.

is this process the same for the GP Template portion or does that
involve something different.
 
Reply With Quote
 
 
 
 
Derek Melber [MVP]
Guest
Posts: n/a
 
      22nd Apr 2004
I don't think you can change the default Permissions. The design is to have
all objects receive the GPOs. Filtering is not something that Microsoft or
anyone else desires... it is only there for when you can't work around a
design issue of your OUs.

--
Derek Melber
BrainCore.Net
(E-Mail Removed)
"Glenn M" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> How do you set up the AD so that you have a different default set of
> permissions for new GPO's. rather than having to edit the permissions
> on the GPO's manually.
>
> is this process the same for the GP Template portion or does that
> involve something different.



 
Reply With Quote
 
Darren Mar-Elia
Guest
Posts: n/a
 
      22nd Apr 2004
Glenn-
You would have to change the defaultSecurityDescriptor attribute on the
GroupPolicyContainer schema class, as far as I know, to do this. And, if you
did that, I'm not sure if that would be properly reflected in the GPT as I
haven't tested it. Presumably when the GP Editor creates a new GPO, it uses
that defaultSecurityDescriptor to drive both permissioning of the GPC and
GPT, but you'd need to test.

Darren


"Glenn M" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> How do you set up the AD so that you have a different default set of
> permissions for new GPO's. rather than having to edit the permissions
> on the GPO's manually.
>
> is this process the same for the GP Template portion or does that
> involve something different.



 
Reply With Quote
 
Darren Mar-Elia
Guest
Posts: n/a
 
      22nd Apr 2004
Glenn-
I went ahead and tested this and it worked as expected. I added a group I
created called GPO Admins with Full Control Access to the
defaultSecurityDescriptor attribute on the GPC class in the schema and any
new GPOs that I create have that group permissioned to them in both AD and
SYSVOL. So it looks like it works if you don't mind changing schema stuff.
:-)

Darren


"Darren Mar-Elia" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Glenn-
> You would have to change the defaultSecurityDescriptor attribute on the
> GroupPolicyContainer schema class, as far as I know, to do this. And, if

you
> did that, I'm not sure if that would be properly reflected in the GPT as I
> haven't tested it. Presumably when the GP Editor creates a new GPO, it

uses
> that defaultSecurityDescriptor to drive both permissioning of the GPC and
> GPT, but you'd need to test.
>
> Darren
>
>
> "Glenn M" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > How do you set up the AD so that you have a different default set of
> > permissions for new GPO's. rather than having to edit the permissions
> > on the GPO's manually.
> >
> > is this process the same for the GP Template portion or does that
> > involve something different.

>
>



 
Reply With Quote
 
Derek Melber [MVP]
Guest
Posts: n/a
 
      22nd Apr 2004
Darren,

Nice work! What do you think would be the other ramifications to this? Any?

--
Derek Melber
BrainCore.Net
(E-Mail Removed)
"Darren Mar-Elia" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Glenn-
> I went ahead and tested this and it worked as expected. I added a group I
> created called GPO Admins with Full Control Access to the
> defaultSecurityDescriptor attribute on the GPC class in the schema and any
> new GPOs that I create have that group permissioned to them in both AD and
> SYSVOL. So it looks like it works if you don't mind changing schema stuff.
> :-)
>
> Darren
>
>
> "Darren Mar-Elia" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Glenn-
> > You would have to change the defaultSecurityDescriptor attribute on the
> > GroupPolicyContainer schema class, as far as I know, to do this. And, if

> you
> > did that, I'm not sure if that would be properly reflected in the GPT as

I
> > haven't tested it. Presumably when the GP Editor creates a new GPO, it

> uses
> > that defaultSecurityDescriptor to drive both permissioning of the GPC

and
> > GPT, but you'd need to test.
> >
> > Darren
> >
> >
> > "Glenn M" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > How do you set up the AD so that you have a different default set of
> > > permissions for new GPO's. rather than having to edit the permissions
> > > on the GPO's manually.
> > >
> > > is this process the same for the GP Template portion or does that
> > > involve something different.

> >
> >

>
>



 
Reply With Quote
 
Darren Mar-Elia
Guest
Posts: n/a
 
      23rd Apr 2004
I don't think there are too many ramifications. I've heard of other
instances where people change the defaultSecurityDescriptor. I mostly wasn't
sure if the changes would carry into the GPT, but they appear to. The main
challenge is deciphering SDDL, which is how ACEs are represented in that
attribute. Not exactly "friendly" syntax :-)

Darren

"Derek Melber [MVP]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Darren,
>
> Nice work! What do you think would be the other ramifications to this?

Any?
>
> --
> Derek Melber
> BrainCore.Net
> (E-Mail Removed)
> "Darren Mar-Elia" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Glenn-
> > I went ahead and tested this and it worked as expected. I added a group

I
> > created called GPO Admins with Full Control Access to the
> > defaultSecurityDescriptor attribute on the GPC class in the schema and

any
> > new GPOs that I create have that group permissioned to them in both AD

and
> > SYSVOL. So it looks like it works if you don't mind changing schema

stuff.
> > :-)
> >
> > Darren
> >
> >
> > "Darren Mar-Elia" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Glenn-
> > > You would have to change the defaultSecurityDescriptor attribute on

the
> > > GroupPolicyContainer schema class, as far as I know, to do this. And,

if
> > you
> > > did that, I'm not sure if that would be properly reflected in the GPT

as
> I
> > > haven't tested it. Presumably when the GP Editor creates a new GPO, it

> > uses
> > > that defaultSecurityDescriptor to drive both permissioning of the GPC

> and
> > > GPT, but you'd need to test.
> > >
> > > Darren
> > >
> > >
> > > "Glenn M" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > How do you set up the AD so that you have a different default set of
> > > > permissions for new GPO's. rather than having to edit the

permissions
> > > > on the GPO's manually.
> > > >
> > > > is this process the same for the GP Template portion or does that
> > > > involve something different.
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
default permissions John Windows XP General 4 28th Aug 2007 11:25 AM
Set default permissions =?Utf-8?B?R2FyeQ==?= Microsoft Outlook Calendar 3 28th Sep 2006 01:55 PM
default permissions =?Utf-8?B?dG9ueWg=?= Windows XP Networking 4 1st Jul 2006 03:07 PM
default permissions Sebastian Microsoft Outlook 2 4th Oct 2004 12:33 PM
Default Permissions Tom Microsoft Windows 2000 Security 3 22nd Jan 2004 02:17 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:44 PM.