Skip to main content

Get-DMGPPermissionFilter

SYNOPSIS

Lists the registered Group Policy permission filters.

SYNTAX

__AllParameterSets

Get-DMGPPermissionFilter [[-Name] <string>] [<CommonParameters>]

DESCRIPTION

Lists the registered Group Policy permission filters.

EXAMPLES

EXAMPLE 1

Get-DMGPPermissionFilter

Lists all registered Group Policy permission filters

PARAMETERS

-Name

The name to filter by. Default: '*'

Type: System.String
DefaultValue: '*'
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.