Instructions to join the domain on Windows 10
Windows 10 is a great consumer operating system with many useful features for end users, but it also provides a lot of functions that business users love. Business-ready operating systems are usually part of the Active Directory domain. Like any Windows operating system after Windows NT, Windows 10 can easily be added as a domain member. In this article, we will use GUI and PowerShell to join the domain (join domain) on a Windows 10 computer through the graphical interface as well as via the command line.
First, to add a domain to a Windows 10 computer, you need to ensure some conditions. Firstly, you will need to have a domain name to connect. This requires at least one Active Directory domain controller on Windows Server 2003 or higher, this is not a problem for most businesses. In addition, you need to have a user account that is a member of the domain. By default, user accounts can add up to 10 computers to the domain. And finally, the computer must use Windows 10 Professional or Enterprise version. Other Windows 10 user versions cannot be added as domain members.
How to join the domain on Windows 10
- Method 1: Join the domain on Windows 10 using the GUI
- Method 2: Join the domain on Windows 10 using PowerShell
Method 1: Join the domain on Windows 10 using the GUI
The first method is to add domains to Windows 10 via a graphical interface.
Step 1: To do this, you need to go to Settings by clicking the search bar and typing Settings . On the Settings screen, click System .
Step 2: Next, click About and then go to Join a domain button .
Step 3: From here specify the domain name you want to join.
Step 4: Then, specify the username that has the right to add the computer to the domain and click OK .
Step 5: After that, you can specify the user who has the right to use this computer. (This step is optional)
Step 6: And finally, a message appears asking you to restart the computer to complete the process.
Method 2: Join the domain on Windows 10 using PowerShell
Another method to add domains on Windows 10 is to use PowerShell. In this way, you can easily specify all the criteria to set up once. To add a domain to a Windows 10 computer with PowerShell, users will use the Add-Computer command. Here is a cmdlet command that allows you to skip all the required properties you provided in the above windows using parameters.
Step 1: To do this, first need to open the PowerShell control panel in Windows 10 by entering " PowerShell " into the search box, right-click Windows PowerShell and run as admin.
Step 2 : A blue PowerShell window appears, you can start sending commands. We will use the Add-Computer command.
Step 3: To use Add-Computer to add a local computer to the domain, at least two parameters are required: DomainName and Credential. Each parameter is specified with hyphens, parameter names and values.
Add-Computer –DomainName mylab.local –Credential (Get-Credential)
From the above code sample, you can see that the mylab.lcal domain is being added to the Windows 10 computer. We also use the Credential parameter to specify the account that has the right to add computers to the domain. This requires a PSCredential object. To build this object, you can use the Get-Credential command in parentheses. This tells PowerShell to run this command before running Add-Computer.
Step 4: When this command runs, restart the computer and the process is complete.
Adding a domain on Windows 10 is very simple. As you can see, depending on the context, there are several different ways to make domain joins. Be sure to choose the easiest and most convenient method for you.
See more:
- Instructions for joining the domain on Windows 8.1 (Part 1)
- Instructions for joining the domain on Windows 8.1 (Part 2)
- How to join the domain in Windows 7
You should read it
- How to join the domain in Windows 7
- How to join Azure Active Directory domain (ADD) on Windows 10
- Learn about .io domain names
- Turn on / off concurrent connections to both Non-domain network and Domain on Windows 10
- 3 ways to remove a Windows 10 computer from a domain that no longer exists
- Instructions on how to check .vn domain name on VNNIC
- Anyone can now register a .app domain with HTTPS integration
- How to choose the best domain name?
May be interested
- Instructions for creating a Domain Controller - DC on Windows Server 2012in the tutorial article below, tipsmake.com will introduce you how to create domain controller - dc on microsoft windows server 2012 platform. the installation of windows server, we please ignore because it is quite simple, the graphical interface is already available, you just need to click next> next> finish to be ...
- Instructions for creating email according to your own domain name on Googlein the age of information technology today, the use of email in transactions is becoming increasingly important. especially for businesses, the domain name is also a pr tool for the company or its products / services. but how to create an email by own domain name is not everyone knows. therefore, we would like to guide you in the article below.
- Fix Windows error that cannot connect to domainafter your computer has been logged in as a member of the active directory domain for a while or when domain members use virtual software, you will encounter some errors.
- Anyone can now register a .app domain with HTTPS integrationsince may 8, google has opened a top-level domain tld for anyone who can register, previously available only to application developers.
- How to choose the best domain name?domain name is the first thing that impresses your website visitors. because they will see it first when browsing the web, so it needs to send the right message and show professionalism.
- How to Create a Windows Server 2012 R2 Domainin most corporate environments, to accomplish certain tasks inexpensively and quickly, you need a domain. you can configure a windows server 2012 r2 server to host a domain, and when the configuration completes, the server is called a...
- What is Domain Hijacking? How dangerous is it?the domain name is one of the most important assets in the internet.
- Stories behind .unicorn, .ninja and other strange domain namesone of the information you see most in the process of using the internet is the domain name.
- This is the most dangerous domain name in the world at the present time, able to access the data of many companiesthat domain is corp.com, although only a blank domain name, does not contain any banned content but is the most dangerous domain name in the world at the present time. it is for sale for $ 1.7 million.
- How to Find Out Who Registered a Domainthis wikihow teaches you how to look up the owner of a domain name using free tools on the internet. if the owner of the domain you're researching signed up for private domain registration, their identity is hidden from the public. you may...