Skip to main content

Get-DCAccessRule

SYNOPSIS

Returns the list of registered filesystem access rules.

SYNTAX

__AllParameterSets

Get-DCAccessRule [[-Path] <string>] [[-Identity] <string>] [<CommonParameters>]

DESCRIPTION

Returns the list of registered filesystem access rules.

EXAMPLES

EXAMPLE 1

Get-DCAccessRule

Returns the list of all registered filesystem access rules.

PARAMETERS

-Identity

Filter by the Identity granted permissions to. Default to: '*'

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

-Path

Filter by the path it is assigned to. Defaults to: '*'

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.