Skip to content

Instantly share code, notes, and snippets.

@BernieWhite
Created January 18, 2018 23:21
Show Gist options
  • Save BernieWhite/fee7a0141bdb3d34f478bd283b8e0653 to your computer and use it in GitHub Desktop.
Save BernieWhite/fee7a0141bdb3d34f478bd283b8e0653 to your computer and use it in GitHub Desktop.
@{
AllNodes = @(
@{
NodeName = 'newForest'
PSDscAllowPlainTextPassword = $True
CreateForest = $True
},
@{
NodeName = 'existingForest'
PSDscAllowPlainTextPassword = $True
CreateForest = $False
}
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment