Skip to main content

Unregister-AdcObjectCategory

SYNOPSIS

Removes an object category from the list of registered object categories.

SYNTAX

__AllParameterSets

Unregister-AdcObjectCategory [-Name] <string[]> [<CommonParameters>]

DESCRIPTION

Removes an object category from the list of registered object categories. See description on Register-DMObjectCategory for details on object categories in general.

EXAMPLES

EXAMPLE 1

Get-AdcObjectCategory | Unregister-AdcObjectCategory

Clears all registered object categories.

PARAMETERS

-Name

The exact name of the object category to unregister.

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