Difference between revisions of "Installing domain controller using powershell"
From MyWiki
Line 7: | Line 7: | ||
Test-ADDSDomainInstallation | Test-ADDSDomainInstallation | ||
Test-ADDSDomainControllerInstallation | Test-ADDSDomainControllerInstallation | ||
+ | |||
+ | Import-Module ADDSDeployment | ||
</source> | </source> |
Revision as of 10:52, 14 April 2015
Reference - https://www.brandonlawson.com/active-directory/installing-a-2012-domain-controller-with-powershell/
Get-WindowsFeature AD-Doamin-Services Get-WindowsFeature AD-Domain-Services | Install-WindowsFeature Test-ADDSForestInstallation Test-ADDSDomainInstallation Test-ADDSDomainControllerInstallation Import-Module ADDSDeployment