Syntax
Remove-VDisk [-VDisk] <VDisk[]> [-Confirm] [-WhatIf] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet removes VDisk objects and the associated backings from the datastore. Removal of VDisk objects which are attached to a virtual machine is not allowed.Parameters
Return Type
NoneNotes
Examples
-------------------------- Example 1 --------------------------
Remove-VDisk -VDisk $vDisk
Removes the $vDisk VDisk object from the server and datastore.