windows:server_os:add_core_addc

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'

Enter your comment:
9 -7 = 
 
  • windows/server_os/add_core_addc.txt
  • Last modified: 2019/10/31 09:06
  • by 127.0.0.1