delegation admin permissions

  • Thread starter Thread starter richierich
  • Start date Start date
R

richierich

I want to delegate admin tasks to a jr admin. I want him specifically to be
able to rename computer objects in my domsin. what settings do I need to
check to allow this? I did the delegation wizard, but it is not that
granular in its use.

-thanks
 
According to the whitepaper published by Microsoft, this is what a template
would look like in delegwiz.inf to allow for a jr admin to rename a computer
account.

;----------------------------------------------------------
[template190]
AppliesToClasses=organizationalUnit

Description = "Manage computer account"

ObjectTypes = computer

[template190.computer]
@=WP
;----------------------------------------------------------
 
Back
Top