Skip to main content

Get-DMAccessRule

SYNOPSIS

Returns the list of configured access rules.

SYNTAX

__AllParameterSets

Get-DMAccessRule [[-Identity] <string>] [<CommonParameters>]

DESCRIPTION

Returns the list of configured access rules. These access rules define the desired state where delegation in a domain is concerned. This is consumed by Test-DMAccessRule, see the help on that command for more details.

EXAMPLES

EXAMPLE 1

Get-DMAccessRule

Returns a list of all registered accessrules

PARAMETERS

-Identity

The Identity to filter by. This allows swiftly filtering by who is being granted permission.

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.