Use
the following powershell commands on a SharePoint front end server to downgrade
a v4 site to v3.
$Web=Get-SPWeb http://<site name>/< site>
$Web=Get-SPWeb http://<site name>/<
$Web.UIVersion=3
$Web. UIVersionConfigurationEnabled= $true
$Web.update()
No comments:
Post a Comment