Stop-VsanWipeDisk Command | Vmware PowerCLI Reference

Stop-VsanWipeDisk

This cmdlet stops the secure wipe of the specified host SCSI disks.

Syntax

Stop-VsanWipeDisk
-CanonicalName < String[] >
-VMHost < VMHost >
[-Server < VIServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
CanonicalName String[] named
  • pipeline
Specifies the canonical name of the host SCSI disk.
required
VMHost VMHost named
  • pipeline
  • wildcards
Specifies the host on which the disks belong.
optional Server VIServer[] named
  • wildcards
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.

Output

VMware.VimAutomation.Storage.Types.V1.Vsan.VsanAbortWipeDiskStatus

Examples

Example 1

Stop-VsanWipeDisk -CanonicalName "DiskCanonicalName" -VMHost $host

Stops the secure wipe disk process of "DiskCanonicalName" from the $host host.

Related Commands

VsanWipeDisk

This cmdlet starts the secure wipe of the specified host SCSI disks.

This cmdlet stops the secure wipe of the specified host SCSI disks.

VsanWipeDiskStatus

This cmdlet retrieves a disk level information about securely wiping disks.