You can add these 2 to your delegwiz.inf file. (Don't forget to add the
template numbers to the "templates=" line in the inf.) Once you modify
the delegwiz.inf file, you can use the delegate control wizard in ADUC to
delegate out the rights to a security group.
;----------------------------------------------------------
[template100]
AppliesToClasses=organizationalUnit
Description = "Reset user password"
ObjectTypes = user
[template100.user]
CONTROLRIGHT= "Reset Password"
pwdLastSet=RP,WP
lockoutTime=WP
;----------------------------------------------------------
;----------------------------------------------------------
[template110]
AppliesToClasses=organizationalUnit
Description = "Create user accounts"
ObjectTypes = SCOPE, user
[template110.SCOPE]
user=CC
[template110.user]
CONTROLRIGHT= "Reset Password","Change Password","Account Restrictions"
;----------------------------------------------------------
MikeD said:
Windows 2003 SP1 - 100 users.
What rights and permissions and where (in AD) to allow a group or user
the permission to...
(1) reset password accounts
(2) unlock accounts
(3) even create (not as significant though)
Thank you.