1

How can I get the name of the snapshot that the particular machine is using?

I have tried:

Get-VM -Name vdix-test-01 | Get-Snapshot

but it returns blank..

I am trying to retrieve the name of the base image here: VMWare Horizon 7 Console

Any help is appreciated, thanks!

Hexalogy
  • 13
  • 1
  • 1
  • 4
  • I tried your command on my vcenter and it returns snapshots name correctly. – harsini Jun 06 '20 at 05:27
  • I've tried it in my environment and received all snapshots of my VM as well. Alternatively there is a simplier version. Get-Snapshot -VM $VMNAME – Stuka Jun 07 '20 at 19:46

0 Answers0