I just found a small bug (probably) when you edit the default view from a subgrid in a form. When you close the edit window (whether you made any changes or not), the default view resets to the system default.To provoke this do the following steps...
Today I encountered a strange error when trying to create a new task from an email in the MSDYN365 app for Outlook. On the form I was required to put in the activity status of the task, which I wasn't allowed to, and it gave me a curious error...
Lately I've been working on a PowerShell module for MSDYN365 which is meant to simplify administration and mundane tasks like approving mailboxes and adding document locations. As part of this effort I wanted to support MFA authentication...
In part 1 of this series I explained how to use my slightly modified version of the SharePoint-Sites-PnP webauthentication.The complete code and updates to the powershell module can be found on my github repositoryIn this post I'm going to div...
Last week Microsoft released a new API for administering MSDYN365 Customer Engagement instances.The API is REST based and easy to use, but as it is completely new it only supports OAuth authentication (which means no more simple cookie auth).There...
In my first post in this series we looked at scaffolding a new commandlet project. In this part we're taking a deep dive into how to do OAuth authentication against the new admin API. I'm going to document the process like I did it (withou...
In part1 and part2 of this blog series we looked at scaffolding and building an authentication helper which we can use in a commandlet class. In this part we're going to build our own HTTP message handler and perform some queries against the a...
My brilliant colleague, Mikael Svenson, wrote a cool blog post on piggybacking on the SharePoint Online Management Shell ADAL applicationInspired by this (relatively) dirty hack I tried to figure out which applications Microsoft has given to us th...