This week at Microsoft Ignite a bunch of new exams were announced, these were specifically geared around the role-based certifications that Microsoft is moving to.
How to easily get an authentication token to your Office 365 Tenant
I have been developing a backend service that requires a Microsoft Graph token passed up from the frontend. During this development, I have been using Postman to do the call, and have used a simple SPA with authentication to give me a token to my development tenant. This has been a pretty annoying way to do things when the token expires every half an hour or so, meaning I need to generate another.
Finding the Files location of Microsoft Teams Channel using the Microsoft Graph
You may have come across the Files tab for a channel in Microsoft Teams. This basically shows the contents of a folder inside a Document Library in a SharePoint Team Site, the one that is provisioned when the Team was first created. In that Files tab, you are able to open that location by clicking "Open in... Continue Reading →
Using the Microsoft Graph to determine if an Office365 Group has an associated Microsoft Team
It is very easy to accidentally create an Office365 Group, for example by creating a new plan or creating new Team in Microsoft Teams; either of these (and I'm sure there are more ways) will provision an entire Office365 Group including mailbox, calendar, SharePoint team site and OneNote notebook. It doesn't create a team unless... Continue Reading →
Using the Microsoft Graph API to upload files to a Library with more than 5000 items gives you a HTTP 404
UPDATE: Around the time of this blog post I added a question on StackOverflow about this issue, and a few months later it was responded to and resolved. This issue in the format mentioned below should no longer exist. I have decided to keep the post alive however as it may support any other issues... Continue Reading →