Unregister-DMAcl
SYNOPSIS
Removes a acl that had previously been registered.
SYNTAX
__AllParameterSets
Unregister-DMAcl [[-Path] <string[]>] [[-Category] <string[]>] [<CommonParameters>]
DESCRIPTION
Removes a acl that had previously been registered.
EXAMPLES
EXAMPLE 1
Get-DMAcl | Unregister-DMAcl
Clears all registered acls.
PARAMETERS
-Category
The object category the acl settings apply to
Type: System.String[]
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Path
The path (distinguishedName) of the acl 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: ''
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.