TechBubbles Microsoft Technology BLOG

Setting SharePoint Master Page using Power Shell

 

You can use Master Page under look and  feel section in SharePoint site settings for changing the Master Page for your site.

image 

image

You can also use power shell script to achieve the same

$web = Get-SPWeb http://laptop16

$web.CustomMasterUrl = "/_catalogs/masterpage/v15.master"

$web.MasterUrl = "/_catalogs/masterpage/V15.master"

$web.Update()

About the author

Kalyan Bandarupalli

My name is kalyan, I am a software architect and builds the applications using Microsoft .NET technologies. Here I am trying to share what I feel and what I think with whoever comes along wandering to Internet home of mine.I hope that this page and its contents will speak for me and that is the reason I am not going to say anything specially about my self here.

Add Comment

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud