Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created September 25, 2016 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivleshc/a3f1ff533817e46a1c46235f9391de86 to your computer and use it in GitHub Desktop.
Save nivleshc/a3f1ff533817e46a1c46235f9391de86 to your computer and use it in GitHub Desktop.
xWaitForADDomain DscForestWait
{
DomainName = $DomainName
DomainUserCredential= $DomainCreds
RetryCount = $RetryCount
RetryIntervalSec = $RetryIntervalSec
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment