tzuehlke 

By: | 229 downloads | Last Updated: 7/18/2020 | Latest Version: 1.0

Loads the SendGrid API-Key from Azure Automation secrets and creates a body for a post message by using the parameter. Sends the message via post.

By: | 161 downloads | Last Updated: 1/28/2020 | Latest Version: 1.2

Connects to Azure and starts specified VMs in a sequence and including a wait time between the VMs. It is based on Start-AzureV2VMs. 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.

By: | 129 downloads | Last Updated: 1/28/2020 | Latest Version: 1.2

Connects to Azure and stops specified VMs in a sequence and including a wait time between the VMs. It is based on Stop-AzureV2VMs. If you provide the sequence "vm4, 30, vm3, 60, vm2, vm1", then VM4 stops first, then it waits 30 seconds before VM3 stops, then waits again for 60 seconds, then VM2 stops and finally VM4 stops.