Syntax
Remove-VsanDisk [-VsanDisk] <VsanDisk[]> [-RunAsync] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet removes the specified hard disks from the specified Virtual SAN disk group.Parameters
Return Type
NoneNotes
Works only with vCenter Server 5.5 or later.Examples
-------------- Example 1 --------------
Remove-VsanDisk -VsanDisk $vsanDisk -Confirm:$false
Removes the $vsanDisk Virtual SAN disk without asking for confirmation.