Syntax
Get-ScsiLunPath [[-Name] <String[]>] [-ScsiLun] <ScsiLun[]> [<CommonParameters>]Related Commands
Online versionDetailed Description
Retrieves the list of vmhba paths to a specified SCSI device.Parameters
Return Type
ScsiLunPathNotes
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.