PowerCLI Reference

Remove-VsanDiskGroup

Synopsis

This cmdlet removes vSAN disk groups.

Syntax

Remove-VsanDiskGroup [-VsanDiskGroup] <VsanDiskGroup[]> [-DataMigrationMode <VsanDataMigrationMode>] [-RunAsync] [-WhatIf] [-Confirm] [<CommonParameters>]

Related Commands

Online version
Get-VsanDiskGroup
New-VsanDiskGroup

Detailed Description

This cmdlet removes vSAN disk groups.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
VsanDiskGroupVsanDiskGroup[]Specifies the vSAN disk groups you want to remove.truetrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falsefalse
DataMigrationModeVsanDataMigrationModeSpecifies the action pertaining to vSAN data when the disk group is removed. If not specified, the default value is Full.falsefalse
RunAsyncSwitchParameterIndicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter run "help About_RunAsync" in the VMware PowerCLI console.falsefalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falsefalse

Return Type

None

Notes

Works only with vCenter Server 5.5 or later.

Examples

-------------- Example 1 --------------

Remove-VsanDiskGroup -VsanDiskGroup $vsanDiskGroup -Confirm:$false

Removes the $vsanDiskGroup vSAN disk group without asking for confirmation.


Copyright © VMware, Inc. All rights reserved.