3 Ways to Add Windows 10 to Active Directory Domain

February 21, 2020 updated by Admin Leave a reply »

How can I join a Windows 10 Pro computer to a domain? Before getting started, you need to change the DNS settings or add a new entry to the Windows Hosts file so your PC can communication with domain controller. Afterwards, you can add Windows 10 to Active Directory domain using any of the following methods. Note that only Windows 10 Pro, Enterprise or Education edition can join a domain.

Method 1: Add Windows 10 to Domain from System Properties

  1. Press the Windows key + R to open the Run command box. Type sysdm.cpl and hit Enter to launch System Properties.

  2. Under the Computer Name tab, click on the Change… button.

  3. Select Domain, type the domain name of the AD server you want to join and click OK.

  4. Type the credentials of a domain user and click OK.

  5. Finally restart your computer and you can then sign in to Windows 10 with your domain account.

Method 2: Add Windows 10 to Domain from Settings App

  1. Press the Windows key + I to open the Settings app. Navigate to Accounts -> Access work or school, and then click Connect on the right side.

  2. In the popup window, click on the “Join this device to a local Active Directory domain” option.

  3. Type the Active Directory domain name and click Next.

  4. Enter the user name and password for your domain account, and click OK.

  5. Select your Account type to continue. You’ll need to restart to complete the process of joining Windows 10 to Active Directory domain.

Method 3: Add Windows 10 to Domain Using PowerShell

  1. Open PowerShell with administrator rights and type the following command:
    Add-Computer -DomainName "Domain Name" -Credential "Domain Username"

  2. Once pressing Enter, you will be prompted to enter your domain user password.

  3. A warning will be displayed in yellow like the one below. You need to reboot to finish the task.

That’s it!