Closed ArturoAP closed 8 months ago
@ArturoAP : that's weird as the page size we're setting is 500. Can you do a Fiddler trace and send the result to bjansen@microsoft.com?
As a way around, I would recommend using application permissions as that will allow you to assess the whole tenant. The "search" option that fails is used to enumerate the site collections to scan when using delegated permissions (e.g. interactive). Alternative workaround is specifying the sites to assess yourselves via a sites file (see https://pnp.github.io/pnpassessment/using-the-assessment-tool/assess-start.html#scoping-via---siteslist)
Sorry we're not allowed to use these kinds of tools, however we did workaround it by running the assessment in batches of 500 sites via list file as suggested, while running it we did found one of the batches failed on a specific site so it's possible this was causing the issue.
Hi, we're facing an issue when attempting to run Assessment tool in Add-Ins and ACS mode, previously we had a similar Graph Exception issue thrown by missing permissions on delegated user, however this time the error seems to be a different cause stating Bad Request where Max Page should be equal or less than 501.
We're running version 1.6.0 on Windows 10