PowerShell Logo Small

Get-NetEventNetworkAdapter



This is the built-in help made by Microsoft for the command 'Get-NetEventNetworkAdapter', 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 network adapters associated with a Remote Packet Capture provider.

SYNTAX


Get-NetEventNetworkAdapter [[-Name] [<String[]>]] [-CimSession [<CimSession[]>]] [-ShowInstalled] [-ThrottleLimit [<Int32>]] [<CommonParameters>]
Get-NetEventNetworkAdapter [-AssociatedPacketCaptureProvider [<CimInstance>]] [-CimSession [<CimSession[]>]] [-ShowInstalled] [-ThrottleLimit [<Int32>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetEventNetworkAdapter cmdlet gets the network adapters associated with a Remote Packet Capture provider for a network event session. The protocol stack uses
multiple layers to transmit, receive, and process network traffic, or packets. The provider logs network traffic as Event Tracing for Windows (ETW) events.


Use the Add-NetEventNetworkAdapter cmdlet to add an adapter or the Remove-NetEventNetworkAdapter cmdlet to remove an adapter.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294387
Add-NetEventNetworkAdapter
Remove-NetEventNetworkAdapter
Get-NetEventPacketCaptureProvider

REMARKS

<

Examples


Example 1: Get all network adapters

PS C:\>Get-NetEventNetworkAdapter



This command gets all the network adapters for the Remote Packet Capture provider for the current session.