Is there a way that I can easily reset the security on these user objects
back to the default values? I really do not want to manually add each value
back in to each user (there are quite a few).
Any help would be greatly appreciated.
Thanks,
Carl
See tip 5571 in the 'Tips & Tricks' at http://www.jsiinc.com or type 'jsi <tip
number>' into the Address bar after implementing tip 6000.
Jerold Schulman
Windows Server MVP / Configuration Management
JSI, Inc.
http://www.jsiinc.com
This is something I'm looking at at the moment, but don't see how your tip
helps as it doesn't mention the actual security on the user objects that the
OP (and myself) are interested in, just policies etc. I'd appreciate some
clarification.
The method I'm experimenting with revolves around using two DSACLS calls for
each 'faulty' user (credit to MS PSS for help with this), :
DSACLS "cn=x,cn=users,DC=domain,DC=com" /P:N /R Guest
turns on the Inherit Permissions flag (/R Guest is required to make the
command actually function) and
DSACLS "cn=x,cn=users,DC=domain,DC=com" /S
resets the permissions to the original schema.
Just need to wrap this into a script and job done (hopefully)!
Carl
"Rabbit" <rab...@the.hutch> wrote in message
news:NI%U9.126$E_3....@newsfep4-gui.server.ntli.net...