< # .SYNOPSIS This script uses the System.Net.Networkinginformation.Networknterface class to get all network interface detais and displays the DNS addresses configured. .DESCRIPTION This script first gets all the interface objects, then iterates throught them to get the DNS address...