VMware

This Question is Answered

1 "helpful" answer available (6 pts)
3 Replies Last post: Feb 25, 2009 9:08 AM by halr9000  

Script to shutdown VMs. posted: Feb 24, 2009 12:16 PM

Click to view tim5700's profile Novice 32 posts since
Feb 29, 2008
I am in the process of configuring a powershell script to VIM 1.5. The goal of the script is to initiate a graceful shutdown for VMs when running on battery backup. I would like to be able to shutdown/start VMs based on what folder they are in under VMs & Templates in VC.

Basically, what I am looking for is when the script is triggered, a short delay (say 5 minutes), then all the VMs in folder "GroupC" shutdown, then 15 minutes the VMs in folder "GroupB" shutdown, then finally, after 25 minutes the VMs in folder "GroupA" shutdown.

An added bonus would to create a script to run when going back on power, to stop the shutdown script and start any VMs that were shutdown.

Re: Script to shutdown VMs.

1. Feb 24, 2009 12:38 PM in response to: tim5700
Click to view halr9000's profile Master 813 posts since
Jun 7, 2007
Easy, peasy.

Start-Sleep ( 60 * 5 )
Get-Folder foo | Get-VM | Stop-VM






PowerShell MVP, VI Toolkit forum moderator
Author of the upcoming book: Managing VMware Infrastructure with PowerShell
Co-Host, PowerScripting Podcast (http://powerscripting.net)
Need general, non-VMware-related PowerShell Help? Try the forums at PowerShellCommunity.org

Re: Script to shutdown VMs.

3. Feb 25, 2009 9:08 AM in response to: tim5700
Click to view halr9000's profile Master 813 posts since
Jun 7, 2007
You got it.




PowerShell MVP, VI Toolkit forum moderator
Author of the upcoming book: Managing VMware Infrastructure with PowerShell
Co-Host, PowerScripting Podcast (http://powerscripting.net)
Need general, non-VMware-related PowerShell Help? Try the forums at PowerShellCommunity.org

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities