Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created November 26, 2016 05:13
Show Gist options
  • Save nivleshc/829ada62d917fe2195bc61a2bb751a31 to your computer and use it in GitHub Desktop.
Save nivleshc/829ada62d917fe2195bc61a2bb751a31 to your computer and use it in GitHub Desktop.
Defines the Node structure for InstallWAP.ps1
Node $NodeName
{
LocalConfigurationManager
{
ActionAfterReboot = 'ContinueConfiguration'
ConfigurationMode = 'ApplyOnly'
RebootNodeIfNeeded = $true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment