PowerShell Logo Small

Get-NetEventProvider



This is the built-in help made by Microsoft for the command 'Get-NetEventProvider', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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 the ETW providers that are present on the computer or associated with an event and packet capture session.

SYNTAX


Get-NetEventProvider [[-Name] [<String[]>]] [-CimSession [<CimSession[]>]] [-ShowInstalled] [-ThrottleLimit [<Int32>]] [<CommonParameters>]
Get-NetEventProvider [-AssociatedCaptureTarget [<CimInstance>]] [-CimSession [<CimSession[]>]] [-ShowInstalled] [-ThrottleLimit [<Int32>]] [<CommonParameters>]
Get-NetEventProvider [-AssociatedEventSession [<CimInstance>]] [-CimSession [<CimSession[]>]] [-ShowInstalled] [-ThrottleLimit [<Int32>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetEventProvider cmdlet displays the Event Tracing for Windows (ETW) providers that are present on the computer, or associated with an event and packet captur
e session.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Display ETW providers

PS C:\>Get-NetEventProvider



This command displays the ETW providers on the computer.