Filter By
Displaying results 1 - 5 of 5 (Page 1 of 1)
Disables the audio beep when user presses backspace in the powershell console. Will prompt to save this setting to a user profile for future sessions. uses: "Set-PSReadlineOption -BellStyle None" command Mutes Audio Beep Sound Backspace Delete Console PowerShell Tags |
Start Up or Shut Down or Restart Azure Virtual Machines in Current Subscription. Resource group and VM list are supported. Requirement: Make sure the default AzureServicePrincipal named 'AzureRunAsConnection' exists in Automation Account --> Connections. Tags |
Start Up or Shut Down or Restart Azure Virtual Machines in Current Subscription. Resource group and VM list are supported. Requirement: Make sure the default AzureServicePrincipal named 'AzureRunAsConnection' exists in Automation Account --> Connections. And the Azure Server Prinipal has enough permissions in the target subscription. Tags |
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. Tags |
This Azure Automation runbook automates the scheduled shutdown and startup of virtual machines in an Azure subscription, based on tags on each machine. Tags |