< # .SYNOPSIS This script displays the NICs in a system and their physical address. .DESCRIPTION This script is a MSDN Sample recoded in PowerShell. The script first gets all the interfaces on the system, then loops through them displaying more information about them to the console...