Last updated on Mar 30, 2017
Here is a quick How-To Join a “Windows Server 2012” to Windows Domain using #PowerShell
- Lets start by launching #PowerShell and Type
1 |
Add-Computer DomainName.local |
2. Next we are prompted for valid credentials to Join the Server to the domain.
3. After Adding the credentials you will be prompted with a Warning Message saying you need to Restart for changes to take affect.
4. Because we are already in #Powershell lets Restart the Server from the #Shell as well, So lets type
1 |
Restart-Computer |
After the Reboot your server will be part of your domain.
Be First to Comment