Git Product home page Git Product logo

Azure Automation's Projects

test-web-app-ssl-validity icon 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

trace-the-azurerm-virtual-machine-dsc-extension-remotely icon 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

transition-azure-automation-schedules-from-one-runbook-to-another icon 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

trigger-azure-policy-evaluation-in-powershell icon 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

troubleshooting-utility-for-azure-automation-update-management-agent icon 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

truncate-table-in-sql-db-if-db-is-approaching-max-size icon 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.

uninstall-custom-script-extension-in-azure-vm icon 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.

update-az.-modules icon 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

update-azure-s2s-vpn-secret-rras icon 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

update-azure-site-2-site-vpn-remote-ip-address icon 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

update-iis-connection-string-script-for-asr-recovery-plan icon 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

update-iis-site-binding-script-for-asr-recovery-plan icon 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

update-iis-web-tier-script-for-asr-recovery-plan icon 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

update-management-run-script-locally icon update-management-run-script-locally

This script is intended to be run as a part of Update Management Pre/Post scripts. This script will run an Azure Automation runbook via a hybrid worker, allowing for local execution of a script. It requires a System Managed Identity and a hybrid worker configured on the machine.

update-management-run-script-with-run-command icon 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.

update-management-turn-off-vms icon 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"

update-management-turn-on-vms icon update-management-turn-on-vms

This is an example script for Update Management pre/post actions. It requires the ThreadJobs module. starts VMs which aren't currently running to install updates. It can be used in conjunction with UpdateManagement-TurnOffVMs to turn off the machines which were started.

update-sharepoint-list-item--script- icon 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

update-sharepoint-list-item--workflow- icon 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

updateazurevmsize icon 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.

upload-content-files-from-asp.net-application-to-azure-blobs icon 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.