DnsShell – alpha release

DnsShell is my PowerShell module intended to help administer MS DNS. This is an alpha relaese, it may contain bugs, it should be tested in a safe environment first.

The module is currently available on MSDN.

The following CmdLets are implemented at this stage:

  • Get-Dns
  • Clear-DnsCache
  • Get-DnsRecord
  • Get-DnsServer
  • Get-DnsZone
  • New-DnsRecord
  • New-DnsZone
  • Remove-DnsObject
  • Set-DnsRecord
  • Get-ADDnsRecord

I am in the process of writing detailed CmdLet help, it will be made available as soon as possible.

Related posts:

  1. DnsShell: Zone and Server CmdLets After fixing a couple of authentication bugs with Set-DnsRecord and...
  2. DnsShell: Get-AD* A new version of DnsShell has been released, this release...

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

Respond to this post