Skip to content

Instantly share code, notes, and snippets.

@duffney
Created January 29, 2016 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duffney/57389407a1d047f96696 to your computer and use it in GitHub Desktop.
Save duffney/57389407a1d047f96696 to your computer and use it in GitHub Desktop.
$DNSArray = @('127.0.0.1')
$ConfigData = @{
AllNodes = @(
@{
Nodename = 'Localhost'
Role = "DomainController"
MachineName = 'ZDC01'
DomainName = "Zephyr.org"
IPAddress = '192.168.2.2'
DefaultGateway = '192.168.2.1'
DNSIPAddress = $DNSArray
PsDscAllowPlainTextPassword = $true
PSDscAllowDomainUser = $true
}
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment