Get-ScsiLunPath

This cmdlet retrieves the list of vmhba paths to a specified SCSI device.

Syntax

[-ScsiLun]  <ScsiLun[]>
[-Name  <String[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
ScsiLun
ScsiLun[] 1
  • pipeline
  • Specifies the SCSI device whose vmhba paths you want to retrieve.
    optional
    Name
    String[] named
  • wildcards
  • Specifies the name of the SCSI device whose vmhba paths you want to retrieve.

    Output

    VMware.VimAutomation.ViCore.Types.V1.Host.Storage.Scsi.ScsiLunPath

    Examples


    Example 1

    $scsilun = Get-ScsiLun -VMHost 10.23.123.100 -LunType disk
    Get-ScsiLunPath $scsilun

    Retrieves the vmhba path to the specified SCSI device.

    Related Commands

    Feedback

    Was this page helpful?