Skip to main content

Posts

Showing posts from January, 2015

Getting The NIC Duplex Mode with PowerShell

Today in my Windows 7 class here in the Kingdom of Bahrain, I was asked if it was possible to get the duplex mode of a NIC with PowerShell. OK, this normally would be easy. 1 2 Get-NetAdapter | Select-Object -Property Name , FullDuplex Name                                                                    FullDuplex                                                        ...