Hey folks!
I'm sharing the easy way of Windows DNS server migration
Few easy steps:
1. Setup your new DNS server.
2.Make old Zone Transferable to new DNS server (Allow Zone transfers to new DNS server)
3. On the new DNS create secondary zone, the one, that you want to migrate.
4. When zone is replicated, change zone type to Primary trough GUI or using DNSCMD command
dnscmd YOURDNSSERVERNAME /ZoneResetType YOURZONE /Primary
3. On the new DNS create secondary zone, the one, that you want to migrate.
4. When zone is replicated, change zone type to Primary trough GUI or using DNSCMD command
dnscmd YOURDNSSERVERNAME /ZoneResetType YOURZONE /Primary
If you need to make your new Zone Active Directory integrated, run DNSCMD command, it can't be done trough GUI.
dnscmd YOURDNSSERVERNAME/ZoneResetType YOURZONE /DsPrimary
Good luck