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

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…

Read More

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…

Read More