This solution is designed for an Azure Runbook to assign users to two Entra ID (AzureAD) groups based on their MFA capability (capable / non-capable).
-
Updated
Oct 12, 2023 - PowerShell
This solution is designed for an Azure Runbook to assign users to two Entra ID (AzureAD) groups based on their MFA capability (capable / non-capable).
Reindex Azure SQL Workflow for MS support check
Azure Automation Runbook to start or stop a VM by tag
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.Please read the runbook for additional information.
This script will check for any NSG inbound rule with source as allow all, and port *,22 or 3389. Then it will change the access to deny.
Azure automation runbook that can be used to scale Azure Sql Database. This is an up date version that uses managed identity instead of RunAs connection. For the initial version please check https://www.mssqltips.com/sqlservertip/6554/auto-scaling-azure-sql-db-using-automation-runbooks
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
This Azure Automation runbook provides a very simple "Hello World" example of using a runbook.This Azure Automation runbook provides a very simple "Hello World" example of using a runbook.This Azure Automation runbook provides a very simple "Hello World" example of using a runbook.This Azure Automation runbook provides a very simple "Hello World…
Azure Automation Runbook to start or stop a VM by name
Tool to be used with Runbooks to reindex azure SQL tables when it's needed
Azure RM Module is deprecating soon, I made new version that using AZ Module.
Add a description, image, and links to the powershellworkflow topic page so that developers can more easily learn about it.
To associate your repository with the powershellworkflow topic, visit your repo's landing page and select "manage topics."