Remove-VsanDiskGroup

This cmdlet removes vSAN disk groups.

Syntax

-VsanDiskGroup  <VsanDiskGroup[]>
[-DataMigrationMode  <VsanDataMigrationMode>]
[-RunAsync]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
VsanDiskGroup
VsanDiskGroup[] named
  • pipeline
  • Specifies the vSAN disk groups you want to remove.
    optional
    DataMigrationMode
    VsanDataMigrationMode named Specifies the action pertaining to vSAN data when the disk group is removed. If not specified, the default value is Full.
    optional
    RunAsync
    SwitchParameter named Indicates 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.

    Output

    Examples


    Example 1

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

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

    Related Commands

    Feedback

    Was this page helpful?