/ Published in: Windows PowerShell
Expand |
Embed | Plain Text
$web = Get-SPWeb http://sharepoint $web.CustomMasterUrl = "/_catalogs/masterpage/v4.master" $web.MasterUrl = "/_catalogs/masterpage/v4.master" $web.Update()
You need to login to post a comment.
