Create domain and forest dns zones

Create domain and forest dns zones

How to recreate the DomainDnsZones and ForestDnsZones in AD DNS.
 
This URL has the Microsoft commands to do this:
http://technet.microsoft.com/en-us/library/cc739505(WS.10).aspx

dnscmd ServerName /CreateBuiltinDirectoryPartitions {/Domain|/Forest|/AllDomains} 

It may be necessary to do more tweaking, or tweak the above command, to get everything in order.