VMware Communities
maheshbhardwaj1
Contributor
Contributor

Future request: Option to get list of servers with snapshot

Hi Friends,

Is there any way to get list of servers having snapshots. If I am new in my organization & I have to work out on servers to delete old snapshots, I am looking for a option or one click to find all servers containing snapshots.

I am looking for your response on this.

Mahesh Bhardwaj

0 Kudos
1 Reply
continuum
Immortal
Immortal

on a Windows host I use
dir /s *-000*.vmdk

on ESXi
ls -Ralh | grep -i "delta.vmdk"

on Linux
ls -Ralh | grep 0000

on a Mac you could use something similar


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos