Hi all,
This is the script I'm using:
$zones = Get-DnsServerZone | Select ZoneName
foreach ($line in $zones) {
$name = $line.ZoneName.ToString()
if ($name.CompareTo("TrustAnchors") -ne 0) {
if ($name.Contains("in-addr.arpa") -ne 1) {
Remove-DnsServerResourceRecord...
Hi all,
Just wondering if anyone can help. When i add a new domain to plesk, it puts in the correct Name servers in, but it also adds the computers name into the list and when getting it checked out from intodns.com it flags it saying missing Name Servers.
Into DNS ...