Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MS Graph permissions question #166

Open
RorySRut opened this issue Jun 18, 2024 · 3 comments
Open

MS Graph permissions question #166

RorySRut opened this issue Jun 18, 2024 · 3 comments

Comments

@RorySRut
Copy link

What are the MS Graph permissions that need to be set with an App Registration to use the commandlets?

@Harrison-Tennis
Copy link

Hi Rory,

In our Environment we are using
Claim Value;
DeviceManagementManagedDevices.Read.All
Directory.Read.All
AuditLog.Read.All
DeviceManagementApps.ReadWrite.All
DeviceManagementApps.Read.All

If you just wanted to do the 'things', you could probably just go with "DeviceManagementApps.ReadWrite.All"

@AlkHacNar
Copy link

@RorySRut

we use the folloving
Device.Read.All
DeviceManagementManagedDevices.ReadWrite.All
DeviceManagementServiceConfig.ReadWrite.All (used to delete autopilot devices)
GroupMember.ReadWrite.All (only needed, when you want to use the -addtogroup flag)

@tugich
Copy link

tugich commented Jul 16, 2024

Hi everyone

I am having the following problem registering the application:

The command which I'm using to test:
Get-IntuneWin32App -Verbose

Update > It's now solved:
I added RedirectUri in the app registration - Value is: https://login.microsoftonline.com/common/oauth2/nativeclient

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants