Microsoft Graph SDK Upgrade V2 running older Version in Parallel

In the world of software development, upgrading libraries and dependencies is often a necessity to keep up with evolving technologies, security patches, and enhanced functionalities. However, in some cases, it’s not always straightforward to immediately jump to the latest version, especially when dealing with critical components like Microsoft Graph SDK. Microsoft Graph SDK offers powerful…

Send HTML Email using Microsoft Graph SDK

  We were in a situation where we want to send the email from one of the automations without using our on-premises relay. I was recently exploring Microsoft Graph SDK because of the future retirement for MSOL and AZUREAD modules. Its not just a module but it is a utilities box for Microsoft cloud eco…

Get Extension Attributes Using Microsoft Graph

There can be situations where you as a DevOps  engineer or infrastructure administrator want to access extension attributes or other onpremise attribute values from the cloud without accessing these thru on-premise infrastructure. One such situation I have been encountered with Microsoft flow where I want to get back-end properties when user fill the powerapps form.…