Utilizar o PowerShell no Windows server 2012 para promover um Controlador de Domínio numa nova floresta (domínio raiz da floresta - "contoso.com"):
- Install-WindowsFeature AD-Domain-Services
- Install-WindowsFeature RSAT-AD-PowerShell
- Install-WindowsFeature RSAT-ADDS
- Import-Module ADDSDeployment
- Install-ADDSForest -DatabasePath "C:\Windows\NTDS" -DomainMode "Win2012" -DomainName "contoso.com" -DomainNetbiosName "CONTOSO" -ForestMode "Win2012" -InstallDns -LogPath "C:\Windows\NTDS" -NoRebootOnCompletion -SysvolPath "C:\Windows\SYSVOL" -Force
Nota: Através deste processo, a password do administrador de domínio é a mesma que a do administrador local da máquina, antes de ela ser promovida a Controlador de Domínio na nova floresta.
Picture Preview - http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-95-87/7851.ADDS_5F00_PowerShell_5F00_Deploy.png