Skip to content

Remove-vRAOnboardingPlan

SYNOPSIS

Remove an Onboarding Plan

SYNTAX

ById (Default)

Remove-vRAOnboardingPlan -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

ByName

Remove-vRAOnboardingPlan -Name <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Remove an Onboarding Plan

EXAMPLES

EXAMPLE 1

Remove-vRAOnboardingPlan -Name OnboardingPlan1

EXAMPLE 2

Remove-vRAOnboardingPlan -Id 'b210b3044578447559e3b3bad52de'

EXAMPLE 3

Get-vRAOnboardingPlan -Name OnboardingPlan1 | Remove-vRAOnboardingPlan

PARAMETERS

-Id

The id of the Onboarding Plan

Type: String[]
Parameter Sets: ById
Aliases:

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

-Name

The name of the Onboarding Plan

Type: String[]
Parameter Sets: ByName
Aliases:

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

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

OUTPUTS

NOTES