Skip to content

Get-vROCategory

SYNOPSIS

Get vRO Categories

SYNTAX

All (Default)

Get-vROCategory [-Root] [<CommonParameters>]

CategoryType

Get-vROCategory -CategoryType <String> [-Root] [<CommonParameters>]

Id

Get-vROCategory -Id <String> [<CommonParameters>]

DESCRIPTION

Get vRO Categories

EXAMPLES

EXAMPLE 1

Get-vROCategory

EXAMPLE 2

Get-vROCategory -CategoryType Workflow

EXAMPLE 3

Get-vROCategory -Id '40281e8b555889520155588bc4c10f1c'

EXAMPLE 4

Get-vROCategory -CategoryType ResourceElement -Root

PARAMETERS

-CategoryType

Retrieve Category by CategoryType

Type: String
Parameter Sets: CategoryType
Aliases:

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

-Id

Retrieve Category by Id

Type: String
Parameter Sets: Id
Aliases:

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

-Root

Retrieve only Categories in the top-level folder root

Type: SwitchParameter
Parameter Sets: All, CategoryType
Aliases:

Required: False
Position: Named
Default value: False
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

System.String

System.Switch

OUTPUTS

System.Management.Automation.PSObject.

NOTES