How to Join Finestre 10 to a Domain: Guida passo passo
Finestre 10 domain joins using a graphical interface (GUI)
1. Start or Operating System and enter the system.
NOTA: User must have Local Admin Rights and rights to join PCs to domain
2. Right Mouse Button click on the Inizio pulsante e selezionare System;
3. Clic Change settings;
4. Click the Change pulsante;
5. Enter your Computer name E Dominio (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 OK pulsante;
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 OK pulsante;
8. If all things are right you will see the message Welcome to the <your domain name> dominio. Click the OK pulsante;
9. Next system tells you about restarting. Click the OK pulsante;
10. Click the Vicino pulsante;
11. You will get a pop-up to Restart Now your system:
12. After the system restarts you can tronco d'albero in into the system with your domain credentials.
Finestre 10 domain join using PowerShell
Open a Finestre 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>
PowerShellPer esempio, 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