Created
September 19, 2016 10:19
-
-
Save nivleshc/e2da4a07e22eccdeddd171af5912c937 to your computer and use it in GitHub Desktop.
Add Replica Domain Controller to existing Active Directory Domain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xADDomainController ReplicaDC | |
{ | |
DomainName = $DomainName | |
DomainAdministratorCredential = $DomainCreds | |
SafemodeAdministratorPassword = $SafeModeAdminCreds | |
DatabasePath = "C:\NTDS" | |
LogPath = "C:\NTDS" | |
SysvolPath = "C:\SYSVOL" | |
DependsOn = "[xWaitForADDomain]DScForestWait" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment