Powershell dns

From UVOO Tech Wiki
Jump to navigation Jump to search
get-DnsServerResourceRecord -ZoneName example.com -RRType "CNAME" -Name foo.example.com
 remove-DnsServerResourceRecord -ZoneName example.com -RRType "CNAME" -Name foo.example.com