Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created September 25, 2016 12:05
Show Gist options
  • Select an option

  • Save nivleshc/a3f1ff533817e46a1c46235f9391de86 to your computer and use it in GitHub Desktop.

Select an option

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