Filter By

Package Types

Operating System

Categories

Trust Information

By: | 221,050 downloads | Last Updated: 6/24/2020 | Latest Version: 1.3.0

This module contains functions to inject custom data into Log Analytics using the Log Analytics HTTP Data Collector API. Github Repo: https://github.com/tyconsulting/OMSDataInjection-PSModule

By: | 65,660 downloads | Last Updated: 9/7/2018 | Latest Version: 0.2.4.2

Open the PowerShell console Run Install-Module AzureAutomationAuthoringToolkit -Scope CurrentUser If you want the PowerShell ISE to always automatically load the Azure Automation ISE add-on: Run Install-AzureAutomationIseAddOn If not: Any time you want to use the Azure Automation ISE add-on in the PowerShell ISE, run Import-... More info

By: | 79,648 downloads | Last Updated: 1/3/2019 | Latest Version: 1.4.1.2

A powerful module for creating HTML reports within PowerShell no HTML coding required. For more details on what is possible, you can view the help file https://azurefieldnotesblog.blob.core.windows.net/wp-content/2017/06/Help-ReportHTML2.html There is a multi-part blog series. (which is a little out of date but still relevant) http://www.azur... More info

By: | 18,987 downloads | Last Updated: 4/28/2018 | Latest Version: 1.0.0.2

This DSC Resource Module contains DSC resources to deal with Automation Hybrid Runbook Workers.

By: | 11,159 downloads | Last Updated: 9/13/2016 | Latest Version: 1.03

This Azure/OMS Automation runbook imports the latest version on PowerShell Gallery of all modules in an Automation account. By connecting the runbook to an Automation schedule, you can ensure all modules in your Automation account stay up to date. If a new module to import is specified, it will import that module from the PowerShell Gallery af... More info

By: | 2,907 downloads | Last Updated: 12/3/2017 | Latest Version: 0.6

Package Management helps you create packages of automation resources and deploy them.

By: | 2,595 downloads | Last Updated: 12/28/2015 | Latest Version: 1.3.8

Module for debugging Azure Automation runbooks, emulating AA native cmdlets

By: | 1,817 downloads | Last Updated: 12/19/2016 | Latest Version: 1.2

A set of utility commands for use with Azure Automation runbooks.

By: | 1,816 downloads | Last Updated: 3/9/2016 | Latest Version: 1.2.1

AzureAutomationVsoGitSync is a tool to make Continuous Delivery of the Azure Automation runbooks from VSO-Git as straightforward as possible. The GitHub repo has detailed instructions as well as sample consumer runbooks to deploy to Azure Automation to invoke.

By: | 1,417 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: | 880 downloads | Last Updated: 7/7/2019 | Latest Version: 1.0.1

Use this script to restrict the permissions of your Azure Automation RunAs accounts. You can: - Create a new custom role definition that excludes specified resources. If you use this script as-is, it will exclude Azure Key Vault; however, you can exclude any resource type as required in your organization. - Assign an existing custom role definiti... More info

By: | 797 downloads | Last Updated: 1/10/2017 | Latest Version: 1.2.1.0

Helps with authoring and debugging graphical runbooks in Azure Automation

By: | 1,566 downloads | Last Updated: 5/26/2017 | Latest Version: 1.0.1705262200

This PowerShell module contains the logging functions used by Fortigi for its PowerShell Projects.

By: | 679 downloads | Last Updated: 7/7/2019 | Latest Version: 1.0.1

If your Azure Automation accounts contain a RunAs account, it will by default have the built-in Contributor role assigned to it. You can use this script to check the role assignments of your Azure Automation RunAs accounts, and determine whether their role assignment is the default one, or whether it has been changed to a different role definitio... More info

By: | 773 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: | 630 downloads | Last Updated: 11/13/2020 | Latest Version: 1.5

Added Hide

By: | 557 downloads | Last Updated: 6/6/2016 | Latest Version: 1.1

Imports a module on PowerShell Gallery into the Azure/OMS Automation service. Requires that authentication to Azure (Resource Manager) is already established before running.

By: | 323 downloads | Last Updated: 7/7/2019 | Latest Version: 1.0.1

This script will add the Reader role to an Automation RunAs Account for the specified Key Vault. If your RunAs account is configured with a custom role assignment, it may not have access to any of your Key Vault instances. This script will add a "Reader" role assignment to your RunAs account for the specified Key Vault. This will allow runbooks ... More info

By: | 410 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: | 469 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