Using Polyfills for IE11 in SharePoint Framework (SPFx) Solutions with PnPjs

I see a lot of people getting stuck on this. There are many posts in many forums saying something like: Hi,[some code] not working in IE11. In chrome& Edge its working fine below is my code: … This is most often in the context of using PnPjs, but sometimes in other cases. If you find…

Using Invoke-SPOSiteSwap to Swap in a New Root Site in Office 365 – Follow Up

Last week, I wrote a post about using Invoke-SPOSiteSwap to swap a new modern site into the root site of our Sympraxis tenant. While it worked just great, there were some follow on issues I wanted to document in case you might run into them, too. Nothing horrible, but a bit of required cleanup. The…

Sending Emails to an Office 365 Group When the Group Was Created from Teams

No matter how long you work with Office 365, you find little strange things that don’t make any sense. We’re working at the Office 365 Hands-On Kitchen at SPTechCon Boston. On a beautiful Sunday in August inside a meat locker. (It’s really cold in the Sheraton.) You should really be here. We were testing News…

Using Invoke-SPOSiteSwap to Swap in a New Root Site in Office 365

Things we used to think of as miracles happen almost every week in Office 365. The latest thing that impressed me is the ability to swap an existing site into the root site of your tenant using the Invoke-SPOSiteSwap PowerShell cmdlet. The Sympraxis tenant has been around since practically the old BPOS days, so the…

Solving the `For security reasons DTD is prohibited in this XML document.’ PowerShell Error

This is more a Todd Klindt (@ToddKlindt) post than a me post, but hey – he was on vacation. I was trying to run some PowerShell on my new-ish tenant and was getting an error Todd and I had worked past before. Just a simple: …was giving me an error like this: Connect-PnPOnline : For…