Clone DC Does not change IP

MVP

I'm trying to clone a domain controller, using New-ADDCCloneConfigFile command to use fixed ip.

 

New-ADDCCloneConfigFile -Static -IPv4Address "10.101.0.157" -IPv4DNSResolver "10.101.0.100,10.101.0.155 " -IPv4SubnetMask "255.255.255.0" -CloneComputerName "ADDS2T" -IPv4DefaultGateway "10.101.0.200" -PreferredWINSServer "10.101.0.100" -SiteName "BH"

 

It turns out that at the end of cloning the ip is not changed. Other information such as DNS and hostname are successfully changed.

 

GabrielLuiz_0-1678139295525.png

 

 

 

0 Replies