find stupid 100 meg links

Get-VMHost | Get-VMHostNetworkAdapter | where {$_.BitRatePerSec -eq “100”} | fl VMhost,BitRatePerSec,DeviceName

[powershell]
Get-VMHost | Get-VMHostNetworkAdapter | where {$_.BitRatePerSec -eq "100"} | fl VMhost,BitRatePerSec,DeviceName
[/powershell]

Leave a Reply

Your email address will not be published. Required fields are marked *