I would like to divide this post in two parts : 1. Deploying a domain dexter.com on my Server Core . 2. Adding my Physical Host running Server 2012 to the domain dexter.com. Step 1. Deploying domain dexter.com on my Server Core. First of all I need to add the Active Directory Domain Services role in my Server Core. To get the Active Directory Roles on my Server Core use the following cmdlet The highlighted entry shows that the AD-Domain-Services Role is already installed on my Server Core. But if it is not then you can issue the following to install it. Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools Now the role is installed and till Server 2K8 R2 , one would have gone and run the dcpromo.exe (this one is deprecated now with Server 2012) but here I will try to use PowerShell ..this is the link I followed Windows Server 2012 has a new module named " ADDSDeployment" and if I check the cmdlets supplied: You get the idea...Now
Infra + Dev's ramblings