< # .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. Note the use of Console.Write in the loop at the end. Not quite sure a better PowerShell… Read the full text.