Vimal348
Enthusiast
Enthusiast

VM Snapshot

Hello,

I have some commands to check the VMs that has the snapshot name: 

$VMlist = get-vm
Get-Snapshot -VM $VMlist | where{$_.Description -eq 'Prior to install VMTools'}

But the output is displaying like this. Is there anyway I can see the VM names in the result?

Vimal348_0-1607631766164.png

 

Reply
0 Kudos