I am testing with PowerCLI to verify some information for developing some possible scripts.
I was hoping that someone with an ESXi connection to Fiber HBA can execute the below command and post the output.
thanks
Get-VMhost | Get-VMHostHBA -Type FibreChannel | Select VMHost,Device,@{N="WWN";E={"{0:X}" -f $_.PortWorldWideName}}