Skip to content

Remove-vRAOnboardingDeployment

SYNOPSIS

Remove an Onboarding Deployment

SYNTAX

ById (Default)

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

ByName

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

DESCRIPTION

Remove an Onboarding Deployment

EXAMPLES

EXAMPLE 1

Remove-vRAOnboardingDeployment -Name OnboardingDeployment1

EXAMPLE 2

Remove-vRAOnboardingDeployment -Id 'b210b3044578447559e3b3bad52de'

EXAMPLE 3

Get-vRAOnboardingDeployment -Name OnboardingDeployment1 | Remove-vRAOnboardingDeployment

PARAMETERS

-Id

The Id of the Onboarding Deployment

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 Deployment

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