/ Published in: Windows PowerShell
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$web = Get-SPWeb http://sharepoint $web.CustomMasterUrl = "/_catalogs/masterpage/v4.master" $web.MasterUrl = "/_catalogs/masterpage/v4.master" $web.Update()