Stop-VsanWipeDisk
This cmdlet stops the secure wipe of the specified host SCSI disks.
Syntax
-CanonicalName
< String[] >
-VMHost
< VMHost >
[-ProgressAction
< ActionPreference > ]
[-Server
< VIServer[] > ]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
CanonicalName | String[] | named |
|
Specifies the canonical name of the host SCSI disk. |
required
|
VMHost | VMHost | named |
|
Specifies the host on which the disks belong. |
optional | ProgressAction | ActionPreference | named |
|
|
optional | Server | VIServer[] | named |
|
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.VsanAbortWipeDiskStatusExamples
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.