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…
Category: Architecture
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…
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 |…
Creating a root site collection
When creating a root site collection to a new created web application make sure to assign it the right site template. Especial when you want to migrate content from one…
Users can’t create Wiki pages in a specific site collection
When users try to create a new wiki page from the Site Pages library, they get the error : The URL ‘SitePages/xxx.aspx’ is invalid. It may refer to a nonexistent file or folder,…