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.
- Host: GitHub
- URL: https://github.com/tksh164/azure-demo-scripts-templates
- Owner: tksh164
- License: mit
- Created: 2018-06-11T13:15:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-03-05T16:18:25.000Z (4 months ago)
- Last Synced: 2026-03-05T19:28:14.945Z (4 months ago)
- Topics: arm-templates, azure, powershell, scripts
- Language: PowerShell
- Homepage:
- Size: 9.82 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.