Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - Get NIC information - speed and duplex

Reply
 
Old 04-10-2008   #1 (permalink)
bmerri19


 
 

Get NIC information - speed and duplex

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

My System SpecsSystem Spec
Old 04-10-2008   #2 (permalink)
Marco Shaw [MVP]


 
 

Re: Get NIC information - speed and duplex

bmerri19 wrote:
Quote:

> 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
Do you know if you're dealing with similar hardware?

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
My System SpecsSystem Spec
Old 04-22-2008   #3 (permalink)
Shay Levi


 
 

Re: Get NIC information - speed and duplex


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
Quote:

> 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

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
duplex on c6280 Vista print fax & scan
HP6980 will not Automatically do Duplex with Duplex Hardware Vista print fax & scan
speed and performance information Vista performance & maintenance
How to check your Speed Boost tested memory speed Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46