The active directory has a lot of benefits, such as centralizing resources, simplifying configuration, managing users and rights, and enhancing the administration’s security. This article will show you ways to join computer to active directory domain, so you can fully use the database and services and complete your work with high productivity.
Basic Information
What Is An Active Directory Domain?
It is used in Microsoft networks as the collection of network resources such as devices, user groups, files, folders, etc. The service it provides, also known as name service, will connect all of these objects with their own respective network addresses.
https://upload.wikimedia.org/wikipedia/commons/d/df/Domain-name-system.jpg
The active directory is a logical and hierarchical structure, providing convenience in finding and using data. For example, the active directory domain service stores information such as username, password, contact, etc., and gives permissions to other authorized accounts to use it.
How Is Its Structure?
The hierarchical structure consists of four factors:
Domain: A group of objects/ machines that share the same database.
Organizational units: arrange objects.
AD (Active Directory) trees: A group of multiple domains in a logical order.
AD (Active Directory) forests: A group of multiple trees.
What Do You Need To Join Computer To Active Directory Domain?
Before starting the process, you should meet some infrastructure requirements:
- An active directory domain
- An AD account (preferably the admin one) to add your machine.
- Have the controller service approach the ADUC (active directory users and computers)
- Win10 operating system. Not all of the versions can proceed with the joining process, but most of them do.
How To Join Computer To Active Directory Domain?
There are many ways to join computer to active directory domain, from simple to complicated. Below are some simple methods that we think everybody is able to follow and make the process successful. Let’s keep reading!
Through Setting App
One of the most simple methods to connect your machine to a local network is via the Setting app.
- Right-click on the Windows symbol on the screen’s bottom-left corner and choose Settings.
https://prnt.sc/dmujYQQoCuEw
- In the Settings window, select Account.
- The next page will appear, then you choose Accessories, work, or school and press Connect.
- In the next dialogue box, click Join this device to a local Active Directory Domain, and go for Next.
- Type your domain name in the space on the next page.
- If your device can contact a controller, you will be asked for a user id and password. Input the information and click Ok.
- The next step is selecting who can use this machine.
- Choosing administrator means the username you used to join this device to the network will be added to the local administrator’s group.
- If you select a standard user, the adding process will not occur. You can also skip it and go to the next page.
- In the reset prompt, choose Restart now. After that, you can sign in to your device with your user account.
Via Powershell
The method is suitable for those who can use Powershell and the command line.
- Open the Powershell on your device. Make sure you run Powershell Script as administrator.
- Insert the command line below and press Enter
add-computer –domainname mondomain.local -Credential MONDOMAINE\administrateur -restart –force
- The login window will appear. Input the password.
- If nothing is wrong, it means you’ve done the process properly.
Via The GUI
Another common method to join computer to active directory domain is via the GUI. It might not function perfectly to add multiple devices, but this approach works well with one or a few computers.
Here’s how you do the process with a Win 10 and a valid controller account.
- Open the System properties dialogue box by inserting the command sysdm.cpl. Or you can open the explorer, right-click on this PC. Then, scroll down and select Properties.
https://prnt.sc/Ml_lj8NEovDW
- Hit the Change button. The Computer name/ Domain changes box will appear.
- In the space bar, type the target internet address you want to join. Select Ok.
- If your request to join is accepted, you’ll be sent a username and password. Insert the information and hit Ok.
- If everything goes smoothly, you’ll get a welcome message.
- Press Ok to agree to restart your machine.
- The system then will navigate you back to the System properties dialogue. Ignore the warning at the bottom, “Changes will take effect after you restart this computer,” and select Close.
- After that, click on the Restart now button on the local computer restart prompt, then you’re ready to go.
The Bottom Lines
The Active Directory Domain Services (ADDS), part of the Windows operating system, is useful for users, especially organizations, to easily collaborate between members and run the business without interruption.We hope our article can help you successfully join computer to active directory domain.
Leave a Reply