Hello, I want to force DNS replcation for example I have to delete a record and re-create it,
Domain controllers host DNS Servers, these are Windows 2003 servers,
DNS Integrated to AD.
Computer object : Computer1 is a Windows 2003 server, joined to the domain.
I will delete the computer account because this server is being removed from my environment.
On DNS:
Computer1.test.com 10.0.0.1 is deleted, it is set to be scavenged (time stamp set)
I will create Computer1.test.com 10.0.0.2 it is going to be a static record.
In order to force AD/DNS replication (we have two sites: SiteA, SiteB, 2 DCs on each site:Dc1,Dc2,Dc3,Dc4):
I want to confirm this:
AD replication forced:repadmin /syncall dc=test,dc=com /e
I deleted/created Dns entry form DC3:
DNS replication forced: dnscmd dc1.test.com /zonerefresh test.com
dnscmd dc2.test.com /zonerefresh test.com
dnscmd dc4.test.com /zonerefresh test.com