I fairly new to Powercli, and am starting to delve into some statistics gathering. With nearly 1,000 vms, it is really really slow.
For instance, a query of say "Get-VM | Get-Stat -Stat cpu.usage.average" using a start and finish of 1 day,,,could take about an hour.
I have been reading(though do not comprehend yet) that using Get-View could seriously speed things up.
Now I am not looking for anyone to write me a script, I am just wondering is this the time I can expect Get-Stat to run--1Hr+. Or Can I use get-view somehow to speed things up.