Created
November 26, 2016 05:13
-
-
Save nivleshc/829ada62d917fe2195bc61a2bb751a31 to your computer and use it in GitHub Desktop.
Defines the Node structure for InstallWAP.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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