PowerShell Logo Small

Remove-NetEventPacketCaptureProvider



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

Removes the Remote Packet Capture provider and deletes the settings.

SYNTAX


Remove-NetEventPacketCaptureProvider [-CimSession [<CimSession[]>]] [-PassThru] [-ThrottleLimit [<Int32>]] [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-NetEventPacketCaptureProvider [-SessionName] <String[]> [-CimSession [<CimSession[]>]] [-PassThru] [-ThrottleLimit [<Int32>]] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-NetEventPacketCaptureProvider cmdlet removes a Remote Packet Capture provider and deletes the settings.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294396
Add-NetEventPacketCaptureProvider
Get-NetEventPacketCaptureProvider
Set-NetEventPacketCaptureProvider

REMARKS

<

Examples


Example 1: Remove a packet capture provider

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



This command removes a packet capture provider named Session01.