Active Directory Management Framework

Configuration driven Active Directory management.

Unregister-AdcAccessRuleMode

SYNOPSIS

Removes previously registered AccessRule processing modes.

SYNTAX

Unregister-AdcAccessRuleMode [[-Identity] <String>] [[-Path] <String>] [[-ObjectCagegory] <String>]
 [-ProgressAction <ActionPreference>] [<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: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Path

The Path of the AccessRule processing mode to remove.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ObjectCagegory

The ObjectCategory of the AccessRule processing mode to remove.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ProgressAction

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES