Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar authored Jun 24, 2024
2 parents 7db2b05 + 784d666 commit 66caa1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cache_SAMSetup/SAMManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
{ "id": "1bfefb4e-e0b5-418b-a88f-73c46d2cc8e9", "type": "Role" },
{ "id": "e67e6727-c080-415e-b521-e3f35d5248e9", "type": "Scope" },
{ "id": "b6890674-9dd5-4e42-bb15-5af07f541ae1", "type": "Role" }

]
},
{
Expand Down
4 changes: 3 additions & 1 deletion Modules/CIPPCore/Public/Set-CIPPPerUserMFA.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ function Set-CIPPPerUserMFA {
}
}
}
$Requests = New-GraphBulkRequest -tenantid $tenantfilter -scope 'https://graph.microsoft.com/.default' -Requests @($Requests)

$Requests = New-GraphBulkRequest -tenantid $tenantfilter -scope 'https://graph.microsoft.com/.default' -Requests @($Requests) -asapp $true

"Successfully set Per user MFA State for $userId"

$Users = foreach ($id in $userId) {
Expand Down
3 changes: 2 additions & 1 deletion version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
5.9.0
5.9.0

0 comments on commit 66caa1c

Please sign in to comment.