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)…

Read More

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…

Read More

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…

Read More

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…

Read More

SharePoint in Office365

SharePoint online is used as the back-end storage platform for a lot of the office365 features including  365Videos, Planner, Teams, Yammer, Groups, OneDrive, Delve, PowerApps, and Flow. SharePoint is also…

Read More

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 |…

Read More