Skip to main content

Get-FMSchemaDefaultPermission

SYNOPSIS

Returns the list of registered default schema permissions.

SYNTAX

__AllParameterSets

Get-FMSchemaDefaultPermission [[-ClassName] <string>] [<CommonParameters>]

DESCRIPTION

Returns the list of registered default schema permissions.

EXAMPLES

EXAMPLE 1

Get-FMSchemaDefaultPermission

Returns the list of all registered default schema permissions.

PARAMETERS

-ClassName

The name of the affected objectclass to filter by. 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.