Filter By
Displaying results 1 - 20 of 74 (Page 1 of 4)
|
By:
|
2,205 downloads
|
Last Updated: 7/21/2023
|
Latest Version: 0.6.6
Tedon Scriptbook Module |
|
By:
|
2,303 downloads
|
Last Updated: 10/27/2025
|
Latest Version: 1.0.12
Various Azure related functions focused on authentication etc. More details at https://doitpshway.com/series/azure. Some of the interesting functions: - Connect-AzAccount2 - proxy function for Connect-AzAccount, but supports reusing the existing session - Connect-PnPOnline2 - proxy function for Connect-PnPOnline with some enhancements like: auto... More info |
|
By:
|
1,461 downloads
|
Last Updated: 5/9/2025
|
Latest Version: 1.0.14
Various Azure related functions focused on resources. More details at https://doitpshway.com/series/azure. Some of the interesting functions: - Export-VariableToStorage - save PowerShell variable as XML file in Azure Blob storage - Get-AzureResource - return resources for all or just selected Azure subscription(s) - Get-AutomationVariable2 - ge... More info |
|
By:
|
438 downloads
|
Last Updated: 9/18/2019
|
Latest Version: 0.3.0
Use this module to work with Azure Automation Accounts. |
|
By:
|
538 downloads
|
Last Updated: 10/12/2023
|
Latest Version: 0.4
Azure Runbook - Dynamic Group - MFA State This script is designed for an Azure Runbook to assign users to two Azure AD groups based on their MFA capability (capable / non-capable). Before running the runbook, you need to set up an automation account with a managed identity. The managed identity requires the following Graph Permissions: - User.... More info |
|
By:
|
305 downloads
|
Last Updated: 4/19/2021
|
Latest Version: 1.6
This Azure Automation runbook installs the Az Modules selected into an Azure Automation account with the Module versions published to the PowerShell Gallery. Prerequisite: an Azure Automation account with an Azure Run As account credential. |
|
By:
|
342 downloads
|
Last Updated: 10/11/2016
|
Latest Version: 1.0
Finds the amount in seconds that each published runbook ran over a period of time. It returns a hashtable of the runbook name and job time in seconds. This runbook must be run from the Azure Automation Service. |
|
By:
|
493 downloads
|
Last Updated: 4/11/2022
|
Latest Version: 3.9.0
This Azure Automation runbook automates the scheduled shutdown and startup of virtual machines in an Azure subscription, based on tags on each machine. |
|
By:
|
400 downloads
|
Last Updated: 2/2/2017
|
Latest Version: 0.2.0
This is a PowerShell runbook script. This runbook backup your SQL Azure database into an Azure storage account. This runbook can be scheduled through Azure to maintain your backup up to date daily/monthly/yearly. This runbook requires the "Azure", "AzureRM​.Profile", "AzureRM​.Sql" and "AzureRM.Resources" modules which are present by default i... More info |
|
By:
|
358 downloads
|
Last Updated: 3/19/2025
|
Latest Version: 1.0.3
Various Azure related functions. More details at https://doitpshway.com/series/azure. Some of the interesting functions: - Get-AzureAuditAggregatedSignInEvent - gets aggregated types of Azure sign-in logs: User sign-ins (non-interactive), Service principal sign-ins, Managed identity sign-ins - Get-AzureAuditSignInEvent - proxy function for Get-M... More info |
|
By:
|
357 downloads
|
Last Updated: 9/20/2016
|
Latest Version: 1.0
This runbook connects to Azure and removes resource groups with names that have substrings that match the name filter. All of the resources in each resource group are also removed. An important option is to run in preview mode to see which resource groups and resources will be removed without actually removing them. The Azure subscription that is a... More info |
|
By:
|
541 downloads
|
Last Updated: 6/9/2021
|
Latest Version: 1.1.1
Azure AD Application Credential Watcher (for Azure Automation) : Retrieve all Azure AD application credentials (secrets and certificates) and send a mail report via Office 365 mail account for <expire soon> and <expired> credentials statuses. |
|
By:
|
196 downloads
|
Last Updated: 8/30/2022
|
Latest Version: 0.0.7
Azure Automation Runbook Script to stop an SAP system. |
|
By:
|
179 downloads
|
Last Updated: 5/19/2024
|
Latest Version: 1.0.2
Various Azure related functions focused on user accounts. More details at https://doitpsway.com/series/azure. Some of the interesting functions: - Get-AzureAuthenticatorLastUsedDate - Get-AzureCompletedMFAPrompt - Get-AzureSkuAssignment - ... |
|
By:
|
195 downloads
|
Last Updated: 5/19/2024
|
Latest Version: 1.0.2
Various Azure related functions focused on group accounts. More details at https://doitpsway.com/series/azure. Some of the interesting functions: - Get-AzureGroupMemberRecursive - gets group members rerursive, supports various filtering options like skip disabled accounts etc - Get-AzureGroupSettings - official Get-MgGroup -Property Settings doe... More info |
|
By:
|
159 downloads
|
Last Updated: 5/19/2024
|
Latest Version: 1.0.1
Various Azure related functions focused on device accounts. More details at https://doitpsway.com/series/azure. Some of the interesting functions: - Get-AzureDeviceWithoutBitlockerKey - Get-BitlockerEscrowStatusForAzureADDevices - Set-AzureDeviceExtensionAttribute - ... |
|
By:
|
158 downloads
|
Last Updated: 5/19/2024
|
Latest Version: 1.0.1
Various Azure related functions focused on roles. More details at https://doitpsway.com/series/azure. Some of the interesting functions: - Get-AzureRoleAssignments - Remove-AzureUserMemberOfDirectoryRole - ... |
|
By:
|
144 downloads
|
Last Updated: 8/14/2023
|
Latest Version: 1.0.6
Azure Automation Workflow Runbook Script to stop or start all Virtual Machines in the current subscription or in a specific Resource Group. Useful for dev and test environments. Written to be used as either a scheduled job at the close of business or ad hoc when VMs are finished with for the moment. If the VM is tagged with ShutdownPolicy = Exclude... More info |
|
By:
|
112 downloads
|
Last Updated: 12/29/2024
|
Latest Version: 0.0.5
This module allows for sending email via Graph - it is intended to be used in an Azure Runbook using a managed identity. |