Global Visual Upgrade
To upgrade all sites within a Web Application, type each line into SharePoint Management Console
$webapp = Get-SPWebApplication http://sitename foreach ($s in $webapp.sites) {$s.VisualUpgradeWebs() }
SharePoint Wiki |
|
Global Visual UpgradeTo upgrade all sites within a Web Application, type each line into SharePoint Management Console $webapp = Get-SPWebApplication http://sitename foreach ($s in $webapp.sites) {$s.VisualUpgradeWebs() } |