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
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
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.
Installation Options
Owners
Package Details
Author(s)
- info@thomas-zuehlke.de
Tags
AzureAutomation VirtualMachines Utility Start
Dependencies
This script has no dependencies.
FileList
- Start-VMsInSequence.nuspec
- Start-VMsInSequence.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.2 | 92 | 1/28/2020 |
1.1 (current version) | 36 | 1/28/2020 |
1.0 | 37 | 1/27/2020 |