I see.
Is there a specific reason why you use plink.exe to get the LUNs
You could do that with the Get-EsxCli cmdlet as well.
Something like this
$esxcli = Get-EsxCli
$esxcli.storage.core.device.list()
I see.
Is there a specific reason why you use plink.exe to get the LUNs
You could do that with the Get-EsxCli cmdlet as well.
Something like this
$esxcli = Get-EsxCli
$esxcli.storage.core.device.list()