Start-VMsInSequence

1.1

Connects to Azure and starts specified VMs in a sequence and including a wait time between the VMs. It is based on Start-AzureV2Vs (https://github.com/azureautomation/runbooks/blob/master/Utility/ARM/Start-AzureV2VMs.ps1).
If you provide the sequence "vm1, vm2, 60, vm3, 30, vm4", then VM1 starts first, then VM2, then it waits 60 seconds before VM3 starts, then waits a
Connects to Azure and starts specified VMs in a sequence and including a wait time between the VMs. It is based on Start-AzureV2Vs (https://github.com/azureautomation/runbooks/blob/master/Utility/ARM/Start-AzureV2VMs.ps1).
If you provide the sequence "vm1, vm2, 60, vm3, 30, vm4", then VM1 starts first, then VM2, then it waits 60 seconds before VM3 starts, then waits again for 30 seconds and finally VM4 starts.

Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Start-VMsInSequence -RequiredVersion 1.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

Author(s)

  • info@thomas-zuehlke.de

Tags

AzureAutomation VirtualMachines Utility Start

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
1.2 88 1/28/2020
1.1 (current version) 36 1/28/2020
1.0 37 1/27/2020