Category Archives: SharePoint 2010

Cumulative updates packaging changed for SharePoint 2010

while browsing the updates page on Technet I found: The packaging of cumulative updates changed as of August 31, 2011. The following packages are provided for cumulative updates: • SharePoint Foundation 2010 • SharePoint Foundation 2010 + SharePoint Server 2010 … Continue reading

Posted in SharePoint 2010, Support, Tips, Upgrade | Leave a comment

Remove HTTP Response Headers for internet facing SharePoint sites

if you are serious about to publish an internet facing SharePoint site you have to consider security. One of the first things a possible hacker will inspect are the HTTP Response Headers. I usually use the Firefox Developper toolbar to … Continue reading

Posted in SharePoint 2010, Tips | Leave a comment

Getting rid of “Could not find stored procedure ‘dbo.Search_GetRecentStats’” error

another one of those errors that can appear in your ULS logs which can easily be solved. This error also logs events in the Application eventlog with ID 6398 and 5586. I found the solution to this issue on the … Continue reading

Posted in SharePoint 2010, Support | 1 Comment

Where is the RSS Viewer web part in SP 2010?

Like everything in SharePoint why make things simple if you can make it hard Turns out that if you want the RSS Viewer webpart, you need to activate the “SharePoint Server Standard Site Collection features” feature in your site collection … Continue reading

Posted in SharePoint 2010, Tips | Leave a comment

Fixing the Usage and Health Data Collection Service Application Proxy (By Tristan Watkins)

Unfortunately in every farm that I have provisioned so far using powershell I keep running into this issue that the Usage and Health Data Collection Service Application Proxy is set to Stopped. The fix that Tristan Watkins describes on his … Continue reading

Posted in powershell, SharePoint 2010 | Leave a comment

Provision SharePoint 2010 Search with custom database names

I’m more of a mitliple scripts guy for configuring my SharePoint 2010 farms than a 1 humongous script guy that does everything. I prefer to use one script for installing my binaries and creating/joining the farm and then several scripts … Continue reading

Posted in powershell, SharePoint 2010 | Leave a comment

Rename SharePoint 2010 Central Admin database

I had a post on this for SharePoint 2007 and needed to do the same thing for SharePoint 2010, but wanted to do this the powershell way instead of the stsadm way I used for MOSS. Not sure if that … Continue reading

Posted in powershell, SharePoint 2010, Tips | Leave a comment

Updating User Profile pictures with powershell on SP2010

I finally had the chance to play around with user profiles. My customer asked me if it was possible to have the pictures of all employees show up in their respective user profiles in SharePoint and this without uploading the … Continue reading

Posted in powershell, SharePoint 2010 | 2 Comments

SharePoint 2010 gradual upgrade approach using ISA server

Now first a little remark about this post: This post will not handle the actual upgrade from MOSS 2007 to SP2010. It will only provide a possible method to use when you are considering to gradually upgrade specific web applications, … Continue reading

Posted in SharePoint 2010, Tips, Upgrade | 2 Comments

New SharePoint Documents – July 2010

Upgrading to Microsoft SharePoint Server 2010 Brief Description: Perform an upgrade from Microsoft Office SharePoint Server 2007 to SharePoint Server 2010. Overview: This book is designed to guide administrators and IT professionals through the process of upgrading to Microsoft SharePoint … Continue reading

Posted in SharePoint 2010 | Leave a comment