PowerShell Logo Small

Get-NetEventPacketCaptureProvider



This is the built-in help made by Microsoft for the command 'Get-NetEventPacketCaptureProvider', 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

Displays a Remote Packet Capture provider.

SYNTAX


Get-NetEventPacketCaptureProvider [[-SessionName] [<String[]>]] [-CimSession [<CimSession[]>]] [-ThrottleLimit [<Int32>]] [<CommonParameters>]
Get-NetEventPacketCaptureProvider [-AssociatedCaptureTarget [<CimInstance>]] [-CimSession [<CimSession[]>]] [-ThrottleLimit [<Int32>]] [<CommonParameters>]
Get-NetEventPacketCaptureProvider [-AssociatedEventSession [<CimInstance>]] [-CimSession [<CimSession[]>]] [-ThrottleLimit [<Int32>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetEventPacketCaptureProvider cmdlet displays a Remote Packet Capture provider.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294388
Add-NetEventPacketCaptureProvider
Remove-NetEventPacketCaptureProvider
Set-NetEventPacketCaptureProvider
Get-NetEventNetworkAdapter
Get-NetEventVmNetworkAdapter
Get-NetEventVmSwitch
Get-NetEventSession

REMARKS

<

Examples


Example 1: Display a packet capture provider

PS C:\>Get-NetEventPacketCaptureProvider -SessionName "Session01"



This command displays a packet capture provider for a session named Session01