Skip to content

Commit

Permalink
Changed Description - Important-Note for variables
Browse files Browse the repository at this point in the history
  • Loading branch information
M365-Consultant committed Sep 25, 2023
1 parent 1b56cdc commit df4d1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runbook-dynamicgroup-mfa.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
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.e).
IMPORTANT: Define the variables for the two necessary groups in the Automation Variables as "dynamicmfa_groupid_capable" and "dynamicmfa_groupid_noncapable", or hardcode them in this script.
The managed identity requires the following Graph Permissions:
- User.Read.All
- Group.Read.All
Expand All @@ -29,8 +31,6 @@
- Microsoft.Graph.Identity.SignIns
- Microsoft.Graph.Users
!!! Important: Define the variables for the two necessary groups in the Automation Variables as "dynamicmfa_groupid_capable" and "dynamicmfa_groupid_noncapable", or hardcode them in this script. !!!
#>


Expand Down

0 comments on commit df4d1c5

Please sign in to comment.