How to Join 윈도우 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. Click the Change button;
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 좋아요 button;
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 좋아요 button;
8. If all things are right you will see the message Welcome to the <your domain name> 도메인. Click the 좋아요 button;
9. Next system tells you about restarting. Click the 좋아요 button;
10. Click the 닫다 button;
11. You will get a pop-up to Restart Now your system:
12. After the system restarts you can 통나무 in into the system with your domain credentials.
윈도우 10 domain join using PowerShell
a 윈도우 파워셸 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>
파워셸예를 들어, the command would look something like this:
Add-Computer -DomainName contoso.com -Credential contoso\Administrator
파워셸After the command runs, you will need to type the user’s 비밀번호 and then restart your computer to complete the process.
Restart-Computer
파워셸