![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br>
|
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||
|
Guest
Posts: n/a
|
Hello,
Trying to get some NIC configuration group for the computers in our domain, specifically the NIC speed and duplex. It doesn't appear that WMI provides this info in either NetworkAdapter or NetworkAdapterConfiguration. Is there a better method? Thanks, Brian |
||
|
|
|
|
|
|
#2 | ||||||||||||||
|
Guest
Posts: n/a
|
bmerri19 wrote:
I found this: http://www.petri.co.il/forums/showthread.php?t=14875 Perhaps it could be "ported" to PowerShell. You'd use WMI to access a remote registry basically. Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
||||||||||||||
|
|||||||||||||||
|
|
#3 | ||||||||||||||
|
Guest
Posts: n/a
|
Hi You can get the all NIC's speed by running this locally: [System.Net.NetworkInformation.NetworkInterface]::GetAllNetworkInterfaces() | select name,speed ----- Shay Levi $cript Fanatic http://scriptolog.blogspot.com
|
||||||||||||||
|
|||||||||||||||
|
|
|
|