Posts

Showing posts with the label DNS

Check if multiple nics are set to register with DNS

Image
  This checks all the nics on a server to see if multiple nics have the "Register this in DNS" which if multiple are selected it can cause connectivity issues. This script has been moved to GitHub, link below: Example output: server01 - 10.10.10.10 - True server01 - 192.168.0.1 - False server02 - 10.10.10.20 - True server03 - 10.16.10.30 - True