diff --git a/Setup-AD-PostReboot.ps1 b/Setup-AD-PostReboot.ps1 index 67f46a4..0f595c7 100644 --- a/Setup-AD-PostReboot.ps1 +++ b/Setup-AD-PostReboot.ps1 @@ -8,7 +8,7 @@ $DhcpStartRange = "192.168.100.100" $DhcpEndRange = "192.168.100.199" $DhcpSubnetMask = "255.255.255.0" $DhcpGateway = "192.168.100.1" -$DhcpDnsServer = "192.168.1000.2" # This server's static IP +$DhcpDnsServer = "192.168.100.2" # This server's static IP $DefaultOUPath = "DC=LAB,DC=local" $LABOU = "OU=LAB,$DefaultOUPath"