The canned report does not produce certain types of info that I would like on a Hyper-v Guest. Is it possible to grab the "type" of memory allocated (static vs dynamic) and if dynamic then the startup Ram, Min Ram and Max Ram?
I can do it in powershell but don't see where that is stored in LS
Get-VMMemory -computername qavmhost qaiis
VMName DynamicMemoryEnabled Minimum(M) Startup(M) Maximum(M)
------ -------------------- ---------- ---------- ----------
QAIIS True 2048 4096 6256
in the end I want to group all the Hosts in a report and subtotal all VM guests on each host so I can see a line per host that says....
physical ram --- total minimum allocated -- total maximum allocated --- total startup allocated ---
something like that