Skip to content

This PowerShell Runbook (compatible with PowerShell Core) connects to Azure using an Automation Run As account, retrieves the power status of VMs and turns off / on in sequence those that are turned on / off. You can attach a recurring schedule to this runbook to run it at a spec

License

Notifications You must be signed in to change notification settings

azureautomation/stop--start-all-or-only-tagged-azure-vms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stop / Start all or only tagged Azure VMs

DESCRIPTION

This PowerShell Runbook connects to Azure using managed idenity, retrieves the power status of VMs and turns off / on in sequence those that are turned on / off. You can attach a recurring schedule to this runbook to run it at a specific time.

REQUIRED

  1. You have to create a managed identity for your automation account.

  2. An Action input parameter value that allows runbook to handle VMs power state. The parameter must be set to 'Stop' or 'Start'.

  3. An Action input parameter value for the Subscription ID of the VMs that you want to Start/Stop.

  4. All the following PowerShell modules are required to run the cmdlets : Az.Accounts, Az.Resources, Az.Compute and Az.Automation.

OPTIONAL

  1. A TagName input parameter value that allows scoping the VMs to only tagged VMs.

  2. A TagValue input parameter value that allows scoping the VMs to a particular tag value.

AUTHOR

Bhawna Rawat

LAST EDIT

2023-08-28

RELEASE NOTES

2023-08-28 : Updated runbook with Managed Identity authentication

RUNBOOK CONTENT

** **

** **

** **

 

TechNet gallery is retiring! This script was migrated from TechNet script center to GitHub by Microsoft Azure Automation product group. All the Script Center fields like Rating, RatingCount and DownloadCount have been carried over to Github as-is for the migrated scripts only. Note : The Script Center fields will not be applicable for the new repositories created in Github & hence those fields will not show up for new Github repositories.

About

This PowerShell Runbook (compatible with PowerShell Core) connects to Azure using an Automation Run As account, retrieves the power status of VMs and turns off / on in sequence those that are turned on / off. You can attach a recurring schedule to this runbook to run it at a spec

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published