Administering Microsoft DNS in PowerShell
DNS administration in PowerShell, including tasks like creating zones and adding Host (A) records, can be performed using the WMI interface. Full documentation for the interface is available from Microsoft in the DNS WMI Provider Reference. I have released a PowerShell 2.0 module using the WMI provider here.
Tagged Microsoft DNS, PowerShell, wmi