Monthly Archives: April 2021

How to get new team creation in MS Teams using MS Graph Notification API?

Summary A colleague asked me how to get a notification when anyone creates a Team on MS Teams? The answer is pretty simple you would use the MS Graph Notification API. There is an MS Learn session here. What I … Continue reading

Posted in MS Graph | Leave a comment

How to make SharePoint REST API calls in PowerShell using Add-ins App?

Summary The following links will guide you to create SharePoint Add-ins App with the required permissions. For security reasons, always have least permission access strategy to provide permissions to your app. Only provide permission access what your app intends to … Continue reading

Posted in SharePoint | 2 Comments