When trying to run a SharePoint workflow on 2016 farm the workflow won’t start – this is a known bug related to .NET patching. to resolve it use…
Category: Administrative
SharePoint is keep on prompting for username and password
I have created a new farm and for some reason accessing a brand new web application prompted to enter username and password, and even after providing correct credentials I couldn’t…
Downloading SharePoint Online Management Shell
These are the steps for downloading SharePoint Online Management Shell open the following link : https://www.microsoft.com/en-us/download/details.aspx?id=35588 and fallow these steps: Click on download the file Select your environment (86 or 64)…
Migration plan for SharePoint 2016
This High level plan from 2013 to 2016 farm has a low impact on the BU’s and allows testing while migration progress. plan includes : Build 2016 farm Moving 2013 Databases…
SharePoint search and High CPU Usage
Reason for high CPU usage : limited resources on the Search servers and front-end servers – increase memory Limit number of Search Servers Isolate content types by site/sites collections…
Super User and Super Reader accounts
The Portal Super User and the Portal Super Reader accounts are used for caching objects in SharePoint and heavily used by the publishing feature. By default out of the box…
SharePoint Site Templates list
SharePoint Site Templates list using PowerShell script. This PowerShell script creates a table of available site templates with their ID’s and Titles : function Get-SPWebTemplateWithId { $templates = Get-SPWebTemplate |…