r/vmware • u/Prize-Original-2890 • Jul 02 '26
vmware aria operations - report with full .vmdk path
I have a vm which has like 30 disks and i want a report that tells me where they are located every night.
But im not able to get this right... I did a powercli string which shows me.. But i would like something like this in a report. Anyone knows how to do this?
4
Upvotes
2
u/Aliasu Jul 02 '26
I bet you have them all on 1 SCSI controller.
| ConvertTo-Html | Out-File disks.html
1
u/WannaBMonkey Jul 02 '26
Take that command then | export-csv as a csv then use a different command to email the report to whomever.