5 Great Practices in SharePoint Framework (SPFx) Development

SharePoint Framework (SPFx) is the latest development model for SharePoint developers enabling them to use the features for the creation of custom functionality with responsive design compatibility in both SharePoint…

Install Windows 11 Insider preview on unsupported devices

Your PC does not meet the minimum hardware requirements for Windows 11. Your channel options will be limited. -- you’ll see the error message when attempting to install Windows 11…

Clone a Team Using Microsoft Graph API In PowerShell

Graph API can be used to automate Microsoft Teams lifecycle such as creating teams, channels, adding members etc. Refer to this link to see the list of Graph API’s available for Microsoft Teams.…

Fetch Access Token To Access Microsoft Graph API Using Msal.JS

MSAL (Microsoft Security Authentication Library) is a client-side JavaScript library that helps developers fetch access token to access Microsoft APIs, Microsoft Graph, Third-party APIs (Google. Facebook) & User built custom…

Create Microsoft Teams BOT with Ruby on Rails and REST API

In this tutorial, I am going to build a bot using Microsoft Azure and use it in Microsoft Teams to interact with my Ruby on Rails Application. As of now,…