PowerShell Logo Small

Get-NetAdapterHardwareInfo



This is the built-in help made by Microsoft for the command 'Get-NetAdapterHardwareInfo', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the hardware information of the network adapter.

SYNTAX


Get-NetAdapterHardwareInfo [[-Name] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-NetAdapterHardwareInfo [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-ThrottleLimit <Int32>] -InterfaceDescription <String[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetAdapterHardwareInfo cmdlet gets the hardware information of the network adapter. This includes PCI capabilities, MSI capabilities, and PCI device custom
properties. Note These are read-only properties.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287399
Format-List

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-NetAdapterHardwareInfo –Name *



This example displays the default view of hardware properties for all visible network adapters.




EXAMPLE 2

PS C:\>Get-NetAdapterHardwareInfo –Name * | Format-List -Property *



This example displays all of the hardware information properties for the network adapter named MyAdapter.