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 =…
Category: Architecture
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…
Intro to SharePoint developing framework
Microsoft SharePoint Framework (SPFx) is a client based development platform that is more suited to cloud development. It allows you to use a set of tools (not only visual studio)…
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…
Convert Sharepoint users from classic to claims based authentication.
When panning to change your farm authentication method from classic to Claim based, you will need to convert all SharePoint users on the farm to support claim based authentication. The…