* Free Webinar *
Build SharePoint 2013 Application Solutions - All You Need is a Browser!
Thursday 25 April at 11am PDT. Register now! Space is limited.

* Free Whitepapers *



* Free Trials *





* Get a Free SharePoint Art of the Possible Presentation for your Business *
Contact Joel Oleson
I'm now consulting with Salient 6
Friendly Sponsored Ads

BlueStripe
Metalogix
SharePoint Joel's SharePoint Land > Posts > Warning SharePoint 2010 Visual Upgrade Not Being Performed
Warning SharePoint 2010 Visual Upgrade Not Being Performed

In preparation for SharePoint 2013, we recently started trolling our SharePoint environment and were surprised to find that nearly 70% of site collections still have some remaining sites that are still running in 2007 mode.

First off, isn't that horrible that for the last year we have tons of users that aren't taking advantage of the new features including improved cross browser compatibility, improved Mac support, and better access to workflows and managed metadata, and can you believe it? They haven't had access to site analytics since the upgrade!

In my digging I found that Microsoft put together a video for their own Office 365 visual upgrades on Making the Switch to the SharePoint 2010 User Interface

You may not be thinking about SharePoint 2013 upgrade yet, but if you've completed your upgrade you may want to look at the sites that haven't been upgraded.

We'll be doing hundreds of visual upgrades this week; Josh Boyles put together a Windows Powershell script to make this go a lot easier.

 

There are a few resources to first detecting the site collections and webs that are not yet visually upgraded, and more for upgrading them.

Read the Understanding Visual Upgrade MSDN reference

Todd Klindt: Using PowerShell to control Visual Upgrade (I recommend reading the comments as well)

MSDN: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsite.visualupgradewebs(office.14).aspx

 

Josh Boyles put together a Windows Powershell script to make this go a lot easier in our case we wanted to focus on sites we already previewed and made a list of those safe to visually upgrade. I see that Todd Klindt put together a script as well in the reference above.

 

##toupgrade.txt should be a list of root site collections, one URL per line

 

$toUpgradeLoc = read-host "F:\PathofFileofListOfSitestoUpgrade.txt"

$toUpgrade = @()

$toUpgrade = get-content $toUpgradeLoc

 

foreach ($site in $toUpgrade) {

     $SiteCollection = Get-SPsite $site

     foreach ($SPWeb in $SiteCollection.AllWebs) {

           $SPWeb.UIversion = 4

           $SPWeb.update()

     }

}

comments powered by Disqus

 20 Recent Posts

SharePoint 2013 Analytics A Big Step BackwardUse SHIFT+ENTER to open the menu (new window).New
Product Analysis: Metalogix Replicator for SharePointUse SHIFT+ENTER to open the menu (new window).
ANNOUNCEMENT: CipherPoint Releases Content Scanner and Version 1.9 Transparent Encryption Software, Adds Support for SharePoint 2013, and File ServersUse SHIFT+ENTER to open the menu (new window).
Blog Talk Radio: Collaboration Tech Talk - SharePoint 2013 InsightsUse SHIFT+ENTER to open the menu (new window).
Utah SharePoint Business Value Workshop 2013 and Art of the PossibleUse SHIFT+ENTER to open the menu (new window).
SharePoint 2013 Browser Comparison Report CardUse SHIFT+ENTER to open the menu (new window).
ANNOUNCEMENT: Metalogix Launches Content Matrix Migration Express to Simplify and Speed Up SharePoint Migrations On-Premises or in the CloudUse SHIFT+ENTER to open the menu (new window).
Product Analysis: The Next Generation harmon.ie 4.0 Enables True SharePoint Mobile EnterpriseUse SHIFT+ENTER to open the menu (new window).
Announcement: FREE LIVE Web Seminar—SharePoint2013: Key Strategies to Effectively Govern and Secure Sensitive DataUse SHIFT+ENTER to open the menu (new window).
Going on Tour… Southern California SharePoint User Group TourUse SHIFT+ENTER to open the menu (new window).
The HOT debate #SPJam… the Future of Social Enterprise at Microsoft with Yammer and SharePointUse SHIFT+ENTER to open the menu (new window).
Free Webcast: What you should do before, during and after migration to SharePoint 2013 or Office 365Use SHIFT+ENTER to open the menu (new window).
Free Webinar: Improving the SharePoint Experience with Insights from Web AnalyticsUse SHIFT+ENTER to open the menu (new window).
Advertisement: Managing SharePoint TrafficUse SHIFT+ENTER to open the menu (new window).
Must Read Articles to Understand PC DeclineUse SHIFT+ENTER to open the menu (new window).
Announcement: FREE CloudShare HANDS-ON Webinar: Build SharePoint 2013 Application Solutions - All You Need is a Browser!Use SHIFT+ENTER to open the menu (new window).
FREE Webinar: How to Protect Your Sensitive DataUse SHIFT+ENTER to open the menu (new window).
It’s Official. I’m working for Salient6Use SHIFT+ENTER to open the menu (new window).
SPChitChat – Nestivity Community Experiment for the SharePoint CommunityUse SHIFT+ENTER to open the menu (new window).
Announcement—FREE White Paper: Bridging the Gap—Replacing Lost Offline Capabilities When Migrating From Notes to SharePointUse SHIFT+ENTER to open the menu (new window).