Mit dem Cmdlet Add-DnsServerPrimaryZone legst du eine neue DNS Master Zone an.
Add-DnsServerPrimaryZone -Name "example.com" -ReplicationScope "Forest"
// oder
Add-DnsServerPrimaryZone -Name "example.com" -ZoneFile "C:\Windows\System32\dns\example.com.dns"