Skip to content

Commit

Permalink
Updated with latest code
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers authored Sep 10, 2024
1 parent 3dc0322 commit 3525c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/articles/determinepermissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ What you could try if you run into this, is to add `-Verbose` to your cmdlet. Fo

![image](../images/determinepermissions/entraid_permissions_accessdenied_verbose.png)

In this scenario, you now know you need to add `Group.Read.All` on the applications scope of Microsoft Graph in your application registration in order to give it sufficient rights to execute this cmdlet.
In this scenario, you now know you need to add `Application.Read.All` on the applications scope of Microsoft Graph in your application registration in order to give it sufficient rights to execute this cmdlet.

## Help, I can't figure out which permissions I need

Expand Down

0 comments on commit 3525c50

Please sign in to comment.