M365-consultant
By:
|
510 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:
|
53 downloads
|
Last Updated: 8/21/2024
|
Latest Version: 0.1.0-alpha
This module helps you set up an Azure Automation Account. |
By:
|
31 downloads
|
Last Updated: 5/21/2024
|
Latest Version: 1.0.1
This function can be used for sending e-mails over Microsoft Graph. It is using the Microsoft.Graph module with the cmdlet Send-MgUserMail to send e-mails over Microsoft Exchange Online. It could be used within a script or a Azure Automation Runbook. There are multiple parameters available to customize the mail. The sender, recipient, CC, BCC, subj... More info |
By:
|
27 downloads
|
Last Updated: 3/14/2024
|
Latest Version: 0.0.3-alpha
The `Get-ConditionalAccessNamedIP` function retrieves IP addresses from named locations in Conditional Access policies. You can filter the results based on whether the location is trusted or untrusted. Get-ConditionalAccessNamedIP -IsTrusted # Retrieves IP addresses from trusted named locations. |