Skip to main content

Get-AdcObjectCategory

SYNOPSIS

Returns registered object category objects.

SYNTAX

__AllParameterSets

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

DESCRIPTION

Returns registered object category objects. See description on Register-DMObjectCategory for details on object categories in general.

EXAMPLES

EXAMPLE 1

Get-AdcObjectCategory

Returns all registered object categories.

PARAMETERS

-Name

The name to filter by.4

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