Skip to main content

Unregister-FMSchemaDefaultPermission

SYNOPSIS

Removes schema default permissions from the list of registered configurationsets.

SYNTAX

__AllParameterSets

Unregister-FMSchemaDefaultPermission [-ClassName] <string> [-Identity] <string>
[-ActiveDirectoryRights] <string> [-AccessControlType] <AccessControlType>
[-InheritanceType] <ActiveDirectorySecurityInheritance> [-ObjectType] <string>
[-InheritedObjectType] <string> [<CommonParameters>]

DESCRIPTION

Removes schema default permissions from the list of registered configurationsets.

EXAMPLES

EXAMPLE 1

Get-FMSchemaDefaultPermission | Unregister-FMSchemaDefaultPermission

Clear all configured default schema permissions.

PARAMETERS

-AccessControlType

Allow or Deny?

Type: System.Security.AccessControl.AccessControlType
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 3
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-ActiveDirectoryRights

The rights granted.

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

-ClassName

The name of the object class in schema this applies to.

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

-Identity

The principal to which the access rule applies.

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

-InheritanceType

How is this privilege inherited by child objects?

Type: System.DirectoryServices.ActiveDirectorySecurityInheritance
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 4
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-InheritedObjectType

What object types does this permission apply to? Used for extended properties.

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

-ObjectType

What object types does this permission apply to?

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 5
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: true
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.