Creating a List Item via the SharePoint REST API results in Error (500) Internal Server Error

The below is done in PowerShell, but I imagine other languages supports the same features as well. When utilizing the SharePoint REST API to create a new List Item which contains characters such as æ, ø, or å you might get a response of Error (500) Internal Server Error. The reponse might also include the […]

Saving time and bandwidth by reviewing/refactoring old code

Prelude I build multiple minor web apps at work. They might be forms for data collection, or registries with basic CRUD (Create, Read, Update, Delete) capabilities. These are written in HTML/JS/CSS and hosted on SharePoint – utilizing the SharePoint REST API to handle storage and permissions. When data is stored in a SharePoint list, I […]

SharePoint Online Management Shell – Current site is not a tenant administration site

I run into this error from time to time. it occurs when connecting via Connect-SPOService and entering the URL for the actual site instead of the one for the SharePoint Online Administration Center. Solution: Append “-admin” to the first part of the URL as in the following example. URL for the site: https://example.sharepoint.com URL for the […]