Information Technology Grimoire

Version .0.0.1

IT Notes from various projects because I forget, and hopefully they help you too.

Link Speeds

ethtool

see ethtool

Powershell

Get-NetAdapter|select name, status, linkspeed, MacAddress

WMIC

wmic nic where netEnabled=true get name,speed