This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
vmware:esx_powercli [2021/11/19 23:52] manu |
vmware:esx_powercli [2022/09/20 22:40] (current) manu |
||
---|---|---|---|
Line 267: | Line 267: | ||
</cli> | </cli> | ||
+ | ==== List VM with RAW disks ==== | ||
+ | |||
+ | <cli prompt='>'> | ||
+ | PS1> Get-VM | Get-HardDisk -DiskType "RawPhysical","RawVirtual" | Select Parent,Name,DiskType,ScsiCanonicalName,DeviceName | fl | Out-File –FilePath RDM-list.txt | ||
+ | </cli> | ||
===== Commands ===== | ===== Commands ===== |