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…
Category: Administrative
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,…
SharePoint PowerShell to restart IIS on all your farm’s servers
This script will loop through the servers on your farm based on the server role , and will execute an IISreset on all servers matching the role. clear $spserver =…
SharePoint 2016: Databases running in compatibility range, upgrade recommended
You may notice the above comment when you create a brand new farm in Central Admin under Central Administration->Upgrade and Migration -> Review database status On a new farm without…
PowerShell Get site collection disk size
#Large amounts of memory are often required when SPWeb, SPSite, or SPSiteAdminsitration objects are used. So the use of these objects, or lists of these objects, #in Windows PowerShell scripts…
Search Service Topology
SharePoint search on the 2013 and 2016 platform, is build on the Fast search engine, which is a Norwegian company that was acquired by Microsoft in 2018. Six different components…
SharePoint PowerShell Handy ADFS scripts
Adding a PowerShell sanp-in you need to use this once at each PowerShell editor session. Add-PSSnapin Microsoft.SharePoint.PowerShell Get ADFS settings The following commands will present the current security provider…