Hi,
We are migrating esxi 6.0 SAN boot lun from old vmax to vmax 3 i am trying to get a script to find boot LUN name and NAA id from all esxi servers in vcenter,
how to get from powercli ?
Thank you in advance.
The only way I currently know off, is documented in KB2030957.
But that requires a SSH session, since it uses the vmfstools command to obtain the DiskId.
All the other steps can be done through the Get-EsxCli cmdlet.
Thank you for the information.