Ethernet Configuration?

Is there a property I am overlooking that would let me find NICs that have been hard-coded to a specific speed rather than autodetect?

0

Comments

1 comment
Date Votes
  • You're not overlooking it. It appears to not be there. 

    You could do this as a Remote Command to get info from computers you have questions about:

    Powershell:

    Get-NetAdapter | SELECT name, status, speed, fullduplex | where status -eq ‘up’
    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post