May 2019
Intermediate to advanced
620 pages
21h 41m
English
Just as when using dcpromo.exe, the Install-ADDSDomainController PowerShell cmdlet only needs an additional parameter to leverage the IFM package, as shown in the following code:
InstallationMediaPath
When combining it with the sample PowerShell command for adding an additional fully-writable domain controller to an existing domain, the following script emerges:
Install-WindowsFeature AD-Domain-Services -IncludeManagementToolsImport-Module ADDSDeploymentInstall-ADDSDomainController -DomainName lucernpub.com -InstallationMediaPath "C:\Install"
Read now
Unlock full access