Replica Domain Controller in Windows Server 2012 Core

Hello,

Can anyone tell me how to config replica domain controller in server 2012 R2 from powershell?

Than

June 18th, 2015 1:40am

Hello Ashane!

You can run following cmdlets and change parameter's inputdata:

Import-Module ADDSDeployment
Install-ADDSDomainController `
-CreateDNSDelegation `
-Credential (Get-Credential) `
-CriticalReplicationOnly:$false `
-DatabasePath "C:\Windows\NTDS" `
-DomainName "root.fabrikam.com" `
-InstallDNS:$true `
-LogPath "C:\Windows\NTDS" `
-SiteName "Default-First-Site-Name" `
-SYSVOLPath "C:\Windows\SYSVOL"
-Force:$true



Free Windows Admin Tool Kit Click here and download it now
June 18th, 2015 3:43am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics