This PowerCLI script will return a list of local disks on a vSAN host as the vsan.disks info RVC command does. Disk information includes the name, model, revision, whether an SSD or not, use by vSAN or not, and Hba/Controller specific information. Disks are sorted ascending by the capacity...
Get-RvcVsanDisksInfo.ps1
1 Comment - no search term matches found in comments.
This script provides a report of all of the physical disks in a vSphere cluster, sorted by ESXi host, provided that the Physical Location attribute is available for the disk. The storage controller, size of the disk (in GB), and whether the drive is an SSD or not is also reported. ...
EsxiPhysicalDisks.ps1