PowerShell Logo Small

Get-NetAdapterStatistics



This is the built-in help made by Microsoft for the command 'Get-NetAdapterStatistics', 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 statistics from the network adapter.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-NetAdapterStatistics cmdlet gets networking statistics from the network adapter. The statistics include broadcast, multicast, discards, and errors.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-NetAdapterStatistics –Name MyAdapter



This example displays the statistics for the network adapter named MyAdapter.




EXAMPLE 2

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



This example displays all of the statistics for the network adapter named MyAdapter.