Skip to content

Commit df4d1c5

Browse files
Changed Description - Important-Note for variables
1 parent 1b56cdc commit df4d1c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runbook-dynamicgroup-mfa.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
This script is designed for an Azure Runbook to assign users to two Azure AD groups based on their MFA capability (capable / non-capable).
1818
Before running the runbook, you need to set up an automation account with a managed identity.e).
1919
20+
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.
21+
2022
The managed identity requires the following Graph Permissions:
2123
- User.Read.All
2224
- Group.Read.All
@@ -29,8 +31,6 @@
2931
- Microsoft.Graph.Identity.SignIns
3032
- Microsoft.Graph.Users
3133
32-
!!! 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. !!!
33-
3434
#>
3535

3636

0 commit comments

Comments
 (0)