Get-VsanWipeDiskStatus
This cmdlet retrieves a disk level information about securely wiping 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 hosts 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.VsanWipeDiskStatus[]Examples
Example 1
Get-VsanWipeDiskStatus -CanonicalName "DiskCanonicalName" -VMHost $host
Retrieves the vSAN wipe disk status 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.