VMware Workstation: suspend all virtual machines with vmrun
- by Josh
I know I can suspend a given VMware virtual machine on the command line with:
vmrun suspend /path/to/virtual_machine_file.vmx
Is there any way to suspend all virtual machines at once using vmrun? Something like vmrun suspend all?