Active Directory Management Framework

Configuration driven Active Directory management.

Unregister-DCAccessRule

SYNOPSIS

Removes an access rule from the list of registered access rules.

SYNTAX

Unregister-DCAccessRule [-Path] <String> [-Identity] <String> [-ServerRole] <String> [-Rights] <String>
 [-Type] <String> [-Inheritance] <String> [-Propagation] <String> [<CommonParameters>]

DESCRIPTION

Removes an access rule from the list of registered access rules.

EXAMPLES

EXAMPLE 1

Get-DCaccessRule | Unregister-DCAccessRule

Clears all configured access rules.

PARAMETERS

-Path

The path to the filesystem resource being managed.

Type: String
Parameter Sets: (All)
Aliases:

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

-Identity

The identity (user, group, etc.) whose permissions ar being removed from the list of intended permissions.

Type: String
Parameter Sets: (All)
Aliases:

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

-ServerRole

The processing mode the rule was assigned to.

Type: String
Parameter Sets: (All)
Aliases:

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

-Rights

The rights assigned.

Type: String
Parameter Sets: (All)
Aliases:

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

-Type

Allow or Deny rule?

Type: String
Parameter Sets: (All)
Aliases:

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

-Inheritance

Who gets to inherit?

Type: String
Parameter Sets: (All)
Aliases:

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

-Propagation

How does it propagate?

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 7
Default value: None
Accept pipeline input: True (ByPropertyName)
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