chore: Fix IP Address
This commit is contained in:
@ -8,7 +8,7 @@ $DhcpStartRange = "192.168.100.100"
|
|||||||
$DhcpEndRange = "192.168.100.199"
|
$DhcpEndRange = "192.168.100.199"
|
||||||
$DhcpSubnetMask = "255.255.255.0"
|
$DhcpSubnetMask = "255.255.255.0"
|
||||||
$DhcpGateway = "192.168.100.1"
|
$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"
|
$DefaultOUPath = "DC=LAB,DC=local"
|
||||||
$LABOU = "OU=LAB,$DefaultOUPath"
|
$LABOU = "OU=LAB,$DefaultOUPath"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user