< Back

Remove-NetEventWFPCaptureProvider

Thu Apr 04, 2019 5:41 am

NAME Remove-NetEventWFPCaptureProvider



SYNOPSIS

Removes a local or remote WFP capture provider.





SYNTAX

Remove-NetEventWFPCaptureProvider [-SessionName] <String[]> [-CimSession <CimSession[]>] [-InformationAction {SilentlyContinue | Stop | Continue |

Inquire | Ignore | Suspend}] [-InformationVariable <String>] [-PassThru] [-ThrottleLimit <Int32>] [<CommonParameters>]



Remove-NetEventWFPCaptureProvider [-CimSession <CimSession[]>] [-InformationAction {SilentlyContinue | Stop | Continue | Inquire | Ignore |

Suspend}] [-InformationVariable <String>] [-PassThru] [-ThrottleLimit <Int32>] [<CommonParameters>]





DESCRIPTION

The Remove-NetEventWFPCaptureProvider cmdlet removes a local or remote Windows Firewall Platform (WFP) capture provider and deletes its settings.

For more information about WFP capture providers, see the Add-NetEventWFPCaptureProvider cmdlet.





PARAMETERS

-CimSession [<CimSession[]>]

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession

or Get-CimSession cmdlet. The default is the current session on the local computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-InformationAction [<ActionPreference>]

Specifies how this cmdlet responds to an informational event. The acceptable values for this parameter are:



-- SilentlyContinue

-- Stop

-- Continue

-- Inquire

-- Ignore

-- Suspend



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-InformationVariable [<String>]

Specifies a variable in which to store an informational event.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-PassThru [<SwitchParameter>]

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-SessionName [<String[]>]

Specifies an array of session names that are associated with the NetEventWFPCaptureProvider.



Required? true

Position? 1

Default value none

Accept pipeline input? true(ByPropertyName)

Accept wildcard characters? false



-ThrottleLimit [<Int32>]

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0

is entered, then Windows PowerShell?????? calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running

on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS











OUTPUTS











Example 1: Remove a WPF capture provider



PS C:\\>Remove-NetEventWFPCaptureProvider -SessionName "WFPCapture"



This command removes the WFP capture provider for the session named WFPCapture.







RELATED LINKS

Add-NetEventWFPCaptureProvider

Get-NetEventWFPCaptureProvider

Set-NetEventWFPCaptureProvider