Link to home
Start Free TrialLog in
Avatar of SandMan
SandManFlag for Singapore

asked on

Adding AD users with Local Administrator Rights

Hi Windows Experts,

Can someone provide me the steps on how to assign or provide AD users with Local Admin Rights only? I'm using Windows 2008

Thanks in Advance
ASKER CERTIFIED SOLUTION
Avatar of big_daddy0690
big_daddy0690
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can also try this:

net localgroup Administrators your_ad_account /add
Avatar of SandMan

ASKER

Thanks big_daddy0690, Is this applicable to 2008? I tried to follow it, but it seems this is for 2003.

Hi motnahp00, where do I execute this? on the AD Server or on the Workstation that I want the AD user to have access rights?
You can execute this from a command line on your applicable workstation or server. It will require an elevated command prompt for you to add an AD user as a local admin.
Does this need to be done for all users or just a one time thing?
It's on a per user basis.
Avatar of Brian Pierce
Don't do it on a per-user basis

Create a securiy group - call it something like 'LocalAdminusers'

Then use a restricted group to assign local admin rights to the group as detailed in a previous post (yes it works with 2008)

The advantage of using a group, it that is you want to modify who has local admin rights, all yiu need to do once the policy is in place is to add or remobe uses from the group to grant or demy them local admin rights.
Nesting of domain groups to local groups is not supported with the net command.

Feel free to correct if I'm wrong to include an example.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial