Created
September 19, 2016 10:16
-
-
Save nivleshc/d12bbd80ddaefedc8ede191ba6d9010f to your computer and use it in GitHub Desktop.
Wait for Active Directory Domain to be available
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
xWaitForADDomain DscForestWait | |
{ | |
DomainName = $DomainName | |
DomainUserCredential= $DomainCreds | |
RetryCount = $RetryCount | |
RetryIntervalSec = $RetryIntervalSec | |
DependsOn = "[WindowsFeature]ADDSInstall" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment