How to Join Windows 10 to a Domain: Покрокова інструкція
вікна 10 domain joins using a graphical interface (GUI)
1. Start or Operating System and enter the system.
ПРИМІТКА: User must have Local Admin Rights and rights to join PCs to domain
2. Права кнопка миші click on the Почніть button and select System;
3. Натисніть Change settings;
4. Натисніть на Зміна кнопку;
5. Enter your Computer name і Домен (in “Member of“).
When you join your PC to the domain you have 2 scenarios to go:
- Change name, reboot, join to domain, reboot;
- Change name, join to the domain, and reboot (I use this);
6. After all changes click the добре кнопку;
7. Enter the credentials of user, that has the rights to join computers to the domain. I use the early created in AD computer name and selected the user for its joining. After entries click the добре кнопку;
8. If all things are right you will see the message Welcome to the <your domain name> домен. Натисніть на добре кнопку;
9. Next system tells you about restarting. Натисніть на добре кнопку;
10. Натисніть на Закрити кнопку;
11. You will get a pop-up to Restart Now your system:
12. After the system restarts you can log in into the system with your domain credentials.
вікна 10 domain join using PowerShell
Open a Windows PowerShell with administrator rights and type the following command by changing DomainName to yours and DomainUser with a domain user account.
Add-Computer -DomainName <DomainName> -Credential <DomainUser>
PowerShellНаприклад, the command would look something like this:
Add-Computer -DomainName contoso.com -Credential contoso\Administrator
PowerShellAfter the command runs, you will need to type the user’s password and then restart your computer to complete the process.
Restart-Computer
PowerShell