-3

I have an access to system cmd (the one before you login to domain) and a non admin user located on domain. Since SYSTEM user is considered a higher privilege than admin in windows 7, how do I move one of my domain users to admin privilege on the same domain. I know that using: net localgroup administrators username /add will make this account an admin only locally on computer, usually even without connecting it to the network, which is completely useless help me with syntax or give an example of how to promote an already existing domain user to domain admin while having SYSTEM cmd available

1
  • 2
    You can't control permissions on the domain unless you're logged into the domain. "SYSTEM" isn't a domain user. If you had proper permissions and were logged into the domain properly, you could use net group. Commented Jun 22, 2016 at 20:21

3 Answers 3

1

You managed to be a local administrator on that machine, which means you can only manage that particular machine. In order to make changes to the domain, you actually need to manage the domain.

Such is being done through Active Directory Users and Computers. Using this either on the domain controller, or from your own computer and then connecting to the domain controller, can only be done using a user that has enough privileges to do this, such as a membership of Network Administrator or Administrators group.

The only thing you can do with this, is grant a non-admin user local admin to this computer, or perform any other admin tasks on this computer.

1

How do I add user to a domain using local admin cmd

You cannot. Only Domain accounts can add accounts to the domain.

7
  • Only domain accounts with the correct permissions to add accounts, that is.
    – user201262
    Commented Jun 23, 2016 at 16:41
  • I've lost the domain account details. Is there any way to get them back or do I have to purchase whole new domain?? All PCs are windows 7 btw and I have access to local admin
    – Sergtal
    Commented Jun 23, 2016 at 16:45
  • thats not good.. what version of windows server are you running?
    – Richie086
    Commented Jun 23, 2016 at 17:00
  • I have to purchase whole new domain?? - Uhm, what? I am going to need more information about how you got this 'domain' in the first place to answer that.
    – Zoredache
    Commented Jun 23, 2016 at 17:04
  • 1
    "this chinese guy was selling wires and said i can create my own internet with those just for $40 so i bought them and now i dont have domain admin and for some reason chinese guy not there anymore, pls help find domain admin" WHAT!? I'm beginning to think you're trolling us. Commented Jun 23, 2016 at 17:40
1

You will need to add an account to the Domain Controller with administrative rights (or use the built in Administrator account on your Windows Server, not recommended though).

To create a new account in AD that you can use to add computers to the domain, do the following:

  1. Log on as a member of the Domain Admins group, and then open Active Directory Users and Computers.
  2. Right-click the Users container, click New, and then click User. Active Directory Users and Computers

enter image description here

  1. Type the First name, Last name, and User logon name, and then click Next.

enter image description here

  1. Type and confirm the user password, clear the User must change password at next logon check box, and then click Next.

enter image description here

  1. Review the account information and then click Finish.

enter image description here

  1. With the Users container selected, in the details pane (right pane), double-click the Domain Admins group.

  2. Click the Members tab.

enter image description here

  1. Click Add and then, in the Select Users, Contacts, or Computers dialog box, type the user logon name of the administrative account you just created, and then click OK.

enter image description here

  1. Verify that your new account appears as a member of the Domain Admins group.

enter image description here

Further info is available at

https://technet.microsoft.com/en-us/library/cc700835.aspx

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .