|
| |||||||||
| Tags: 2003, permissions |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| User permissions in AD 2003 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 |
|
#2
| |||
| |||
| Re: User permissions in AD 2003
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. |
|
#3
| |||
| |||
| Re: User permissions in AD 2003
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 -- |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "User permissions in AD 2003" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LDS user using AD Group Permissions | IT-at-IDS | Active Directory | 5 | 11-05-2010 11:18 PM |
| Permissions to Delegate User For Netdom | Charles | Active Directory | 3 | 28-06-2009 04:41 PM |
| Script to set user permissions | NZSchoolTech | Windows Server Help | 5 | 04-02-2009 06:12 PM |
| AD User & Inherited Permissions | Jim | Window 2000 Help | 7 | 19-01-2008 12:13 AM |
| User permissions to read LDAP | Galvanon | Window 2000 Help | 8 | 14-05-2006 08:13 PM |