I am having issue listing RDMs from vCenter.
get-vm | Get-HardDisk -DiskType "RawPhysical","RawVirtual" | Select ScsiCanonicalName
When I execute the above command, I see different host has different number of RDMs where I have presented RDMs to all the hosts and I would like to list all the RDMs which are unique
Please help