Installing domain controller using powershell

From MyWiki
Revision as of 11:35, 14 April 2015 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Reference - https://www.brandonlawson.com/active-directory/installing-a-2012-domain-controller-with-powershell/

Get-WindowsFeature AD-Domain-Services
Get-WindowsFeature AD-Domain-Services | Install-WindowsFeature
Test-ADDSForestInstallation
Test-ADDSDomainInstallation
Test-ADDSDomainControllerInstallation
 
Import-Module ADDSDeployment
Install-ADDSDomainController