Sunday, March 13, 2022

Join Domain option missing on Windows 10/11

The join Domain option is missing in Windows 10 / 11 Pro

How do I add Windows 10 / 11 pro to a domain?

1. Join Domain From Settings

  1. Click on Start and select Settings.
  2. Go to Accounts.

  3. Click on “Access work or School” from the left pane.
  4. Click on “Connect” button.
  5. Click on “Join this device to a local Active Directory Domain.
  6. Now enter the Domain name and click Next.
  7. Follow the on-screen instructions to join the Domain.

2. Join Domain from This PC Properties

  1. Open “File Explorer” from the taskbar.
  2. Right-click on This PC and select Properties.
  3. Under “Computer name, domain and workgroup settings“, click on Change.

  4. In the System Properties window, click on the Computer Name tab.

  5. Click on Network ID button to join a domain or Workgroup.
  6. Follow the on-screen instructions to Join the domain.

3.  Join a Domain using Command Prompt

  1. Type cmd in the search bar.
  2. Right-click on Command Prompt and select “Run as Administrator“.
  3. In the Command Prompt, enter the following command and hit enter.
    netdom /domain:<domainname> /user:<username> /password:<password> member <computer name> /joindomain
  4. In the above command replace Domain with your domain name, the user with your username. Add the password and make sure to change the computer name with your PC name.

  5. This should add your computer to the Domain.

4. Adding Other Users to Domain

  1. Open the Command Prompt as Admin.
  2. In the Command Prompt window, type the following command and hit enter.
    netdom /domain:KFM /user:rct /password:P@ssw0rd member <computer name> /add
  3. To run the above command you need to be the Administrator of the domain. And it is necessary that you run this command to add the new user to the domain before the user can join that domain.
  4. Now on the user front, enter the following command and hit enter.
  5. netdom /domain:KFM /user:rct /password:P@ssw0rd member <computer name> /joindomain
  6. Here also make necessary changes to the above command to join the domain.

In the above command, Netdom is a command line tool that is built-into Windows Server 2008 and above. It can be used to not only join domain but create an account and trust relationships. So if you deal with the Domains frequently, this can be really handy utility to learn.




No comments:

Post a Comment