SharePoint Online: PowerShell to Upload Master Page

Requirement: Upload master page to SharePoint Online. How to add a master page to SharePoint Online? To add a master page to SharePoint Online, do the following: PowerShell to Upload Master page to SharePoint Online This PowerShell script gets the Master page from the location specified and uploads it to SharePoint Online….

Read more

SharePoint Online: Change Master Page using PowerShell

Requirement: Change the Master Page in SharePoint Online. How to Set Master Page in SharePoint Online? If you want to change the master page in SharePoint Online, follow these steps: Note: If the Master Page link is not available in site settings, you need to activate SharePoint Publishing feature with these steps:…

Read more

How to Create a Custom Master Page Using Design Manager in SharePoint 2016 – Step by Step?

What is Design Manager in SharePoint 2013? Design manager is a nifty tool introduced in SharePoint 2013 that uses an HTML-based approach to convert static HTML templates into SharePoint master pages and page layouts. Use Design Manager to implement Branding and customization to your SharePoint sites. The overall idea of the SharePoint…

Read more

How to Delete a Master Page in SharePoint using PowerShell?

Requirement:After deploying a new master page as part of the new branding, We wanted to delete the old master page from all SharePoint sites. As we’ve applied the new master page, we don’t want our existing custom master page to appear in the master page gallery and master page selection page. Delete…

Read more

Upload Master Page to SharePoint using PowerShell

Requirement: We have a SharePoint 2013 master page from third-party consultants and would like to copy-apply the master page to SharePoint sites. PowerShell script to upload Master page to SharePoint: Have you ever created a master page in SharePoint and uploaded it to your sites? Wouldn’t it be nice if there was…

Read more

Change Master Page in SharePoint using PowerShell

Requirement: Change Master page for SharePoint Site collections. After a branding redesign project, Got a requirement to change master pages on existing sites. branding on new sites going to be created. But for existing sites, We got to change master pages manually. SharePoint: Set master page using PowerShell Let’s change master page…

Read more

Customized Master Pages Report for All SharePoint Sites

Today, wanted to audit customized Master pages which are deviating from our corporate Branding in my Team Sites environment. Generated the report for customized master pages with help of PowerShell. If you want to use it in MOSS 2007, use these two lines of code to get a specific web application: Here…

Read more

Building Branding Solution with Feature Stapler for SharePoint 2007

Feature Staplers are the best way to build branding solutions in SharePoint. Once deployed branding will be automatically applied based on Site definition. Overall Steps: Create a WSP Project and add 2 features in it. One for actual Branding with Feature handler code – Applies Branding on activated and another one for…

Read more