Skip to main content

Unregister-AdcAccessRuleMode

SYNOPSIS

Removes previously registered AccessRule processing modes.

SYNTAX

__AllParameterSets

Unregister-AdcAccessRuleMode [[-Identity] <string>] [[-Path] <string>] [[-ObjectCagegory] <string>]
[<CommonParameters>]

DESCRIPTION

Removes previously registered AccessRule processing modes. Prioritizes Identity over Path over ObjectCategory.

EXAMPLES

EXAMPLE 1

Get-AdcAccessRuleMode | Unregister-AdcAccessRuleMode

Clears all registered AccessRule processing modes.

PARAMETERS

-Identity

The Identity of the AccessRule processing mode to remove.

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

-ObjectCagegory

The ObjectCategory of the AccessRule processing mode to remove.

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

-Path

The Path of the AccessRule processing mode to remove.

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