Inheritable permissions

C

Clay Calvert

Using Dsacls and the following syntax in order to set permissions to allow
our Help Desk to unlock accounts.

dsacls "OU=OUName,DC=domain,DC=com" /I:S /G "Domain\Help
Desk":RPWP;lockoutTime;user

Fortunately, this works for many accounts. Unfortunately, there are many
accounts that have the "allow inheritable permissions from parent to
propagate to this object" checkbox UNchecked so they don't get the benefits
of the parent's change. Sooooo, how can the box be checked via script, or
how can the permissions be assigned, for every object in the OU?

Thanks
 
G

Guest

Hi Clay,
are this accounts protected by AdminSDHolder. See MS KB Q817433 for this. If yes check the inheritance on the AdminSDHolder Object and wait for an hour.

Wolfgang
 
C

Clay Calvert

Wolfgang, they are not protected by AdminSDHolder. They are user accounts
with no special permissions.

Thanks

Wolfgang said:
Hi Clay,
are this accounts protected by AdminSDHolder. See MS KB Q817433 for this.
If yes check the inheritance on the AdminSDHolder Object and wait for an
hour.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top