Here is a runbook for start specific vms in Azure. 1 2 3 4 5 6 7 8 910111213141516171819202122232425262728293031323334353637383940 workflow Bulk-Start{ Param ( [Parameter(Mandatory=$true)] [string[]]$VMs…
Yet another technical blog
Here is a runbook for start specific vms in Azure. 1 2 3 4 5 6 7 8 910111213141516171819202122232425262728293031323334353637383940 workflow Bulk-Start{ Param ( [Parameter(Mandatory=$true)] [string[]]$VMs…