I am using method mentioned below by william Lam for pulling report of overhead memory. It works great for a single VM however when i try it for all vm's it just populate
data on the screen and do not export it in the export path file.
Command using for exporting overhead memory for all the vm's
Get-VM | Get-VMMemOverhead | Export-Xlsx -Path D:\overhead.xlsx -WorksheetName HA
It shows the result in the screen but do not export.
Best Regards,
Deepak Koshal