GraphRunner
GraphRunner copied to clipboard
fix #32 (fetch all SharePoint sites) and add `MaxSites` parameter
Hello @dafthack 👋
Little PR to add some enhancements:
- Added
MaxSitesparameter to optionally limit number of unique SharePoint sites fetched - Improved live progress output for large fetches
- Fixes #32
Implements full pagination using
hitsContainers.moreResultsAvailable; no longer limited to top 500 results.
You can easily try this by going to Graph Explorer, copying the JWT, and running:
Invoke-ImportTokens -AccessToken <JWT>
Then:
@dafthack up?