Visual Upgrade Options in Database Attach
Well what about in database attach? Is there options if you use that? YES! During a database attach upgrade, the choice to update to the new user experience or stay in the old user experience is accomplished by using either:
- The Updateuserexperience parameter of the Mount-SPContentDatabaseWindows PowerShell cmdlet.
- The preserveolduserexperience parameter of the addcontentdatabase stsadm operation.
To get the status of Visual Upgrade:
At the Windows PowerShell command prompt, type the following command:
$sc = Get-SPSite http://machinename/sites/collectionname | $sc.GetVisualReport() | Format-Table
http://sandboxsolutions.com.au/category/certification/









