Return to Snippet

Revision: 34892
at October 29, 2010 21:00 by scholli


Initial Code
$web = Get-SPWeb http://sharepoint 

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

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

$web.Update()

Initial URL


Initial Description


Initial Title
Change Masterpage in SP 2010 via Powershell

Initial Tags
sharepoint

Initial Language
Windows PowerShell