PowerShell Logo Small

Remove-NetEventNetworkAdapter



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

Removes network adapters associated with a provider.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Remove-NetEventNetworkAdapter cmdlet removes network adapters associated with a Remote Packet Capture provider. The protocol stack uses multiple layers to transmit,
receive, and process network traffic, also known as packets. The provider logs network traffic as Event Tracing for Windows (ETW) events.


Specify which adapter to remove by using the network adapter name. Use this cmdlet multiple times to remove several adapters. To see which adapters currently belong to a
provider, use the Get-NetEventNetworkAdapter cmdlet.


To remove all the adapters, specify the name of the provider or get a provider to modify by using the Get-NetEventPacketCaptureProvider cmdlet.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Remove a network adapter

PS C:\>Remove-NetEventNetworkAdapter -Name "Ethernet01"



This command removes a network adapter named Ethernet01.