Filter By

Package Types

Operating System

Categories

Trust Information

By: | 1,413 downloads | Last Updated: 11/28/2015 | Latest Version: 1.0

This runbook sets up a connection to an Azure virtual machine. It requires the Azure virtual machine to have the Windows Remote Management service enabled, which is the default. It sets up a connection to the Azure subscription and then imports the certificate used for the Azure VM so remote PowerShell calls can be made to it.

By: | 1,098 downloads | Last Updated: 3/12/2024 | Latest Version: 1.1.7

Automatically right sizes any Azure Windows VM based on configurable telemetry data to the optimal size based on cpu/mem, performance rating and cost. Use Get-Help set-vmRightSize or Get-Help set-rsgRightSize for more information on specific commands or check my blog.

By: | 468 downloads | Last Updated: 11/28/2015 | Latest Version: 1.0

This runbook copies a remote file from a Windows Azure virtual machine. Connect-AzureVM must be imported and published in order for this runbook to work. The Connect-AzureVM runbook sets up the connection to the virtual machine where the remote file is copied from. When using this runbook, be aware that the memory and disk space size of the proc... More info

By: | 399 downloads | Last Updated: 11/28/2015 | Latest Version: 1.0

This runbook copies a local file to an Azure virtual machine. Connect-AzureVM must be imported and published in order for this runbook to work. The Connect-AzureVM runbook sets up the connection to the virtual machine where the local file will be copied to. When using this runbook, be aware that the memory and disk space size of the processes ru... More info

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.