Removing a set of DNS records over multiple Microsoft domains can be a bit of a hassle sometimes. With PowerShell it’s rather easy by using the Get-DnsServerResourceRecord. Here is a small example of how to use this cmdlet. First we retrieve all DNS records in our current domain that have test in the name.Then we…