An open API service indexing awesome lists of open source software.

https://github.com/tksh164/azure-demo-scripts-templates

Azure related demo scripts and templates.
https://github.com/tksh164/azure-demo-scripts-templates

arm-templates azure powershell scripts

Last synced: 3 months ago
JSON representation

Azure related demo scripts and templates.

Awesome Lists containing this project

README

          

# Description

The WaitForADDomain resource is used to wait for Active Directory domain
controller to become available in the domain, or available in
a specific site in the domain.

>Running the resource as *NT AUTHORITY\SYSTEM*, only work when
>evaluating the domain on the current node, for example on a
>node that should be a domain controller (which might require a
>restart of the node once the node becomes a domain controller).
>In all other scenarios use either the built-in parameter
>`PsDscRunAsCredential`, or the parameter `Credential`.

Using the parameter `WaitForValidCredentials` ignores authentication
errors a let the resource wait until time timeout is reached. If the
parameter `WaitForValidCredentials` is not specified and the resource
throws an authentication error, then the resource will fail. But the
Local Configuration Manger (LCM) will automatically run the configuration
again to try to get the node in desired state. If and when the LCM retries
depends on how the LCM is configured.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.