$site = Get-SPSite "http://yoursite.com"$site | Get-SPWeb -limit all | ForEach-Object { $_.MasterUrl = $_.ServerRelativeUrl + "/_catalogs/masterpage/v4.master";$_.Update() }$site.Dispose()
No comments:
Post a Comment