- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?