Compare Microsoft Teams User List against a CSV file using PowerShell
I was looking for a why to bulk add a list of users into a Microsoft Teams Group however before I did that I wanted to compare the list of…
I was looking for a why to bulk add a list of users into a Microsoft Teams Group however before I did that I wanted to compare the list of…
Here is a super simple maintenance page if you are looking for one.. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <style type="text/css"> @font-face { font-family: "Open Sans"; font-style:…
Looking for a quick Azure Function sample when working with Azure AD SSO? #r "Newtonsoft.Json" using System.Net; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Primitives; using Newtonsoft.Json; using System.Security.Claims; public static async Task<IActionResult> Run(HttpRequest…
This is copied from this Stack Overflow Post I would like to run a bunch of async tasks, with a limit on how many tasks may be pending completion at…
By Stephen Cleary | March 2013 (repost from here) These days there’s a wealth of information about the new async and await support in the Microsoft .NET Framework 4.5. This…
Quick command line to launch the Visual Studio Android Emulator for Lollipop%ProgramFiles(x86)%Microsoft XDE10.0.1.0xde.exe /sku Android /displayName "VS Emulator 5" Lollipop (5.0) XXHDPI Phone" /memSize 2048 /diagonalSize 5 /video "1080x1920" /vhd…
Thought I’d put together a small “How to” for Profiling a SharePoint (or Project Server) 2013 workflow The steps below are using a 10 day trial of dotTrace from…
Check out this site for a break set of JSON samples. Some information from the site: Over 100 code samples covering Json.NET's most commonly used functionality. Samples Serializing…
Repost from here... So, you've finally succumbed to the hype and decided to use jQuery in SharePoint? Good for you. I'm sure you are fully prepared with the knowledge…
This is a report from here... A while ago I posted an article about LINQ to SQL and WPF treeviews. I demonstrated how to use multiple levels in treeviews…