











Controlling app access on a specific SharePoint site collections is now available in Microsoft Graph
One very frequent request we’ve heard over the last couple years is to allow for more granular permissions when it comes to accessing SharePoint with an application. Historically we’ve allowed you to select...

Controlling app access on a specific SharePoint site collections is now available in Microsoft Graph
One very frequent request we’ve heard over the last couple years is to allow for more granular permissions when it comes to accessing SharePoint with an application. Historically we’ve allowed you to select...






Retry Invoke-RestMethod requests in PowerShell when an error occurs
In this blog post, I will show you how you can trap a specific type of error when making a graph request using the Invoke-RestMethod commandlet and pause and retry the request x number of times before quitting. This is very helpful and is actually recommended to do error handling when making requests to Microsoft Graph. The key here is to set the Url that you’re going to be calling ( along with any body or header values ) first and...