AzureAutomationTeam 

By: | 305 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

By: | 286 downloads | Last Updated: 11/22/2016 | Latest Version: 1.0

Syncs a local git folder or specific file under source control into an Azure Automation account. All runbooks need to be in a single folder. This runbook needs to be run on a hybrid runbook worker where source control git folder is set up. It runs git pull -v to get the latest changes from the git repository

By: | 285 downloads | Last Updated: 11/18/2016 | Latest Version: 1.0

This runbook will run a PowerShell command, with or without parameters, using the PowerShell call operator. In Azure Automation, this runbook is useful for running a PowerShell command on a hybrid runbook worker.

By: | 282 downloads | Last Updated: 10/12/2016 | Latest Version: 1.0

This runbook will iterate through all Azure Automation schedules in the resource group, subscription ID, and Automation account specified in the parameters. For each, it will unlink and then re-link with the same parameters and runbooks associations. By doing the relinking of schedules, the runbook will use the latest module versions that are im... More info

By: | 209 downloads | Last Updated: 5/10/2018 | Latest Version: 1.2

This runbook generates a report of changes from the past week and emails it. Note: This script requires two modules: the AzureRM.OperationalInsights module. In order for the script to work, both modules must first be imported into the Automation account. The major steps of the script are outlined below. 1) Define parsing function 2) Connect to ... More info

By: | 194 downloads | Last Updated: 5/29/2018 | Latest Version: 1.1

This sample runbook creates a Log Analytics machine group based off an Azure VM tag and Update management Log Analytics data. The major steps of the script are outlined below: 1) Connect to the Azure account 2) Set the subscription context 3) Return the list of Azure VM resource IDs for the provided tag 4) Generate the query for the Log Analytic... More info