Get-VsanWipeDiskStatus

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

Syntax

-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
  • wildcards
  • pipeline
  • 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

    Feedback

    Was this page helpful?