elcooper_msft 

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: | 772 downloads | Last Updated: 9/12/2018 | Latest Version: 1.1

This script configures Azure Diagnostics and Log Analytics to receive Azure Automation logs containing job status and job streams. The logs will be sent from the specified Automation account to a generated storage account and OMS workspace. This script should run locally (outside of Azure Automation) and requires you to interactively authentica... More info

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: | 408 downloads | Last Updated: 11/28/2015 | Latest Version: 1.0

This runbook creates a report on Azure Automation jobs and runbook modifications over the past X days. The report can be in HTML or text format and can be sent via email. You may want to set this runbook to run on a recurring schedule (for example, daily).

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: | 381 downloads | Last Updated: 11/28/2015 | Latest Version: 1.0

This runbook indexes all of the tables in a given database if the fragmentation is above a certain percentage. It highlights how to break up calls into smaller chunks, in this case each table in a database, and use checkpoints. This allows the runbook job to resume for the next chunk of work even if the fairshare feature of Azure Automation put... More info

By: | 356 downloads | Last Updated: 1/20/2016 | Latest Version: 1.1

This Azure Automation runbook ensures that only one instance of a PowerShell Workflow runbook is running at any one time by suspending and resuming jobs. It is meant to be called from another runbook as an inline runbook, not started asynchronously through the web service.

By: | 338 downloads | Last Updated: 1/20/2016 | Latest Version: 1.0

This Azure Automation runbook ensures that only one instance of a PowerShell runbook is running at any one time. It is meant to be called inline from another runbook at the beginning of the runbook.

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

This runbook configures a new or existing Azure Scheduler job that calls an Automation runbook. This enables more advanced scheduling capabilities within Azure Scheduler to be used to trigger runbooks that are not enabled in the current Automation scheduler functionality. The scheduler job that is created is disabled so you can change the schedul... More info

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

This runbook starts an Azure Automation runbook job and either returns the job id or waits for the job to complete and returns the job output.

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

This Azure Automation runbook is designed to run on scheduled intervals and resume any monitor runbooks that have a specific tag that are suspended