SharePoint Online: How to Hide Default Themes?

Themes are quick ways to add branding to SharePoint Online sites. However, we wanted to restrict site owners from changing the themes for a uniform look and feel overall sites. Fortunately, SharePoint Online provides a cmdlet to hide default themes and enforce governance. PowerShell to Hide Default Themes in SharePoint Online Hiding…

Read more

How to Hide Site Templates in SharePoint with PowerShell?

How to hide a site template in SharePoint? Editing the “webtemp.xml” file is one option to hide site templates in SharePoint 2007, as per my other article: Hide Site templates & List Templates in SharePoint However, There is another way to hide site templates in SharePoint 2010: Using PowerShell! Update the “WebTemplates”…

Read more

Find Large SharePoint Lists & Generate Report with PowerShell

Requirement: Find large lists in SharePoint using PowerShell! Large lists are potential threats to SharePoint performance. So, wanted to audit SharePoint environment to find all large lists which are having items more than 2000 and generate a report. PowerShell to Find Large Lists and Generate Report in SharePoint: PowerShell script to find…

Read more