Skip to content

Get-vRAOnboardingPlanExecution

SYNOPSIS

Get a vRA OnboardingPlanExecution

SYNTAX

ById (Default)

Get-vRAOnboardingPlanExecution -Id <String[]> [<CommonParameters>]
Get-vRAOnboardingPlanExecution -ExecutionPlanLink <String[]> [<CommonParameters>]

DESCRIPTION

Get a vRA OnboardingPlanExecution

EXAMPLES

EXAMPLE 1

Get-vRAOnboardingPlanExecution -Id 'ig885f86-0e2d-4157-r5d4-8cb42ce6dd84'

EXAMPLE 2

Get-vRAOnboardingPlanExecution -ExecutionPlanLink '/relocation/api/wo/execute-plan/ig885f86-0e2d-4157-r5d4-8cb42ce6dd8'

PARAMETERS

-Id

The ID of the OnboardingPlanExecution

Type: String[]
Parameter Sets: ById
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

The Execution Plan Link

Type: String[]
Parameter Sets: ByExecutionPlanLink
Aliases:

Required: True
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

OUTPUTS

System.Management.Automation.PSObject

NOTES