Author: Ella Murphy

Bot all to do - Creating a chat bot for Teams
Bot all to do – Creating a chat bot for Teams
Blog Posts

I’ve always been quite impatient with the progress of technology. In the year 2020, if I’m honest I thought we’d be way further ahead than we are right now. I didn’t expect to be enlisting in Starfleet that’s for sure, but I thought that I might at least have a working hoverboard and a flying… READ MORE

Find File Versions in MS Teams
Find File Versions in MS Teams
Blog Posts

Find File Versions in MS Teams? Yes, you can view version history of files in MS Teams! Over the past few months, I have been actively volunteering my time at virtual community events sharing knowledge and best practices for end users and IT Pros in #MicrosoftTeams. The most popular session thus far is – “Empower… READ MORE

3 Ways to Locate a Microsoft Team ID
3 Ways to Locate a Microsoft Team ID
Blog Posts

So what is a Microsoft Team ID & why do you care? A TeamID is a unique identifier(UID) related to a specific team within Microsoft Teams. The reason that this so important is because most of the administrative actions you will use to automate, script, or provision will utilize this value. See the three examples provided… READ MORE

How to Integrate Microsoft Planner with Teams and SharePoint
How to Integrate Microsoft Planner with Teams and SharePoint
Blog Posts

Planner is Microsoft response for applications like Trello. This simple task management solution perfectly fits the team level of task management. Microsoft Planner platform is highly integrated with tools like Teams and SharePoint Use Teams and SharePoint to deliver additional collaboration channels for your Plans in Planner. How Coexistence of Microsoft Planner, SharePoint and microsoft Teams works Microsoft… READ MORE

Get all Teams a User is Part of Using PowerShell PnP
Get all Teams a User is Part of Using PowerShell PnP
Blog Posts

As you may be aware already (hopefully!), we have Microsoft Teams cmdlets surfacing in the SharePoint PowerShell PnP module since July 2020. Today, we’ll work again with those cmdlets. As a matter of fact, we’ll use 2 modules for this blog post. PowerShell PnP Azure AD So make sure you’ve got both installed to be… READ MORE

12 Microsoft Teams features for telecommuting in times of crisis
12 Microsoft Teams features for telecommuting in times of crisis
Blog Posts

In times of global crisis like the one we are currently experiencing, the tools that facilitate teleworking and telecommuting must prove more than ever that they are up to the task. Microsoft Teams has become the central axis of communications and collaboration in Microsoft 365 and is allowing thousands of companies around the world to facilitate teleworking,… READ MORE

Why model binding to JObject from a request doesn’t work anymore in ASP.NET Core 3.1 and what’s the alternative ?
Why model binding to JObject from a request doesn’t work anymore in ASP.NET Core 3.1 and what’s the alternative ?
Blog Posts

Introduction Json.Net (NewtonSoft) has been for a long time the most used JSON serializer in .NET world. Since .NET Core 3 and ASP.NET Core 3 Microsoft introduced a new one named System.Text.Json. JObject is a class that belongs to Json.Net (NewtonSoft) and if this latest is replaced by System.Text.Json, in this case you should expect that using JObject will no longer work. Unfortunately I have had… READ MORE