Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: azureautomationrunbookgallery

azureautomation/Migrate-from-Azure-Automation-Update-Management-to-Azure-Update-Manager

This Powershell script is designed to migrate machines and schedules onboarded to the legacy Azure Automation Update Management solution to the latest Azure Update Manager.

Language: PowerShell - Size: 36.1 KB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 1 - Forks: 0

azureautomation/Deboard-from-Azure-Automation-Update-Management

This Powershell script is designed to remove updates solution from their log analytics workspace linked to the automation account and disables update schedules.

Language: PowerShell - Size: 10.7 KB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 0 - Forks: 0

mortenlerudjordet/Update-PSGalleryModulesInAA

This Azure Automation Runbook imports the latest version of installed modules in Automation Account from PowerShell Gallery.

Language: PowerShell - Size: 65.4 KB - Last synced: 24 days ago - Pushed: 24 days ago - Stars: 0 - Forks: 0

mortenlerudjordet/Import-PSGalleryModulesToAA

This Azure Automation Runbook imports a module and all of it's dependencies into AA from PowerShell Gallery.

Language: PowerShell - Size: 35.2 KB - Last synced: 24 days ago - Pushed: 24 days ago - Stars: 0 - Forks: 0

azureautomation/Restore-Runbook

Language: PowerShell - Size: 8.79 KB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 0 - Forks: 0

karthikvenkat17/SAP-on-Azure-AppServers-Avzone-Failover

Language: PowerShell - Size: 469 KB - Last synced: 28 days ago - Pushed: over 2 years ago - Stars: 2 - Forks: 3

jugi92/manage_fabric_capacity_python_runbook

Start/Stop Suspend/Resume and Scale Microsoft Fabric Capacities with Managed Identity Python Runbook

Language: Python - Size: 1.48 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

diecknet/Simple-Azure-VM-Start-Stop

Simple PowerShell Script to Start or Stop an Azure Virtual Machine using Azure Automation with a Managed Identity. Uses the new ("Az") Azure PowerShell module.

Language: PowerShell - Size: 42 KB - Last synced: about 1 month ago - Pushed: 2 months ago - Stars: 5 - Forks: 9

azureautomation/writes-a-message-to-the-event-log

This runbook is responsible for writing log entries into event log. This is quite a common requirment and there are specific steps that needs to be performed for writing to event log. THe Event log should exists. THe event source should also exists. This runbook does not crea

Language: PowerShell - Size: 4.88 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/vhd-to-managed-disk-migration-across-subscriptions-azure-function

This function can be used to create managed disks from an Azure Virtual Machine or a collection of Virtual Machines that is backed by legacy Vhd disks/blobs.The Vhd disks are retained after creation, and can be removed manually.The function has also been updated to perform cross

Language: PowerShell - Size: 6.84 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/watcher-runbook-that-looks-for-new-files-in-a-directory

Watcher runbook that looks for new files in a directory and triggers an action runbook to process the files. This is a sample to show how to create and use watcher tasks in an Automation account.It requires that a variable called "Watch-NewFileTimestamp" be created first.

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/windows-azure-s2s-vpn-with-dynamic-public-ip

When you configure your Azure S2S VPN network, you will have to specify your ISP Internet public IP. If your ISP provides you a public IP that is changing every x days, you will have to update public IP manually into Azure Web Interface. Lat automate this with PowerShell.

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

azureautomation/virtual-machine-scheduled-scaling

Resizing a specific Resource Group Azure VM according to a schedule using Azure Automation. Autoscaling based on a schedule allows you to scale your solution according to predictable resource demand.

Language: PowerShell - Size: 4.88 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/watcher-action-that-processes-events-triggerd-by-a-watcher-runbook

This sample automation runbook is designed to be used in a watcher task that takes action on data passed in from a watcher runbook. It is required to have a parameter called $EVENTDATA in watcher action runbooks to receive information from the watcher runbook.

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/use-azure-scheduler-to-call-an-automation-runbook

This runbook configures a new or existing Azure Scheduler job that calls an Automation runbook. Please read http://azure.microsoft.com/blog/2015/01/27/scheduling-azure-automation-runbooks-with-azure-scheduler for details on using this runbook.

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/view-azure-alert-data

Use this Graphical PowerShell runbook to test Azure alerts. This runbook is designed to be called from an Azure alert via a webhook. The alert data is passed in the runbook input parameter WebhookData. This runbook parses that data and outputs the individual alert properties.

Size: 15.6 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/uploading-custom-vhd-in-azure-using-powershell

PowerShell script below will allow you to upload your custom VHD to Azure Subscription.

Language: PowerShell - Size: 9.77 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/utility-runbook-to-control-monitor-runbooks-to-run-at-specific-intervals

This runbook is designed to run on scheduled intervals and resume any monitor runbooks that have a specific tag. Please refer to http://azure.microsoft.com/blog/2014/11/17/monitoring-azure-services-and-external-systems-with-azure-automation for additional details.

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/upload-vhd-on-azure

This Script was created to upload VHD on Azure using Powershell. Simply edit the PS1 file based on the comments in the file to match your environment and you will have a simple way of uploading VHD on Azure.

Language: PowerShell - Size: 9.77 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/vm-dependency-resolution-supported-parallel-shutdownstart--azure-ps-run-book-

This PowerShell workflow based Azure run book can be deployed to azure automation in order to support scheduled RM VM shutdown/start in parallel, it also supports VM dependency resolution using simple PS hash table object.

Language: PowerShell - Size: 5.86 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/validate-move-resources-powershell-azure-api-wrapper

Very powerfull Powershell function which is meant to levearage the Azure API in order to send the query to the backend Azure Resource Manager(ARM) with the specifically constructed JSON body, which contains all resource IDs from the source resource group and the target resource

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/using-runbook-parameters-in-azure-automation

This runbook illustrates how to use input parameters in runbooks.

Language: PowerShell - Size: 9.77 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/vertically-scale-up-an-azure-resource-manager-vm-with-azure-automation

This Azure Automation runbook can help you vertically scale up an Azure Resource Manager VM. This runbook can run from an Azure alert or by itself. This is intended to run only in Azure Automation service. An Azure Automation account with the "Run as" feature is required.

Language: PowerShell - Size: 16.6 KB - Last synced: 2 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 1

azureautomation/update-sharepoint-list-item--workflow-

Purpose:Update a Sharepoint item using Tao Yangs SharePointSDK Module This script uses an connection asset to connect called "SharePoint Online Connection".You need to create this connection after importing the SharePointDK Module.Get the module here: https://www.powershellgaller

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/use-an-azure-vm-to-manage-onpremises-systems

This runbook uses an Azure VM as a management node which will invoke commands on other computers in its network. Combined with an Azure Virtual Network using a site-to-site VPN, this can enable management of on-premises nodes from Azure Automation.

Language: PowerShell - Size: 7.81 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/upload-content-files-from-asp.net-application-to-azure-blobs

Windows Azure Scripting Center |Get Started with Windows Azure PowerShell |Windows Azure Data Management ScriptsDescriptionUploads files from an ASP.NET application project folder (Scripts\ and Content\) into an Azure storage container. If the storage container doesn't exis

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/update-iis-web-tier-script-for-asr-recovery-plan

After Failover of data and web tier in IIS workload, this runbook runs powershell script which updates Site Bindings on IIS server and Wbb farms on ARR.    This runbook requires  Push-AzureVMCommand runbook to be imported from gallery in azure automation account.    Download IIS

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/upgrade-a-windows-azure-sql-database-to-premium-and-configure-reservation-size

Script will walk you through checking if your database has been granted Permium database quota. Followed by how to upgrade reservations on a database to premium.**Note:** Premium database quota must be requested for your server via the Windows Azure Management Portal

Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/update-management-run-script-with-run-command

This script is intended to be run as a part of Update Management Pre/Post scripts.It will run a script locally on an Azure VM using the Run Command functionality. It requires the module "ThreadJob" from the PowerShell Gallery.

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: about 1 year ago - Stars: 1 - Forks: 3

azureautomation/update-sql-always-on-listener-ip-in-windows-azure

The SQL Server Always On Listener uses the IP Address of the Cloud Service for virtualized connectivity. This script updates the listener if the cloud service IP address has changed.

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/updateazurevmsize

This workflow can be used to asynchronously modify the instance size of multiple Azure VMs. This workflow can also be packaged as a portable module for use with Windows Azure Pack Service Management Automation.

Size: 7.81 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/update-management-turn-off-vms

This is an example script for Update Management pre/post actions. It stops VMs which were started to install updates. It must be used in conjunction with UpdateManagement-TurnOnVMs. It requires the module "ThreadJobs"

Language: PowerShell - Size: 14.6 KB - Last synced: 2 months ago - Pushed: 12 months ago - Stars: 2 - Forks: 4

azureautomation/update-sharepoint-list-item--script-

Purpose:Update a Sharepoint item using Tao Yangs SharePointSDK Module This script uses an connection asset to connect called "SharePoint Online Connection".You need to create this connection after importing the SharePointDK Module.Get the module here: https://www.powershellgaller

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/uninstall-custom-script-extension-in-azure-vm

This runbook uninstalls the custom script extension from the Azure VMs brought up by ASR (Azure Site Recovery) failover. This runbook is to be used in the context of ASR recovery plans for workloads hosted on StorSimple devices.

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/truncate-table-in-sql-db-if-db-is-approaching-max-size

This Azure Automation runbook provides an example of how Azure Automation can be used to execute SQL Agent jobs in the cloud. This example demonstrates how to truncate a table if one or more database approach their maximum size.

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/trace-the-azurerm-virtual-machine-dsc-extension-remotely

This function is useful to trace the Azure DSC extension, especially in push mode.# Show all statuses, including Meta PushesTrace-AzureRMDSCExtension -ResourceGroup AZE2-ADF-RG-D06 -VMName AZE2-ADF-D6-vmAD02  -StatusView 3# Just show the DSC for the main configurationTrace-AzureR

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/update-azure-s2s-vpn-secret-rras

This script will find the Site to Site VPN secret and then update it in RRAS.If you subscription expires or you use up too much credit then you need to recreate the Gateway and VPN, so you also need to update the secret.This script might also be useful along side the Update-Azure

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

azureautomation/update-iis-site-binding-script-for-asr-recovery-plan

Gets all websites hosted on given IIS server. If Bindings of site are IPAddress specific, script replaces old IPAddress binding with new IPAddress of VM. If Bindings of site are generic, script does not replace it.Online peer support For online peer support, join The Officia

Language: PowerShell - Size: 9.77 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/troubleshooting-utility-for-azure-automation-update-management-agent

This python script is a troubleshooting tool for assessing the health of the Azure Automation Update Management agent on Linux machines.  It checks several aspects that affect the health of the agent. You can read more details in this document: https://docs.microsoft.com/azure/au

Language: Python - Size: 9.77 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/update-iis-connection-string-script-for-asr-recovery-plan

Gets all websites on given IIS server and updates their connectionString in web.config to point to new Microsoft SQL server. This script should be used in conjuction with IISDataTierUpdate.ps1 runbook. Online peer support For online peer support, join The Official Scripting

Language: PowerShell - Size: 9.77 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/ultimate-create-web-site--sql-db-and-storage-with-build-in-diagnostics

This sample is a modified version of New-AzureWebsitewithDB.ps1 with built in testing. Pass in -testScript "TEST", and the script creates a random string, and uses that string to create all the resources (SQL DB, Web site, Storage) then deletes them at the end. You can use

Language: PowerShell - Size: 13.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/update-az.-modules

Very powerful Powershell function which is made to download set of Az.* modules from Powershell gallery, compress them, upload to temporary blob storage on the Azure and then import them to target automation account.Linear cleanup is following the logic, so everything that is dow

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

azureautomation/update-azure-site-2-site-vpn-remote-ip-address

Update Azure Site 2 Site VPN Remote IP AddressThis Script will Download the current Virtual Network Configuration from Azure.(You must first have connected to your Azure Subscription).Then it will look up your current Gateway IP Address and detect if there has been any change com

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

azureautomation/trigger-azure-policy-evaluation-in-powershell

Trigger Azure Policy Evaluation in PowerShellhttps://docs.microsoft.com/en-us/rest/api/policy-insights/policystates/triggersubscriptionevaluationPolicy States - Trigger Subscription Evaluation (Azure Policy Insights)Triggers a policy evaluation scan for all the reso

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/turn-on-logging---metrics-for-windows-azure-storage-accounts-in-a-subscription

Sets storage logging and metrics settings on storage accounts in the current subscription. Settings can be enable or disabled.**Note:** This script requires an Azure Storage Account to run. The storage account can be specified by setting the subscription configuration.

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/this-sample-automation-runbook-onboards-an-azure-vm-to-update-or-change-tracking

This sample automation runbook onboards an Azure VM for either the Update or ChangeTracking (which includes Inventory) solution. It requires an existing Azure VM to already be onboarded to the solution.

Language: PowerShell - Size: 5.86 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/transition-azure-automation-schedules-from-one-runbook-to-another

SYNOPSIS This script transitions all Azure Automation Runbook schedules from one Runbook to anotherDESCRIPTIONYou've gone to great lengths to create all the schedules, linked to your current Runbook, and set all the parameters as required for each schedule.Now you've cr

Language: PowerShell - Size: 4.88 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/template-deployment-through-a-powershell-workflow-runbook

Deploys a template and parameter file against a resource group. It can be used to automate deployments that may occur more than once. This Workflow assumes the ARM template and parameter file are stored in an online repo. If using a storage account for your templates, make sure t

Language: PowerShell - Size: 9.77 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/test-web-app-ssl-validity

Since on Microsoft Azure Cloud platform testing of Web App SSL validity as a check is still not available out of the box, I came up with this simple function which is reporting the validity of the Web App certificate. Function will fetch all SSL certificates, make sure they're

Language: PowerShell - Size: 9.77 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/this-runbook-would-uninstall-windows-roles-and-features-on-any-azure-vm

This runbook uninstalls a windows role/feature on a virtual machine. These features are typically installed using server manager. The festure will be uninstalled and if the feature demands a reboot, the virtual machine will reboot automatically.

Language: PowerShell - Size: 3.91 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/this-runbook-would-install-windows-roles-and-features-on-any-azure-vm

This runbooks installs a Windows feature on a virtual machine. These features are typically installed using server manager. The feature would be installed and if the feature demands a reboot, the virtual machine will reboot automatically.

Language: PowerShell - Size: 3.91 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

azureautomation/stopvms--arm-

Stops all the Azure VMs in a specific Azure Resource Group. This simple runbook stops all of the virtual machines in the specified Azure Resource Group. It is particularly useful for CSP (Cloud Solution Provider) customers, or users who have multiple subscriptions/tenants.

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/sync-azure-remoteapp-collection-membership

This Azure Automation runbook will add and remove members from an Azure Active Directory to a Hybrid Azure RemoteApp collection. With this runbook you get an automated sync solution between an AD Group and an Azure RemoteApp collection.

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/tag-based-vm-automatic-startup-and-shutdown-with-dependency-rules

This script can be used as Azure Runbook (scheduled / on demand) to stop/start VMs. It uses tags in an intelligent way to automate this.You'll give your VMs a startup and shutdown tag in hh:mm format, which defines the window in which the VM should be running.Optionally, you can

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

azureautomation/sync-runbooks-from-visual-studio-git-repository-to-azure-automation-account

This runbook syncs all runbooks from a Visual Studio online (VSO) git repository to an Azure Automation Account.

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/sync-azure-keyvault-secrets-and-certificates-between-vaults

If you have a keyvault in your primary region and a secondary region, you may have a reason to sync up Keyvaults.Possibly you need to sync a keyault from a primary Vault to a secondary Vault for Dev or Testing.This script synchronizes secrets/keys based on the last modified time.

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stopvms-based-on-priority-tag

This runbook stops all of the virtual machines in the specified Azure Resource Group, in order, based on the value of the Priority tag.It is particularly useful for CSP (Cloud Solution Provider) customers, or users who have multiple subscriptions/tenants.

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/suspend_resume_pbiembedded-by-single-resource

This script suspends/Resume the PowerBI  Embedded Capacity in Azure by a given PBE resource name.Pre-Requisites Install AzureRM.PowerBIEmbedded moduleYou have to create your automation account as Run As Account feature, sine this script uses AzureRunAsConnection for authentic

Language: PowerShell - Size: 7.81 KB - Last synced: 2 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 2

azureautomation/sync--component-build--files-to-azure-file-share--updated-july-2019-

This script does the following:1) Connects to an Azure Storage Account, using a Service Principal or User account that is currently logged in2) Using a local Directory it will look at that directory, then will check the Files and Directories in a specified component build directo

Language: PowerShell - Size: 4.88 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stopstartvmss-vm-scalesets-

This PowerShell Workflow runbook connects to Azure using an Automation Run As account and Starts/Stops all VMScalesets (VMSS) in a resource group in-parallel. You can attach a recurring schedule to this runbook to run it at a specific time.

Language: PowerShell - Size: 6.84 KB - Last synced: 2 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 2

azureautomation/suspend-or-pause-azure-sql-data-warehouse

Suspend / Pause Azure SQL Data WarehouseThis is a simple runbook that will allow you to see if there are queries currently running on your Azure SQL Data Warehouse before you Suspend/Pause the service.Why you want to see if Queries are RunningIt is common that a team will work on

Language: PowerShell - Size: 3.91 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-v2-vms-and-vm-scales-sets-by-tag--graphical-

DESCRIPTIONThis Graphical PowerShell runbook connects to Azure and stops all V2 VMs in an Azure subscription and resource group where a VM or VM Scale Set contains a User Defined Tag Name and Value. You can attach a recurring schedule to this runbook to run it at a specific time.

Size: 76.2 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-azure-vms-in-a-subscription-using-python-from-azure-automation

Stops Azure resource manager virtual machines in a subscription.This Azure Automation runbook runs on Azure to stop (deallocate) Azure vms in a subscription.If no arguments are specified, then all VMs that are currently started are stopped.

Language: Python - Size: 3.91 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-or-start-all-webapps-in-your-resource-groups--new-azurerm-

This Powershell runbook will start/stop all the APP Services in a resource group.

Language: PowerShell - Size: 3.91 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-windows-azure-virtual-machines-on-a-schedule

Demonstrates stopping a single Virtual Machine or set of Virtual Machines (using a wildcard pattern) within a Cloud Service. It does this by creating scheduled tasks to stop the Virtual Machine(s) on a schedule at the time specified.

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-or-start-all-webapps--websites--in-your-subscription

Stop-Start-All-WebApps: is a simple PowerShell workflow runbook that will help you automate the process of stopping or starting every single WebApp (Website) in your subscription.The Stop-Start-All-WebApps receives two required (mandatory) parameters: Stop and CredentialAssetName

Language: PowerShell - Size: 3.91 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-azure-vm-with-orgid-auth

This script allows you to stop an AzureVM. It uses OrgID auth instead of a self signed certificate from your VM (Which was apparently the old way of doing this)This script is not dependent on any other custom power shell scripts.

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-azure-vms-in-the-order-you-want-using-tiers

This runbook stops all VM's in a subscription and allows you to specify the preferred order to stop Azure Virtual Machines.This script uses either certificate-based authentication to connect to Azure, which could be considered "depricated",using the $AzureConnectionName par

Language: PowerShell - Size: 5.86 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-azure-virtual-machine-using-azure-automation-runbook

Demonstrates stopping all Microsoft Azure Virtual Machine in a specific Azure subscription. The script could be associated with the new Azure Automation Scheduler to stop Virtual Machines at specific time. Great for developers for saving on Azure Compute, if they forget to shut

Language: PowerShell - Size: 9.77 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

azureautomation/stop-azure-classic-vms-001

This Graphical PowerShell Workflow runbook gets all of your Azure VMs or just the VMs in a service and then stops the ones that are started. You can import and use this runbook in the Azure portal.

Size: 28.3 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-azure-classic-vms-using-azure-automation

Stops one or more Azure Classic VMs. Can be hooked up to a schedule to stop VMs continually at certain times of day.

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-all-virtual-machines-in-a-subscription--not-deallocated-included-

Stop Azure resource manager virtual machines in a subscription. An Azure Automation RunAs account is required for this runbook.

Language: Python - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-azure-resource-group-deployment-function

This script stops an RG deployment . .  It is the stop script that goes along with this: https://gallery.technet.microsoft.com/scriptcenter/Azure-Resource-Group-6ee2c700 Stop-AzureRMDeploy -DP D1This will provide an out-gridview pop up to select the deployments that you wan

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-all-vms-in-specified-azure-resource-group

SYNOPSIS        This PowerShell Workflow script, intended to run in an Azure Automation runbook, stops all the Azure VMs in a specific Azure Resource Group.DESCRIPTIONThis sample runbooks stops all of the virtual machines in the specified Azure Resource Group. For more informatio

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

azureautomation/stop-azure-v2-vms-001

This PowerShell runbook connects to Azure and stops all VMs in an Azure subscription or cloud service. You can attach a schedule to this runbook to run it at a specific time.

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

azureautomation/stop-all-vms--except-certain-names--and-retry-a-max.-number-on-errors

This runbook will connect to an Azure subscription and switch all Virtual Machines to a Stopped (Deallocated) State but can skip any machine with a certain name. It uses a do-loop, in combination with a try-catch to retry a maximum number of 30 times in case of an error.

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-azure-classic-vms

This PowerShell Workflow runbook connects to Azure and stops all classic VMs in an Azure subscription or cloud service. You can attach a schedule to this runbook to run it at a specific time.

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop-azure-v2-vms

This Graphical PowerShell runbook connects to Azure using an Automation Run As account and stops all V2 VMs in an Azure subscription or in a resource group or a single named V2 VM. You can attach a recurring schedule to this runbook to run it at a specific time.

Size: 129 KB - Last synced: 2 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 3

azureautomation/stop-aws-ec2-vms

Stops one or more AWS EC2 VMs. Can be hooked up to a schedule to stop VMs continually at certain times of day.

Language: PowerShell - Size: 2.93 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/status-of-all-the-backup-jobs-in-azure--arm---recovery-services

This script fetches all the Recovery services vaults in all the subscription and provides status of all the jobs in vaults.

Language: PowerShell - Size: 3.91 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/starts-virutal-machines-in-a-subscription-using-python-from-azure-automation

Starts Azure resource manager virtual machines in a subscription. An Azure Automation RunAs account is required for this runbook.This Azure Automation runbook runs on Azure to start Azure vms in a subscription.

Language: Python - Size: 3.91 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

azureautomation/startvms--arm-

Starts all the Azure VMs in a specific Azure Resource Group. This simple runbook starts all of the virtual machines in the specified Azure Resource Group. It is particularly useful for CSP (Cloud Solution Provider) customers, or users who have multiple subscriptions/tenants.

Language: PowerShell - Size: 12.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/stop--start-all-or-only-tagged-azure-vms

This PowerShell Runbook (compatible with PowerShell Core) connects to Azure using an Automation Run As account, retrieves the power status of VMs and turns off / on in sequence those that are turned on / off. You can attach a recurring schedule to this runbook to run it at a spec

Language: PowerShell - Size: 18.6 KB - Last synced: 2 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 2

azureautomation/start-v2-vms-and-vm-scales-sets-by-tag--graphical-

DESCRIPTIONThis Graphical PowerShell runbook connects to Azure and starts all V2 VMs in an Azure subscription and resource group where a VM or VM Scale Set contains a User Defined Tag Name and Value. You can attach a recurring schedule to this runbook to run it at a specific ti

Size: 79.1 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/start-azure-virtual-machine-using-azure-automation-runbook

Demonstrates starting all Microsoft Azure Virtual Machine in a specific Azure subscription by starting with the Microsoft Active Directory Domain Controllers. The script could be associated with the new Azure Automation Scheduler to start the Virtual Machines at specific time

Language: PowerShell - Size: 114 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/start-windows-azure-virtual-machines-on-a-schedule

Demonstrates starting a single Virtual Machine or set of Virtual Machines (using a wildcard pattern) within a Cloud Service. It does this by creating scheduled tasks to start the Virtual Machine(s) on a schedule at the time specified.

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/start-azure-v2-vms-001

This PowerShell script runbook connects to Azure and starts all VMs in an Azure subscription or cloud service. You can attach a schedule to this runbook to run it at a specific time.

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/start-azure-vms-in-order-or-stop-in-reverse-order

Start Azure VMs in order or stop them in reverse order.  The script requires two parameters:  action and JSONConfigFile.  The action is start, stop, or test.  The JSONConfigFile is the URL link to the JSON configuration file.

Language: PowerShell - Size: 7.81 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

azureautomation/start-azure-classic-vms-001

This Graphical PowerShell Workflow runbook gets all of your Azure VMs or just the VMs in a service and then starts the ones that are stopped. You can import and use this runbook in the Azure Portal.

Size: 27.3 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/start-azure-automation-child-runbook

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.

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/start-azure-v2-vms

This Graphical PowerShell runbook connects to Azure using an Automation Run As account and starts all V2 VMs in an Azure subscription or in a resource group or a single named V2 VM. You can attach a recurring schedule to this runbook to run it at a specific time. The asso

Size: 127 KB - Last synced: 2 months ago - Pushed: 8 months ago - Stars: 3 - Forks: 10

azureautomation/standard-storage-azure-vm-preconfigured-for-max-storage-performance

This script sample demonstrates how to utilize Azure PowerShell to deploy a Windows based virtual machine from the Azure image gallery and configure Storage Spaces to get the highest storage performance currently available.

Language: PowerShell - Size: 16.6 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/start-storsimple-virtual-appliance

This runbook starts the StorSimple virtual appliance in case it is in shut down state. This script is to be used in the context of ASR (Azure Site Recovery) recovery plan for workloads hosted on StorSimple devices.

Language: PowerShell - Size: 11.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/sql-azure-firewall-management

Script will walk you through adding or replacing firewalls for SQL databases within Subscriptions. By default, the script enumerate subscriptions , servers, and databases unless specified otherwise.

Language: PowerShell - Size: 3.91 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

azureautomation/start-azure-classic-vms

This PowerShell Workflow runbook connects to Azure and starts all classic VMs in an Azure subscription or cloud service.  You can attach a schedule to this runbook to run it at a specific time.

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/start--stop-azure-classic-virtual-machines--runbook--azure-automation-

Intended to be used as a Runbook within Azure automation.As part of the Automation account used to run the Runbook you'll need to create a variable for AzureSubscriptionId (this is your azure subscription ID), and a credential called AzureCredential (this needs to be an account w

Language: PowerShell - Size: 4.88 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/sql-job-for-azure-sql-database-with-logging-to-application-insights

This runbook is designed to replicate the "SQL Server Agent job" functionality of a SQL Server in Azure SQL and log the results to Application Insights

Language: PowerShell - Size: 4.88 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/start-all-vms-in-specified-azure-resource-group

This sample runbooks starts all of the virtual machines in the specified Azure Resource Group. For more information about how this runbook authenticates to your Azure subscription, see the Microsoft documentation here: http://aka.ms/fxu3mn.

Language: PowerShell - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

azureautomation/start-azure--az--vms-via-tags-in-order-across-many-subscriptionresource-groups

Quick hack to start VM of many Azure Subscription and Resource groups via script in certain order (define by tags)I use in AZ automation account runbook with schedule to start every morning.Please feel free to add logging/more logic.To Stop, I use it with Auto-Shutdown feature of

Language: PowerShell - Size: 3.91 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

azureautomation/start-all-virtual-machines-in-a-subscription--with-days-exclusion-

Start Azure All RM virtual machines in a subscription (with days exclusion). An Azure Automation RunAs account is required for this runbook.

Language: Python - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0