< Back

Get-NetEventWFPCaptureProvider

Thu Apr 04, 2019 5:41 am

NAME Get-NetEventWFPCaptureProvider



SYNOPSIS

Displays settings for a local or remote WFP capture provider configuration.





SYNTAX

Get-NetEventWFPCaptureProvider [-AssociatedEventSession <CimInstance>] [-CimSession <CimSession[]>] [-InformationAction {SilentlyContinue | Stop |

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



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

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





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 the Add-NetEventWFPCaptureProvider cmdlet.





PARAMETERS

-AssociatedEventSession [<CimInstance>]

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 [<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



-SessionName [<String[]>]

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 [<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: 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