SharePoint Online – it was weird when it came out, it’s been unstable for years, but it’s the portal solution by Microsoft we all love and cherish. It’s taken the whole ecosystem a few years to mature to a point where it finally became the number one choice for enterprise collaboration, and with its buddies like Microsoft Teams, the prime option for all kinds of communication & internal publishing needs as well.
My experience with SharePoint Online started around the end of 2013, when I started modernizing the full-trust farm solutions my employer had back in the day. The app, or add-in model, was just a bit frustrating to work with, but with updates it become usable as well. And nowadays, it’s definitely the go-to solution instead of self-hosted on-premises.
But what does Microsoft say about this?
What is SharePoint Online – according to Microsoft?
SharePoint Online is a cloud-based service that helps organizations share and collaborate with colleagues, partners, and customers. With SharePoint, you can access internal sites, documents, and other information from anywhere—at the office, at home, or from a mobile device.
-Microsoft
SharePoint itself is almost 2 decades old, and SharePoint Online has seen over half a decade of usage as well. That means that SharePoint Online, at this point, is a battle-hardened tool for collaboration and communication.
These posts handle the cloud installations, development, configurations and all kinds of weird issues.
This article describes an error situation that you might run into in Modern SharePoint, where you cannot take a page into edit mode anymore. You only get a strangely generic error message with a kinda weird failed request in the console. But, of course, there’s a fix – and an…Continue reading How to resolve the “You cannot edit this page”-error in Modern SharePoint
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
This article applies to a lot of different issues you might be having with your SharePoint-powered site or even custom functionality like mobile apps using SharePoint’s search index. I’ll list a few of the situations, which could be caused by these issues, below: Reason for the issue These issues are…Continue reading Issues with User Profile Property visibility in Search-powered functionalities
First of all: you’re right and your eyes are serving you well. It has indeed disappeared. Starting in October, it’ll be hidden from end users. Microsoft is retiring the “Site Content and Structure” tool in SharePoint Online. Which kind of makes sense, since it’s quite an old feature – albeit, a…Continue reading Help! My “Content and Structure” page in SharePoint Online is gone!