Instalación de AD DS en Server Core con PowerShell
cdwindowssystem32
timedate.cpl
Netsh
Interface
IPv4
Show IP
Set address name=”3″ source=static address=192.168.0.10
mask=255.255.255.0 gateway=192.168.0.254
Show IP
Exit
Net User Administrator*
Netdom renamecomputer %computername% /newname:Server A
Shutdown /R /T 0
PowerShell
Add-WindowsFeature DNS
Add-WindowsFeature AD-Domain-Services
Import-Module ADDSDeployment
Install-ADDSForest
ipv4