< Back

Remove-vRAReservationStorage

Sat Jan 18, 2020 10:05 pm

NAME Remove-vRAReservationStorage



SYNOPSIS

Remove a storage from a reservation





SYNTAX

Remove-vRAReservationStorage [-Id] <String> [-StoragePath] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Remove a storage from a reservation





PARAMETERS

-Id <String>

The id of the reservation



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-StoragePath <String>

The storage path



Required? true

Position? 2

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:\\>Get-vRAReservation -Name Reservation01 | Remove-vRAReservationStorage -StoragePath Datastore01













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



PS C:\\>Remove-vRAReservationStorage -Id 8731ceb3-01cd-4dd6-834e-49a9aa8057d8 -StoragePath Datastore01















RELATED LINKS