Setup a Domain Controller with Windows 2012 Server Core

Setup static IP Open Powershell Install ADDS

Install-WindowsFeature AD-Domain-Services –IncludeManagementTools

Install DC

Install-ADDSDomainController -DomainName contoso.com -InstallDNS:$True –Credential (Get-Credential)

Confirm with 'a'