Skip to content

Instantly share code, notes, and snippets.

@PixelRobots
Created April 22, 2017 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PixelRobots/6a9c29f5e340c3c36348b2384d2e371e to your computer and use it in GitHub Desktop.
Save PixelRobots/6a9c29f5e340c3c36348b2384d2e371e to your computer and use it in GitHub Desktop.
### Add Reverse DNS Looup Zone
$rDNS = read-host "Enter Reverse DNS network ID eg: 10.10.10.0/24"
Add-DnsServerPrimaryZone -NetworkId:$rDNS -ReplicationScope Forest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment