Author: Ella Murphy

Using the Graph API Powershell SDK
Using the Graph API Powershell SDK
Blog Posts

Introduction For a while, when using Graph API and PowerShell I have been using my own implementations of communicating with Graph API as outlined in the following posts: Getting started with Microsoft Graph and PowerShell Authenticating with Graph API Using a Device Code However, at Ignite 2019, it was announced there is a Graph API… READ MORE

Top 7 Hidden Features in Microsoft Teams
Top 7 Hidden Features in Microsoft Teams
Blog Posts

Last year Microsoft Teams overtook Slack when it reached 13 million daily users. Since then it has only grown and continues to add new features. We recapped some of these new features that were announced at last year’s Microsoft Ignite, including the long-awaited addition of private channels. However, as more and more features are added some are inevitably going… READ MORE

Read Receipts in Microsoft Teams
Read Receipts in Microsoft Teams
Blog Posts

Using new read receipts feature in Microsoft Teams, you can find out that people have read or seen messages you’ve sent. This feature is supported in 1:1 chat or group chat of 20 or fewer members in Microsoft Teams. How to see the Read receipts in messages? Users can find out who reads your message… READ MORE

Modern SharePoint Web Parts: Embed, Kindle, YouTube
Modern SharePoint Web Parts: Embed, Kindle, YouTube
Blog Posts

This fourth article of our series on Modern SharePoint Web Parts focuses on a set of web parts which allow you to embed code to render some external content on a modern SharePoint page. The Kindle and YouTube web parts allow you to preview books or videos on your page via embed codes from those services. And… READ MORE

SharePoint Framework (SPFx) - Understand the Solution Structure
SharePoint Framework (SPFx) – Understand the Solution Structure
Blog Posts

Overview SharePoint Framework (SPFx) client side web parts are lightweight in nature. They can be developed using open source tools such as Node.JS, NPM, Yeoman generators and can be opened in code editors of our choice (Visual Studio Code, Atom, Webstorm). Node Package Manager (NPM) helps to install modules and its dependencies. Yeoman generator carries… READ MORE