Thursday, September 02, 2010

Roll back UI in Sharepoint 2010 Visual Upgrade

I looked and looked and nothing worked.  Try running this in your Powershell Sharepoint 2010 management shell:


Get-SPSite http://[site] | get-spweb $_ -limit all | Foreach {$_.UIVersionConfigurationEnabled=1;$_.UIVersion=3;$_.Update();}