Does this contain the data you want?
$esxName='MyEsx'
$esx=Get-VMHost-Name $esxName
$esxcli=Get-EsxCli-VMHost $esx-V2
$esxcli.storage.core.path.list.Invoke()
Does this contain the data you want?
$esx=Get-VMHost-Name $esxName
$esxcli=Get-EsxCli-VMHost $esx-V2
$esxcli.storage.core.path.list.Invoke()