windows:server_os:add_core_addc

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


windows:server_os:add_core_addc [2019/10/31 09:06] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Setup a Domain Controller with Windows 2012 Server Core ====== 
 +Setup static IP 
 +Open Powershell 
 +Install ADDS 
 +<code>Install-WindowsFeature AD-Domain-Services –IncludeManagementTools</code> 
 +Install DC 
 +<code>Install-ADDSDomainController -DomainName contoso.com -InstallDNS:$True –Credential (Get-Credential)</code> 
 +Confirm with 'a'