To join a domain

At a command prompt, type:
netdom join <ComputerName> /domain:<DomainName> /userd:<UserName> /passwordd:*
Where:
ComputerName is the name of the server that is running the Server Core installation.
DomainName is the name of the domain to join.
UserName is a domain user account with permission to join the domain.
When prompted to enter the password, type the password for the domain user account specified by UserName.
If you need to add a domain user account to the local Administrators group, type the following command:
net localgroup administrators /add <DomainName>\<UserName>
Restart the computer. You can do this by typing the following at a command prompt:
shutdown /r /t 0

Leave a Reply

Your email address will not be published. Required fields are marked *

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