Get-VsanWipeDiskStatus Command | Vmware PowerCLI Reference

Get-VsanWipeDiskStatus

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

Syntax

Get-VsanWipeDiskStatus
-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 hosts 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.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.