Skip to content

Instantly share code, notes, and snippets.

@wdormann
Created November 28, 2022 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wdormann/fc2e630513aeca29f89dd92dfff68932 to your computer and use it in GitHub Desktop.
Save wdormann/fc2e630513aeca29f89dd92dfff68932 to your computer and use it in GitHub Desktop.
Suspend running VMs, for use in Windows shutdown script
@(& "C:\Program Files (x86)\VMware\VMware Workstation\vmrun.exe" list | Select-String -Pattern ".vmx") | %{&"C:\Program Files (x86)\VMware\VMware Workstation\vmrun" suspend $_}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment