Shutdown all VMWare Guest Operating Systems
While studying for my MCSE, I find myself having to start up and shutdown groups of Virtual Machines on a regular basis. It's really easy to start up a team of VM's, but shutting them down was a painful task. To easily shutdown multiple virtual machines in an Active Directory domain, you can use "shutdown.exe". Instructions are detailed below:
/s = shutdown
/m = computer to shutdown
Use /f to force applications to close
Additional arguments can be listed my typing "shutdown" in Command Prompt.
- Open notepad
- Type: shutdown /s /m \\computername
- Repeat for each computer, leaving the routers and local computer til last
- save as "shutdown_team.bat" or simlar file
- Run the file to shutdown all the team members in the order you specified
/s = shutdown
/m = computer to shutdown
Use /f to force applications to close
Additional arguments can be listed my typing "shutdown" in Command Prompt.