NAME
Get-NetEventWFPCaptureProvider
SYNOPSIS
Displays settings for a local or remote WFP capture provider configuration.SYNTAX
Get-NetEventWFPCaptureProvider [-AssociatedEventSession
] [-CimSession ] [-InformationAction {SilentlyContinue | Stop | Continue | Inquire | Ignore | Suspend}] [-InformationVariable
] [-ThrottleLimit ] [ ] Get-NetEventWFPCaptureProvider [[-SessionName]
] [-CimSession ] [-InformationAction {SilentlyContinue | Stop | Continue | Inquire | Ignore | Suspend}] [-InformationVariable
] [-ThrottleLimit ] [ ] DESCRIPTION
The Get-NetEventWFPCaptureProvider cmdlet displays settings for a local or remote Windows Firewall Platform (WFP)
capture provider configuration. For more information about WFP capture providers, see theAdd-NetEventWFPCaptureProvider cmdlet.
PARAMETERS
-AssociatedEventSession [
Specifies the associated network event session, as a CIM object. To obtain the network event session, use the] Get-NetEventSession cmdlet.
Required? false Position? named Default value none Accept pipeline input? true(ByValue) Accept wildcard characters? false-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 [
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 [
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] -SessionName [
Specifies an array of session names that are associated with the NetEventWFPCaptureProvider. Required? false Position? 1 Default value none] Accept pipeline input? true(ByPropertyName)
Accept wildcard characters? false-ThrottleLimit [
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] This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
OUTPUTS
Example 1: Get a WFP capture provider
PS C:\>Get-NetEventWFPCaptureProvider -SessionName "WFPCapture"
This command gets the WFP capture provider configuration for the session named WFPCapture. The output of this example displays the settings of the NetEventWFPCaptureProvider.RELATED LINKS
Add-NetEventWFPCaptureProvider
Remove-NetEventWFPCaptureProvider
Set-NetEventWFPCaptureProvider