Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > User permissions in AD 2003

Reply
Thread Tools Display Modes

User permissions in AD 2003

 
 
Fantômas
Guest
Posts: n/a

 
      12-07-2009

Some of my users don't have a checkbox "Allow inheritable permissions
from the parent to propagate to this object and all child objects.
Include these with entries explicitly defined here" checked under
security tab in Active Directory.

Is there a way to generate a list of all users who DON’T have that
checkbox checked?
Is there a way to check the box using a script?
Thank you
 
Reply With Quote
 
 
 
 
Florian Frommherz [MVP]
Guest
Posts: n/a

 
      12-07-2009
Howdie!

Fantômas schrieb:
> Some of my users don't have a checkbox "Allow inheritable permissions
> from the parent to propagate to this object and all child objects.
> Include these with entries explicitly defined here" checked under
> security tab in Active Directory.
>
> Is there a way to generate a list of all users who DON’T have that
> checkbox checked?
> Is there a way to check the box using a script?


Yeah - dsacls can do that. Check the /i and /p switches for this. I
wouldn't care about querying all objects whether they have inheritance
set or not - if they're supposed to apply inherited permission, I'd
simply run a script to set it and catch them all.

Cheers,
Florian
--
Microsoft MVP - Group Policy
eMail: prename [at] frickelsoft [dot] net.
blog: http://www.frickelsoft.net/blog.
ANY advice you get on the Newsgroups should be tested thoroughly in your
lab.
 
Reply With Quote
 
Fantômas
Guest
Posts: n/a

 
      12-07-2009
could someone post a sample of dsacls usage to pull the info i need?


Florian Frommherz [MVP] wrote:

> Howdie!
>
> Fantômas schrieb:
> > Some of my users don't have a checkbox "Allow inheritable
> > permissions from the parent to propagate to this object and all
> > child objects. Include these with entries explicitly defined here"
> > checked under security tab in Active Directory.
> >
> > Is there a way to generate a list of all users who DON’T have that
> > checkbox checked?
> > Is there a way to check the box using a script?

>
> Yeah - dsacls can do that. Check the /i and /p switches for this. I
> wouldn't care about querying all objects whether they have
> inheritance set or not - if they're supposed to apply inherited
> permission, I'd simply run a script to set it and catch them all.
>
> Cheers,
> Florian




--

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Re: Need Help, rebuilding Workstation, want to preserve user settings. SBS 2003 Charlie Russel - MVP Windows Small Business Server 0 12-01-2009 02:47 PM
SBS 2003 and 2008 setting roaming profile with user templates. Mark Mageau Windows Small Business Server 1 11-25-2009 12:33 PM
Repair DNS 4010 events... Jake Windows Server 1 11-04-2009 10:20 AM
Re: Windows 2003 Security Permissions on Folders.. Meinolf Weber [MVP-DS] Windows Server 0 11-03-2009 08:51 PM
User Accounts can't be set to Administrator Steve A. Windows Vista Administration 10 03-09-2008 06:35 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59