pnp / pnpassessment

Microsoft 365 SharePoint Assessment tool enabling various deprecation and adoption scenarios
https://aka.ms/microsoft365assessmenttool
MIT License
28 stars 14 forks source link

Issue : Microsoft Graph service exception #61

Closed NGseb closed 4 months ago

NGseb commented 4 months ago

Hello, I have the following errors with the latest version. Any idea?

PS C:\Users\XXXXXXX\Documents\M365 Assesment tool> C:\Users\XXXXXXX\Documents\M365 Assesment tool\launch.ps1
Version check...

You are using the latest version 1.9.0

Connecting Microsoft 365 Assessment on port 25010...
Starting Microsoft 365 Assessment...
OK

Initializing authentication
Starting the Microsoft 365 Assessment
Microsoft 365 Assessment authentication initialized
Enumerated ZZZZZ site collections for tenant YYYYY.sharepoint.com
Sites to assess are defined
**Assessment job not started due to error: Microsoft Graph service exception**

.\microsoft365-assessment_v1.9.0.exe list Version check...

You are using the latest version 1.9.0

Connecting Microsoft 365 Assessment on port 25010... OK ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄ¿ ³ Id ³ Mode ³ Status ³ Progress ³ Started at ³ Ended at ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄ´ ³ 7a5275bc-ABCD³ AddInsACS ³ Queued ³ 0/ZZZZZ (0%) ³ 19/06/2024 ³ ³ ³ -ABCD-ABCD-c5 ³ ³ ³ ³ 10:05:56 ³ ³ ³ ee3a6b1bb7 ³ ³ ³ ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÙ

.\microsoft365-assessment_v1.9.0.exe status Version check...

You are using the latest version 1.9.0

Connecting Microsoft 365 Assessment on port 25010... OK

Live running Microsoft 365 Assessment status. Press ESC to exit

.\microsoft365-assessment_v1.9.0.exe : Unhandled exception: System.IO.IOException: The handle is invalid. At line:1 char:1

jansenbe commented 4 months ago

@NGseb : you talk about a graph exception, you can learn more from the generated log file but typically this because of missing permissions. See https://pnp.github.io/pnpassessment/addinsacs/requirements.html#permission-requirements for the permissions for the AddInsACS run, folks tend to overlook the need for Application.Read.All.

The other issues seem to be related the shell being used. Can you try to execute from a PS7 console

NGseb commented 4 months ago

thanks a lot, it worked with the permissions on the App :-)