Hi Team,
I am Running below command to get know snapshot disk usage
Get-VM -Name | Get-Snapshot | Select-Object Vm, created, SizeMB
The result i am getting different from GUI manage snapshot quite different
One of the VM got 3 snapshot,
1st snapshot disk usage was 600 GB
Second one is 70 GB
Third one is 50 GB
On the powercli result, out put for second and third is correct but for 1st snapshot disk usage, it just showing few mb
The 1st snapshot also showing as children snapshot.
How may i generate an output similar as shown in GUI manage snapshot disk usage