From 45b61bb067da98f97bb9fc2e949eb4f7613e4074 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Thu, 31 Jul 2025 10:25:59 +1000 Subject: [PATCH] chore: Fix IP Address --- Setup-AD-PostReboot.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"