DnsShell: Zone and Server CmdLets

After fixing a couple of authentication bugs with Set-DnsRecord and New-DnsRecord I decided to make an attempt to finish off some of the zone and server CmdLets.

The module now contains these additional CmdLets.

  • Refresh-DnsZone – Implements the ForceRefresh method for Secondary Zones
  • Reload-ADDnsZone – Implements the UpdateFromDS method for AD Integrated Zones
  • Reload-DnsZone
  • Reset-DnsZoneType – Implements the ChangeZoneType method
  • Resume-DnsZone
  • Set-DnsZoneTransfer – Implements the ResetSecondaries method
  • Start-DnsScavenging
  • Start-DnsService
  • Stop-DnsService
  • Suspend-DnsZone – Implements the Pause method
  • Update-DnsZoneFile

As usual, the module can be downloaded from code.msdn.microsoft.com/dnsshell.

Related posts:

  1. DnsShell – alpha release DnsShell is my PowerShell module intended to help administer MS...
  2. DnsShell: Get-AD* A new version of DnsShell has been released, this release...
  3. DnsShell DnsShell is a Microsoft DNS administration module for PowerShell 2.0....

Related posts brought to you by Yet Another Related Posts Plugin.

One Response to this post.

  1. Posted by Hal Rottenberg on 16.04.10 at 3:10 pm

    Great site, and module! Keep up the good work. We mentioned your project on a recent podcast, hope it gets you a few more hits.

    -hal
    co-host, PowerScripting Podcast
    http://powerscripting.net

Respond to this post