September 2012
Intermediate to advanced
1680 pages
88h 3m
English
The following script illustrates the basic syntax to add a Server Core system to a Windows domain:
Netdom join <computername> /domain:<domain> /OU:<ou path> /userd:<domain>\<username>/passwordD:*
Input the domain name and the target OU. Supply the user account and password for an account that has permissions to add computers to the domain.
The same function can be performed using PowerShell with the following commands:
Add-Computer -domainname <domain> -OUPath "OU=OU,=Domain,DC=com"
Read now
Unlock full access