Micke-K / IntuneManagement

Copy, export, import, delete, document and compare policies and profiles in Intune and Azure with PowerShell script and WPF UI. Import ADMX files and registry settings with ADMX ingestion. View and edit PowerShell script.
MIT License
937 stars 168 forks source link

Get an error on my screen #238

Open AAvic opened 2 weeks ago

AAvic commented 2 weeks ago

Goodmorning,

Im try to use IntuneManagement but getting an error message in my screen. I lookt it up but can't find it.

I have change my Consent and Microsoft Graph Command Line Tools is in my list but still getting the error.

Schermafbeelding 2024-06-18 091349

Schermafbeelding 2024-06-18 091819

Micke-K commented 2 weeks ago

Hello,

Looks like the app is missing permissions. Click on the profile picture in the top right corner. There should be a "Request consent" link in the there where. This would add the required permissions to the Graph CLI app.

There should be some additional info in the log stating that it is missing permissions.

Cheers!

AAvic commented 2 weeks ago

Hi,

Im at the tab permissions but i don't have a request consent.

Maybe im doing it wrong Schermafbeelding 2024-06-18 152502 Schermafbeelding 2024-06-18 152507

Micke-K commented 2 weeks ago

Hello,

Permissions are required on the app and must be requested in the app. So basic requirements are:

The MS Graph CLI App permissions can be requested in the IntuneManager via the profile info up in the right corner once you have logged in.

Cheers!