Join Server 2012 R2 Core to your Domain

Windows Server 2012

Last updated on April 16th, 2023 at 11:28 pm

Read Time:27 Second

If you are using Server 2012 R2 Core and you wish to join it to the domain, then you can use this simple Powershell command to do it.

Add-Computer -DomainName YOURDOMAIN.COM -Credentials DOMAINUSERNAME -Restart

Note that the -Restart command at the end will automatically restart your server once it has completed the joining process.

Also be aware that you should change YOURDOMAIN.COM to the domain name that you are trying to join and also change DOMAINUSERNAME to domain admin credentials for the domain you are joining.

Click to rate this post!
[Total: 0 Average: 0]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.