Rescan All HBA of all ESXI in a simple way.
Rescan All HBA of all ESXI in a simple way.
For a Specific Cluster:
get-cluster -name “MY CLUSTER” | get-vmhost | Get-VMHostStorage -RescanAllHBA
All Hosts in VC:
get-vmhost | Get-VMHostStorage -RescanAllHBA
0 Comments