📘 Learn how to use Microsoft Graph with PowerShell or Graph Explorer
https://www.larsinus.com/?p=216
#Graph
https://www.larsinus.com/?p=216
#Graph
Microsoft Graph Known Issue
By: Sam Erde
If you're using the Microsoft Graph API and getting repeated auth prompts with every request you may have a corrupt token cache.
Link
By: Sam Erde
If you're using the Microsoft Graph API and getting repeated auth prompts with every request you may have a corrupt token cache.
Link
Twitter
If you're using the Microsoft #Graph API and getting repeated auth prompts with every request, you may have a corrupt token cache. Reset it w/#PowerShell:
Disconnect-MgGraph
Remove-Item "$env:USERPROFILE\.graph" -Recurse -Force
Reconnect.
Profit 😎
h…
Disconnect-MgGraph
Remove-Item "$env:USERPROFILE\.graph" -Recurse -Force
Reconnect.
Profit 😎
h…