Syntax
Remove-VDisk [-VDisk] <VDisk[]> [-WhatIf] [-Confirm] [<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.