I figured out a fix, a workaround or even an actual solution
I posted it on the internet
This way, the next time I encounter the same issue, I’ll be able to find the solution easier by googling.
This category contains assorted tips, tricks and solutions regarding all the different workarounds and solutions related to technology pretty much in general.
This article explains the current terminology that Microsoft uses around your different pages in SharePoint. Or at least tries to – and do that in a way that’s faithful to the current, flat & Modern world. Microsoft has been known for its less-than-stellar track record of figuring out easy and…Continue reading SharePoint Home, Hub, Sites, Start… What?
This post is about two of my favorite tools: Chrome SP Editor, and SharePoint Search Query tool. Or maybe better yet, an amalgamation of the two! Description I’ve mentioned the Chrome SP Editor before, and for a good reason. It’s a great tool for any IT Pro or Dev working…Continue reading SharePoint Search Console – Now available inside Chrome SP Editor!
Microsoft is gathering all kinds of telemetric data out of the usage of SharePoint. I ran into an interesting JavaScript file, fp.js, on SharePoint Online doing just that and gathering data. It loads on pretty much every single page request, so it’s something you’ll bump into any time you open…Continue reading What is “fp.js” – and why is it snooping on your SharePoint usage?
There are a thousand possible things that can throw a “Microsoft.SharePoint.Client.ServerException”, but fewer things, that are ambiguous enough to be called “Unknown error”. This post describes one fairly usual fix for this issue! But let’s get back to the beginning for a second – you get what and when now?…Continue reading Solving yet another “Microsoft.SharePoint.Client.ServerException: Unknown Error”
This was a peculiar case! An issue I hadn’t run into before, and luckily a disturbingly simple fix. But first, let’s set up the scene: We were running a long-ish PowerShell script using a Global Administrator account. One part of the script was supposed to add and deploy a couple…Continue reading How to fix Add-PnPApp failing with an Access Denied error
While running “New-PnPSite” (or actually any other site creation method in PowerShell or programmatically), the site creation fails, and instead you get back an error like the one below: Ouch! Where does this come from? In the code of New-PnPSite, the actual function call is shown below: (Source) So, the…Continue reading New-PnPSite fails with “SiteStatus” : 3?