PowerShell Logo Small

Remove-NetEventProvider



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

Removes an ETW provider from a session.

SYNTAX


Remove-NetEventProvider [-Name] <String[]> [-CimSession [<CimSession[]>]] [-PassThru] [-ThrottleLimit [<Int32>]] [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-NetEventProvider [-CimSession [<CimSession[]>]] [-PassThru] [-ThrottleLimit [<Int32>]] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-NetEventProvider cmdlet removes an Event Tracing for Windows (ETW) provider from a session.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294397
Add-NetEventProvider
Set-NetEventProvider

REMARKS

<

Examples


Example 1: Remove an ETW provider

PS C:\>Remove-NetEventProvider -Name "Microsoft-Windows-TCPIP"



This command removes an ETW provider named Microsoft-Windows-TCPIP.