web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Default view in subgrid resets to system default after edit

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...

Marius Agur Pedersen 1,771
Like (0)
Form validation failure in App for Outlook for Tasks

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...

Marius Agur Pedersen 1,771
Like (0)
Connect to Dynamics 365 using MFA without app tokens, part 1

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...

Marius Agur Pedersen 1,771
Like (0)
Connect to Dynamics 365 using MFA without app tokens, part 2

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...

Marius Agur Pedersen 1,771
Like (0)
Using Dynamics365 Customer Engagement admin API with PowerShell, part1

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...

Marius Agur Pedersen 1,771
Like (0)
Using Dynamics365 Customer Engagement admin API with PowerShell, part2

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...

Marius Agur Pedersen 1,771
Like (0)
Using Dynamics365 Customer Engagement admin API with PowerShell, part3

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...

Marius Agur Pedersen 1,771
Like (0)
Piggybacking on MSDYN365 PluginRegistrationTools ADAL implementation (plagiarizing...

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...

Marius Agur Pedersen 1,771