Monday, April 23, 2012

My Sites Technical Info

http://blogbaris.blogspot.com/2011/03/sharepoint-2010-mysite-in-detail.html

My Sites In-Depth Series

http://weshackett.com/2011/01/sp2010-mysites-part-one-overview/

Thursday, April 19, 2012

TechNET: Setup My Sites

http://technet.microsoft.com/en-us/library/ee624362.aspx

Overview of My SharePoint Sites and how the data is populated

http://blogs.msdn.com/b/jorman/archive/2009/07/30/my-sharepoint-sites-memberships-general-overview-on-how-this-functionality-works.aspx

TechNET: Attach databases and upgrade to SharePoint Server 2010

http://technet.microsoft.com/en-us/library/cc263299.aspx

Note that the Mount-SPContentDatabase PowerShell cmdlet has an option parameter UpdateUserExperience that you use to indicate that you want to upgrade to the SharePoint 2010 user interface.  

A Complete Guide to Writing Timer Jobs in SharePoint 2010

http://www.simple-talk.com/dotnet/.net-tools/a-complete-guide-to-writing-timer-jobs-in-sharepoint-2010/

SharePoint 2010: Workflow fails to resume

You can experience workflow errors when the Microsoft SharePoint Foundation Workflow Timer service is running on a server and the Microsoft SharePoint Foundation Web Application is NOT running on that same server; see this link for options to fix it:

http://support.microsoft.com/kb/2674684

Wednesday, April 18, 2012

Windows Server Evaluation - How to Rearm 10 Day Activation Grace Period

How to manually rearm the 10 day activation grace period
When the initial 10-day activation period nears its end, you can run the Slmgr.vbs script to reset it back to 10 days. To do this, follow these steps: 

·  1. Click Start, and then click Command Prompt.

·  2. Type slmgr.vbs -dli, and then press ENTER to check the current status of your activation period.

·  3. To reset the activation period, type slmgr.vbs –rearm, and then press ENTER.
·  4. Restart the computer.

Photos in People Search Results and My Sites are messed up after migration from SharePoint 2007 to SharePoint 2010

I found the answer on how to fix here:

SharePoint 2010 wants a small, medium and large thumbnail image.  When you upgrade from SharePoint 2007, the 3 thumbnails do not exist.  You can run the PowerShell cmdlet Update-SPProfilePhotoStore which will iterate over the profiles, download the existing profile picture, and create the 3 appropriately sized thumbnails.