| external help file | DSInternals.Win32.RpcFilters.PowerShell.dll-Help.xml |
|---|---|
| Module Name | DSInternals.RpcFilters |
| online version | https://github.com/MichaelGrafnetter/RPCFilterManager/blob/main/Documentation/PowerShell/Get-RpcFilter.md |
| schema | 2.0.0 |
Gets a list of RPC filters that match the specified criteria.
Get-RpcFilter [[-ProviderKey] <Guid>] [<CommonParameters>]
Get-RpcFilter [-ZeroNetworks] [<CommonParameters>]
This cmdlet retrieves a list of RPC filters that match the specified criteria. If no criteria are specified, all RPC filters on the local computer are returned.
PS C:\> Get-RpcFilterRetrieves all RPC filters on the local computer.
PS C:\> Get-RpcFilter | Out-GridViewDisplays all RPC filters in an interactive grid view.
Specifies the unique identifier of the RPC filter provider.
Type: Guid
Parameter Sets: Default
Aliases: Provider, ProviderId, RpcFilterProvider, RpcFilterProviderId
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies that only RPC filters created by the Zero Networks RPC Firewall should be returned. This parameter is equivalent to specifying the provider key 17171717-1717-1717-1717-171717171717, which is the unique identifier of the Zero Networks RPC Filter Provider.
Type: SwitchParameter
Parameter Sets: ZeroNetworks
Aliases: RpcFirewall
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.