<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tip 39: Set Visual Upgrade Back to Previous Version Part Deux</title><link>http://blogs.technet.com/b/chad/archive/2010/09/09/tip-39-set-visual-upgrade-back-to-previous-version-part-deux.aspx</link><description>This tip is for SharePoint Foundation 2010 , SharePoint Server 2010 and Search Server 2010 Express . 
 So you have your heart set on the WSS 3.0/MOSS 2007 look; I know, how could you not just looooove it? But have just installed a fresh new SharePoint</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Tip 39: Set Visual Upgrade Back to Previous Version Part Deux</title><link>http://blogs.technet.com/b/chad/archive/2010/09/09/tip-39-set-visual-upgrade-back-to-previous-version-part-deux.aspx#3521153</link><pubDate>Wed, 19 Sep 2012 19:29:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3521153</guid><dc:creator>Chad Schultz - MSFT</dc:creator><description>&lt;p&gt;Yet another way to visually upgrade all web sites in a web application:&lt;/p&gt;
&lt;p&gt;$webapp = Get-SPWebApplication http://webapplicationurl&lt;/p&gt;
&lt;p&gt;foreach ($s in $webapp.sites)&lt;/p&gt;
&lt;p&gt;{$s.VisualUpgradeWebs() }&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3521153" width="1" height="1"&gt;</description></item><item><title>re: Tip 39: Set Visual Upgrade Back to Previous Version Part Deux</title><link>http://blogs.technet.com/b/chad/archive/2010/09/09/tip-39-set-visual-upgrade-back-to-previous-version-part-deux.aspx#3521138</link><pubDate>Wed, 19 Sep 2012 18:29:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3521138</guid><dc:creator>Chad Schultz - MSFT</dc:creator><description>&lt;p&gt;After 2 years I had to go back to my own blog post and change the visual upgrade on an upgrade from 2007 to 2010 and the yellow bar:&lt;/p&gt;
&lt;p&gt;&amp;quot;Visual Upgrade: This site has been set to preview the latest SharePoint features and interface. Changing the content while in preview mode may adversely affect its appearance. View or modify this site&amp;#39;s Visual Upgrade settings.&amp;quot;&lt;/p&gt;
&lt;p&gt;If you want to get rid of the yellow bar on each site run:&lt;/p&gt;
&lt;p&gt;$SiteCollection=Get-SPsite http://SiteCollection &lt;/p&gt;
&lt;p&gt;foreach($SPWeb in $SiteCollection.AllWebs){$web.UIVersionConfigurationEnabled=$false=4;$SPWeb.update();}&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3521138" width="1" height="1"&gt;</description></item></channel></rss>