Skip to content

Get-vROWorkflow

SYNOPSIS

Get vRO Workflows

SYNTAX

All (Default)

Get-vROWorkflow [-Tag <String[]>] [<CommonParameters>]

CategoryName

Get-vROWorkflow [-CategoryName <String>] [-Tag <String[]>] [<CommonParameters>]

CategoryId

Get-vROWorkflow [-CategoryId <String>] [<CommonParameters>]

Id

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

Name

Get-vROWorkflow [-Name <String>] [-Wildcard] [<CommonParameters>]

Category

Get-vROWorkflow [-Tag <String[]>] [<CommonParameters>]

DESCRIPTION

Get vRO Workflows

EXAMPLES

EXAMPLE 1

Get-vROWorkflow

EXAMPLE 2

Get-vROWorkflow -CategoryName Dev

EXAMPLE 3

Get-vROWorkflow -CategoryId 2c94c8b464fa5d6e0164ff48ac54070a

EXAMPLE 4

Get-vROWorkflow -Id '3f92d2dc-a9fa-4323-900b-ef97196184ea'

EXAMPLE 5

Get-vROWorkflow -Name 'New-DRSRule'

EXAMPLE 6

Get-vROWorkflow -Name 'New' -Wildcard

EXAMPLE 7

Get-vROWorkflow -Tag 'vCenter'

PARAMETERS

-CategoryName

Retrieve workflow by Category Name

Type: String
Parameter Sets: CategoryName
Aliases: Category

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

-CategoryId

Retrieve workflow by Category Id

Type: String
Parameter Sets: CategoryId
Aliases:

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

-Id

Retrieve workflow by Id

Type: String
Parameter Sets: Id
Aliases:

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

-Name

Retrieve workflow by Name

Type: String
Parameter Sets: Name
Aliases:

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

-Wildcard

Perform a wildcard search when using the Name parameter

Type: SwitchParameter
Parameter Sets: Name
Aliases:

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

-Tag

Retrieve workflow by Tag

Type: String[]
Parameter Sets: All, CategoryName, Category
Aliases:

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