How to add a domain user to Administrators group in Windows 10

14

2

I just reinstalled my work computer to Windows 10 Pro, created a local account, connected to our VPN, joined our domain and logged in with my domain account, no problems so far.

Since the local account is automatically in Admin group, I'd like to add my domain account there as well so that I can install work software and run things as admin without need to provide an admin password every time I do so.

But when I try to add the domain account to admins, it doesn't allow me to add someone from other domain.

When I go to my domain account and try it there, it finds my domain account, but tells me that I don't have persmission to do that. And if I run control panel as admin with my local account, them I'm back where I started.

Why can't I add a domain account to Admin group from my local account? I did that in Win 7, Win 8 and Win 8.1 with no problems, before. Do I have to ask our domain admins to log on to my computer and add me in or is there a way to do it?

Ondrej Janacek

Posted 2015-08-09T07:39:17.763

Reputation: 243

Where are you attempting to do this? In "Computer Management | Local Users and Groups"? – Daniel K – 2015-08-09T10:32:30.377

@DanielK Yes. I also tried Management Console, but I guess it's the same. – Ondrej Janacek – 2015-08-09T10:40:34.130

Answers

23

To add an account as a member of the administrators group you need to be a local administrator already and you need to have rights to read the active directory information. A normal user can do this so what you want to do should be possible:

  1. log on as local admin
  2. connect on the VPN
  3. open Start | Computer Management | Local Users and Groups (or run lusrmgr.msc)
  4. double-click on the 'Administrators' group
  5. click the 'Add...' button

At this point, because you are on the VPN and the machine is a member of the domain, you should be able to click on the 'Locations...' button and select the domain as the location of the user list. At some point an authentication dialogue should pop up and you will need to enter your normal domain credentials.

Screenshot of process

Daniel K

Posted 2015-08-09T07:39:17.763

Reputation: 805

Ah, I have to be connected to VPN, I didn't realize that before, but now it makes sense. Thank you very much. – Ondrej Janacek – 2015-08-09T11:56:14.587

And in case when there is no VPN? This is strange ... – dmnc – 2019-09-27T08:50:53.423

1

Daniel's answer is a little bit a clue, but it is too complicated (VPN). This task is pretty simple:

Computer has to be already in the domain.

  1. open Start menu and find (by writing) mmc but don't run it yet
  2. if you are logged as a user, click on mmc with right button and use Run as Administrator
  3. Ctrl+M
  4. add Local users and groups
  5. select Groups folder and Administrators record (double click)
  6. add your domain user account

PS: I'm using Windows with different language, if I named something wrong, please edit this answer and correct names, thanks.

dmnc

Posted 2015-08-09T07:39:17.763

Reputation: 398

0

All the above answers are correct. If you want your Domain User to be a local Admin on the Windows 10 Pro PC, you have to make sure the Domain\User is added to the Admin Group. However, even if you do that, you will still get pop ups saying you don't have permission. This happens because once you join a Domain in Windows 10 Pro it adds Domain\Users to the User Role. You have to remove the Domain\Users from the Users Group. Restart PC and then your Domain User will have local Admin permissions. Cheers.

SHEINZY

Posted 2015-08-09T07:39:17.763

Reputation: 1

-2

by adding a computer to a domain automatically the "domain admins" group is member of local administrators.

For this reason it is usually not required to add specific accounts if they are already member of the domain admins group.

Willi

Posted 2015-08-09T07:39:17.763

Reputation: 1

Manually authentifying by entering the domain admin account and password was exactly what OP wanted to avoid. – Patrick R. – 2017-02-13T17:26:40.250