SharePoint 2013 – SPReaderWriteLock
SPReaderWriteLock Issues Recently I’ve been looking at the ULS in a bit more detail. In short I’ve been focussing on anything in the following categories: Critical Unexpected Monitorable Warning I…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
SPReaderWriteLock Issues Recently I’ve been looking at the ULS in a bit more detail. In short I’ve been focussing on anything in the following categories: Critical Unexpected Monitorable Warning I…
I have seen quite a few articles mentioning Add-PSSnapin Microsoft.SharePoint.PowerShell lately. But what is the best way to load this snapin? Load the SharePoint PowerShell with add-pssnapin Quite a lot…
Getting a list with CSOM In my PowerShell script I’m doing the following: $list = $web.Lists[“Mylist”] This generates the following Unexpected error in my SharePoint logs: 8ca3ea94-3288-49cd-99fd-1b6eab6cb52d Stack trace: at…
Recently I wrote a PowerShell script to collect all Critical, Unexpected and Monitorable messages in the ULS logs. SharePoint ULS logs With this script I’m creating an item in a…
To get AD Group Members from a SharePoint group can be quite a task. In my SharePoint environment I like to use the security model where each SharePoint Group contains…