< Back

Remove-vRAReservation

Sat Jan 18, 2020 10:04 pm

NAME Remove-vRAReservation



SYNOPSIS

Remove a reservation





SYNTAX

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



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





DESCRIPTION

Remove a reservation





PARAMETERS

-Id <String[]>

The id of the reservation



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Name <String[]>

The name of the reservation



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String





OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Remove-vRAReservation -Name Reservation1













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Remove-vRAReservation -Id 75ae3400-beb5-4b0b-895a-0484413c93b1













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-vRAReservation -Name Reservation1 | Remove-vRAReservation















RELATED LINKS