Link to home
Start Free TrialLog in
Avatar of MattWilkinson
MattWilkinsonFlag for United Kingdom of Great Britain and Northern Ireland

asked on

How to make AD User member of Administrators Group on Local Machine

Can someone tell me how I make a domain user an administrator on a local machine.
I tried logging onto the local machine as a domain administrator but the machine does not see my domain user account. I would have thought that this could be achieved through AD Users and Computers on the server but I can't find where.
Avatar of Brian Pierce
Brian Pierce
Flag of United Kingdom of Great Britain and Northern Ireland image

if yopu want to do this you can - but be aware making ALL users local admins in no necessary and has serious security consequeces

For a single computer
logon as Local Administrator to the computer (not the domain)
Right click on "My Computer" and select Manage
Expand "Local Users and Groups->Groups->Administrators
Click Add
Enter the full user name eg domain\username
and OK out again

You can add users to Local Administrators with group policy.

First put the users that you want to give local admin rights to into a security group (or you Domain Users if you want it to apply to all users)

Create and OU that contains the computers that you want them to have rights on and put the computers into the OU. Note that this cannot be the Computers Container and should not contain any servers or Domain Controllers for obvious reasons.

Create a group policy that configures the security group as a Restricted Group, and under the "This group is a member of...", option add "Administrators"

Link the GPO to the OU that contains the computers

Run gpupate/force to update the policy

See http://support.microsoft.com/kb/810076
ASKER CERTIFIED SOLUTION
Avatar of MattWilkinson
MattWilkinson
Flag of United Kingdom of Great Britain and Northern Ireland 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
>> I solved this issue - the problem was that the right click manage groups option does not allow you to add a domain user (whether you log onto the domain or as local admin) <<

Oh yes its does !