Skip to content

Remove-vRAOnboardingResource

SYNOPSIS

Remove a Onboarding Resource

SYNTAX

ById (Default)

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

ByName

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

DESCRIPTION

Remove a Onboarding Resource

EXAMPLES

EXAMPLE 1

Remove-vRAOnboardingResource -Name OnboardingResource1

EXAMPLE 2

Remove-vRAOnboardingResource -Id '81289f15-89e4-3580-k2s0-86cd3af25257'

EXAMPLE 3

Get-vRAOnboardingResource -Name OnboardingResource1 | Remove-vRAOnboardingResource

PARAMETERS

-Id

The Id of the Onboarding Resource

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 Resource

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