<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint George &#187; SharePoint 2010</title>
	<atom:link href="http://sharepointgeorge.com/category/sharepoint/sharepoint-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointgeorge.com</link>
	<description>Everyday experiences on SharePoint, Exchange and most things Microsoft</description>
	<lastBuildDate>Mon, 26 Jul 2010 12:30:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configuring the Managed Metadata Service Application in SharePoint 2010-Part 1</title>
		<link>http://sharepointgeorge.com/2010/configuring-managed-metadata-service-application-sharepoint-2010-part1/</link>
		<comments>http://sharepointgeorge.com/2010/configuring-managed-metadata-service-application-sharepoint-2010-part1/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 12:30:05 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=2019</guid>
		<description><![CDATA[The Managed metadata service application is a welcome addition to SharePoint 2010 and is one of my favorite Enterprise Content Management features within this release. In this two part series I plan to delve into the configuration of the Metadata Service Application and then finish off with real life examples on utilizing our metadata throughout our SharePoint sites.  So what is the Managed Metadata Service Application all about and what value does it bring over what we had in SharePoint 2007?]]></description>
			<content:encoded><![CDATA[<p>The Managed metadata service application is a welcome addition to SharePoint 2010 and is one of my favorite Enterprise Content Management features within this release. In this two part series I plan to delve into the configuration of the Metadata Service Application and then finish off with real life examples on utilizing our metadata throughout our SharePoint sites.  So what is the Managed Metadata Service Application all about and what value does it bring over what we had in SharePoint 2007?</p>
<p>The Managed Metadata&#8217;s  primary purpose is to provide you with a central location to store metadata (commonly defined as data about data) that can be utilised throughout any site within your SharePoint farm.  This is definitely one step ahead of what we referred to as Content Types and Site Columns in SharePoint 2007 where it was cumbersome to deploy to more than one site collection.  I touched upon the Managed Metadata Service Application in my article in <a href="http://sharepointgeorge.com/2010/configuring-the-user-profile-service-in-sharepoint-2010/" target="_blank">Configuring the User Profile Service in SharePoint 2010</a> as this was a prerequisite for the User Profile Service Application.</p>
<p><strong>Primer on the Managed Metadata Service in SharePoint 2010</strong></p>
<p>Managed Metadata and the word Taxonomy go hand in hand, and as mentioned previously, the Managed metadata service application allows us to formalize our Taxonomy or metadata which will be utilized across the entire farm.</p>
<p>There are a number of concepts that you will need to familiarize yourself with before we embark on the configuration.</p>
<p><strong><em>Term Store </em><span style="font-weight: normal;">This is the database in which our managed metadata is stored in.</span></strong></p>
<p><strong><em>Term</em></strong> is a word or a phrase that can be associated with an item in SharePoint Server 2010.</p>
<p><em><strong>Term set</strong> </em>is a collection of related terms.</p>
<p>There are two types of Terms available within SharePoint 2010.  These are “Managed Terms” and “Enterprise Keywords”.</p>
<p>“<em><strong>Managed terms</strong></em>, commonly referred to as “Taxonomy” are predefined words or phrases that can only be created by users with the appropriate permissions.  We can refer to this special group of users as &#8220;Metadata Content Managers&#8221;.</p>
<p><em>“<strong>Enterprise keywords</strong></em>, commonly referred to as “Folksonomy” are words or phrases that have been added by the end user.</p>
<p>Now that we have a better understanding on some of the key concepts, let’s deep dive into our setup and configuration of the Managed Metadata Service Application.</p>
<p><strong>Setup the Managed Metadata Service</strong></p>
<p>To setup our Managed Metadata Service, navigate to Central Administration / Application Management / Manage Service Applications.</p>
<p>Click New and select “Managed Metadata Service”</p>
<p>Enter the follow details;</p>
<p><strong>Name:</strong> Managed Metadata Service</p>
<p><strong>Database Server: </strong>&lt;server_name&gt;</p>
<p><strong>Database Name: </strong>Managed Metadata DB</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image55.png"><img title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb55.png" border="0" alt="image thumb55 Configuring the User Profile Service in SharePoint 2010" width="312" height="400" /></a></p>
<p>I will utilize the sp_farm account for the Application Pool Identity.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image56.png"><img title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb56.png" border="0" alt="image thumb56 Configuring the User Profile Service in SharePoint 2010" width="415" height="410" /></a></p>
<p>Click Create.</p>
<p>Lastly, navigate to Central Administration / System Settings / Manage services on server and start the Managed Metadata Web Service.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image57.png"><img title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb57.png" border="0" alt="image thumb57 Configuring the User Profile Service in SharePoint 2010" width="560" height="46" /></a></p>
<p>Now that we have successfully setup our Managed Metadata Service, let’s venture into the Term Store Management Tool.  You can do so by navigating to Central Administration / Manage Service Applications and clicking on the newly created Managed Metadata Service.</p>
<p>Note, You can achieve the same by highlighting the service application and clicking on the Manage icon located in the ribbon.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image15.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb15.png" border="0" alt="image thumb15 Configuring the Managed Metadata Service Application in SharePoint 2010 Part 1" width="660" height="245" /></a></p>
<p>This will launch the below screen which is referred to as the Term Store Management Tool.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image16.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb16.png" border="0" alt="image thumb16 Configuring the Managed Metadata Service Application in SharePoint 2010 Part 1" width="660" height="429" /></a></p>
<p>Let’s quickly highlight what is made available on this screen.</p>
<p><strong>Available Service Applications: </strong>If the farm has been setup with multiple Managed Metadata service applications you can easily navigate and configure each one from the single interface.</p>
<p><strong>Sample Import: </strong>Here, Microsoft is providing your designated Metadata Managers with a template import file.  This template can be used as a base of creating your own which can then be later imported.</p>
<p><strong>Term Store Administrators: </strong>This is where you would add the designated users which will provide them with the ability to create new term set groups.  By doing so, they will in turn be able to provide the necessary permissions to the group manager role.  Note, users added here have full control of the specified term store.  In the above screen capture, I have gone ahead and added Administrator and myself as Term Store Administrators.</p>
<p><strong>Default Language:</strong> This one is self explanatory</p>
<p><strong>Working Languages: </strong>In addition to the Default Language, you can also specify additional languages available for translation purposes.</p>
<p>That’s it for now.  Stay tuned for my next article in which I will venture into creating Groups, Term Sets and Terms and demonstrate how we can utilize our managed metadata within our SharePoint sites.</p>
<p><strong>References</strong></p>
<p>Plan managed metadata (SharePoint Server 2010) <a href="http://technet.microsoft.com/en-us/library/ee530389.aspx" target="_blank">http://technet.microsoft.com/en-us/library/ee530389.aspx</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>If you enjoyed this article, consider sharing it with one of the below social networking sites:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;title=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201&amp;notes=The%20Managed%20metadata%20service%20application%20is%20a%20welcome%20addition%20to%20SharePoint%202010%20and%20is%20one%20of%20my%20favorite%20Enterprise%20Content%20Management%20features%20within%20this%20release.%20In%20this%20two%20part%20series%20I%20plan%20to%20delve%20into%20the%20configuration%20of%20the%20Metadata%20Service%20Application%20and%20then%20finish%20off%20with%20real%20life%20examples%20on%20utilizing%20our%20metadata%20throughout%20our%20SharePoint%20sites.%20%20So%20what%20is%20the%20Managed%20Metadata%20Service%20Application%20all%20about%20and%20what%20value%20does%20it%20bring%20over%20what%20we%20had%20in%20SharePoint%202007%3F" title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;title=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201&amp;bodytext=The%20Managed%20metadata%20service%20application%20is%20a%20welcome%20addition%20to%20SharePoint%202010%20and%20is%20one%20of%20my%20favorite%20Enterprise%20Content%20Management%20features%20within%20this%20release.%20In%20this%20two%20part%20series%20I%20plan%20to%20delve%20into%20the%20configuration%20of%20the%20Metadata%20Service%20Application%20and%20then%20finish%20off%20with%20real%20life%20examples%20on%20utilizing%20our%20metadata%20throughout%20our%20SharePoint%20sites.%20%20So%20what%20is%20the%20Managed%20Metadata%20Service%20Application%20all%20about%20and%20what%20value%20does%20it%20bring%20over%20what%20we%20had%20in%20SharePoint%202007%3F" title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;title=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201&amp;annotation=The%20Managed%20metadata%20service%20application%20is%20a%20welcome%20addition%20to%20SharePoint%202010%20and%20is%20one%20of%20my%20favorite%20Enterprise%20Content%20Management%20features%20within%20this%20release.%20In%20this%20two%20part%20series%20I%20plan%20to%20delve%20into%20the%20configuration%20of%20the%20Metadata%20Service%20Application%20and%20then%20finish%20off%20with%20real%20life%20examples%20on%20utilizing%20our%20metadata%20throughout%20our%20SharePoint%20sites.%20%20So%20what%20is%20the%20Managed%20Metadata%20Service%20Application%20all%20about%20and%20what%20value%20does%20it%20bring%20over%20what%20we%20had%20in%20SharePoint%202007%3F" title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;t=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;title=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=The%20Managed%20metadata%20service%20application%20is%20a%20welcome%20addition%20to%20SharePoint%202010%20and%20is%20one%20of%20my%20favorite%20Enterprise%20Content%20Management%20features%20within%20this%20release.%20In%20this%20two%20part%20series%20I%20plan%20to%20delve%20into%20the%20configuration%20of%20the%20Metadata%20Service%20Application%20and%20then%20finish%20off%20with%20real%20life%20examples%20on%20utilizing%20our%20metadata%20throughout%20our%20SharePoint%20sites.%20%20So%20what%20is%20the%20Managed%20Metadata%20Service%20Application%20all%20about%20and%20what%20value%20does%20it%20bring%20over%20what%20we%20had%20in%20SharePoint%202007%3F" title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;t=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;title=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;title=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;title=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;h=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;title=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201&amp;body=The%20Managed%20metadata%20service%20application%20is%20a%20welcome%20addition%20to%20SharePoint%202010%20and%20is%20one%20of%20my%20favorite%20Enterprise%20Content%20Management%20features%20within%20this%20release.%20In%20this%20two%20part%20series%20I%20plan%20to%20delve%20into%20the%20configuration%20of%20the%20Metadata%20Service%20Application%20and%20then%20finish%20off%20with%20real%20life%20examples%20on%20utilizing%20our%20metadata%20throughout%20our%20SharePoint%20sites.%20%20So%20what%20is%20the%20Managed%20Metadata%20Service%20Application%20all%20about%20and%20what%20value%20does%20it%20bring%20over%20what%20we%20had%20in%20SharePoint%202007%3F" title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;title=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201&amp;selection=The%20Managed%20metadata%20service%20application%20is%20a%20welcome%20addition%20to%20SharePoint%202010%20and%20is%20one%20of%20my%20favorite%20Enterprise%20Content%20Management%20features%20within%20this%20release.%20In%20this%20two%20part%20series%20I%20plan%20to%20delve%20into%20the%20configuration%20of%20the%20Metadata%20Service%20Application%20and%20then%20finish%20off%20with%20real%20life%20examples%20on%20utilizing%20our%20metadata%20throughout%20our%20SharePoint%20sites.%20%20So%20what%20is%20the%20Managed%20Metadata%20Service%20Application%20all%20about%20and%20what%20value%20does%20it%20bring%20over%20what%20we%20had%20in%20SharePoint%202007%3F" title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-managed-metadata-service-application-sharepoint-2010-part1%2F&amp;submitHeadline=Configuring%20the%20Managed%20Metadata%20Service%20Application%20in%20SharePoint%202010-Part%201&amp;submitSummary=The%20Managed%20metadata%20service%20application%20is%20a%20welcome%20addition%20to%20SharePoint%202010%20and%20is%20one%20of%20my%20favorite%20Enterprise%20Content%20Management%20features%20within%20this%20release.%20In%20this%20two%20part%20series%20I%20plan%20to%20delve%20into%20the%20configuration%20of%20the%20Metadata%20Service%20Application%20and%20then%20finish%20off%20with%20real%20life%20examples%20on%20utilizing%20our%20metadata%20throughout%20our%20SharePoint%20sites.%20%20So%20what%20is%20the%20Managed%20Metadata%20Service%20Application%20all%20about%20and%20what%20value%20does%20it%20bring%20over%20what%20we%20had%20in%20SharePoint%202007%3F&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=2019</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Office Web Apps for SharePoint 2010</title>
		<link>http://sharepointgeorge.com/2010/installing-office-web-apps-for-sharepoint-2010/</link>
		<comments>http://sharepointgeorge.com/2010/installing-office-web-apps-for-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 12:30:29 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=2004</guid>
		<description><![CDATA[We continue our journey in configuring our SharePoint 2010 farm and today we shift our focus to one of the many exciting new inclusions in SharePoint 2010, “Office Web Apps”.  Office Web Apps was first introduced with SharePoint 2010 and soon after released to the public (currently in beta form) to compete with Google Docs.  Quite simply, Office Web Apps is an online version of Word, Excel, PowerPoint and OneNote allowing users to access these applications and their respective documents from any Internet connection and web browser.  ]]></description>
			<content:encoded><![CDATA[<p>We continue our journey in configuring our SharePoint 2010 farm and today we shift our focus to one of the many exciting new inclusions in SharePoint 2010, “Office Web Apps”.  Office Web Apps was first introduced with SharePoint 2010 and soon after released to the public integrating with Windows Live SkyDrive (currently in beta form) to compete with Google Docs.  Office Web Apps is an online version of Microsoft Word, Excel, PowerPoint and OneNote allowing users to access these applications and their respective documents from any Internet connection and most notable web browsers.  For those running SharePoint 2010, you can deploy Office Web Apps onto your SharePoint farm providing your users with the same functionality as the online version of Office Web Apps.  Deploying Office Web Apps on your SharePoint farms will add the following service applications;</p>
<ul>
<li>Word Viewing Service Application</li>
<li>Excel Calculation Service</li>
<li>PowerPoint Service Application</li>
</ul>
<p>Today I will be extending my step by step SharePoint 2010 configuration articles and by the end of this post you will be able to open and edit Office documents from within your web browser without the requirement of having Microsoft Office installed locally.  This is a huge productivity gain for those that might be accessing their SharePoint sites from an Airport Kiosk where Office is usually not available.</p>
<p><strong>Installation</strong></p>
<p>You will need to download Office Web Apps from the Microsoft Download Site.  This download is available to Volume licensing customers or those with TechNet and MSDN subscriptions.  Let’s begin by launching the setup.exe and entering our product key;</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb.png" border="0" alt="image thumb Installing Office Web Apps for SharePoint 2010" width="632" height="339" /></a></p>
<p>Accept the licensing terms.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image1.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb1.png" border="0" alt="image thumb1 Installing Office Web Apps for SharePoint 2010" width="568" height="497" /></a></p>
<p>Click Continue</p>
<p>Choose a file location for installation.  Ensure you select a drive with adequate free space for your Data partition which stores the Office Web Apps search index files.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image2.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb2.png" border="0" alt="image thumb2 Installing Office Web Apps for SharePoint 2010" width="600" height="350" /></a></p>
<p>Click Install Now</p>
<p>Upon successful installation, you will be greeted with the “Run Configuration Wizard” window.  We will immediately run the configuration wizard by leaving the checkbox ticked and clicking close.  You can also achieve the same by running PSConfig.  Both methods will register the Office Web Apps services.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image3.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb3.png" border="0" alt="image thumb3 Installing Office Web Apps for SharePoint 2010" width="567" height="312" /></a></p>
<p>Click Close to Run the SharePoint Configuration Wizard.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image4.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb4.png" border="0" alt="image thumb4 Installing Office Web Apps for SharePoint 2010" width="536" height="201" /></a></p>
<p>Click Next and click Yes to acknowledging the restart of the IIS, SharePoint Administration and Timer Services.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image5.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb5.png" border="0" alt="image thumb5 Installing Office Web Apps for SharePoint 2010" width="602" height="267" /></a></p>
<p>Click Next</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image6.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb6.png" border="0" alt="image thumb6 Installing Office Web Apps for SharePoint 2010" width="497" height="249" /></a></p>
<p>Click Finish to acknowledge the successful configuration.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image7.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb7.png" border="0" alt="image thumb7 Installing Office Web Apps for SharePoint 2010" width="620" height="275" /></a></p>
<p>You will then receive the below Central Administration screen regarding configuring your SharePoint farm.  Because we have been configuring each service application one by one as needed (best practice) we will click cancel and proceed to activate the Office Web Apps services individually.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image8.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb8.png" border="0" alt="image thumb8 Installing Office Web Apps for SharePoint 2010" width="627" height="383" /></a></p>
<p><strong>Provisioning the Office Web Apps Service Applications</strong></p>
<p>Let’s begin by starting the relevant Office Web Apps services located under Central Administration / System Settings / Manage services on server.</p>
<p>Scroll down until you locate all of the Office Web Apps specific services, namely Excel Calculation Services, PowerPoint Service and Word Viewing Service.  Click Start for each respective service.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image9.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb9.png" border="0" alt="image thumb9 Installing Office Web Apps for SharePoint 2010" width="640" height="68" /></a></p>
<p>Let’s now navigate to Central Administration / Application Management / Manage service applications.</p>
<p>Click on New / Word View Service</p>
<p>Enter the following details to complete the creation of the Word Viewing Service Application.  Ensure that you select <em>“SharePoint Web Services System”</em> from the Use existing application pool option.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image10.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb10.png" border="0" alt="image thumb10 Installing Office Web Apps for SharePoint 2010" width="660" height="487" /></a></p>
<p>Click OK</p>
<p>Your service application will then proceed with the creation process and will be listed with our previously provisioned service applications.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image11.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb11.png" border="0" alt="image thumb11 Installing Office Web Apps for SharePoint 2010" width="661" height="82" /></a></p>
<p>You can now further provision the “Excel Services Application” and “PowerPoint Service Application” in the same manner following the above steps.  <em>Please note that there isn&#8217;t a separate service application for OneNote.</em></p>
<p><strong>Activating Office Web Apps</strong></p>
<p>Depending on where you want the feature activated, you will venture to your Site Collection(s) and activate each one individually or you can utilise PowerShell to activate multiple site collections at once within a single script.</p>
<p>From within your SharePoint Site, click on Site Actions / Site Settings.</p>
<p>Under Site Collection Administration, click on Site Collection Features.</p>
<p>Navigate down the page until you find Office Web Apps and click on Activate.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image12.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb12.png" border="0" alt="image thumb12 Installing Office Web Apps for SharePoint 2010" width="607" height="95" /></a></p>
<p>You should now be able to open a Microsoft Word document from a document library on your SharePoint site and it should launch within the browser by default.</p>
<p>To ensure the best experience possible for your end users, you should install Silverlight.  The below warning will be will be displayed if Silverlight is not detected.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image13.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb13.png" border="0" alt="image thumb13 Installing Office Web Apps for SharePoint 2010" width="660" height="245" /></a></p>
<p>By default, your browser will open the document in view mode and it’s only until you click on Edit in Browser that you will receive the Office Web Apps editing toolbar.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/07/image14.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/07/image_thumb14.png" border="0" alt="image thumb14 Installing Office Web Apps for SharePoint 2010" width="660" height="122" /></a></p>
<p><strong>Things to note</strong></p>
<ul>
<li>Silverlight installed on client computers will enhance the end user experience for Word and PowerPoint Web App and improve speed with regards to page loading.  There’s no benefits for Excel or OneNote Web App.</li>
<li> Installing Office Web Apps will change the default behaviour when opening documents from open in client application to open in browser.</li>
<li>There is no service application for OneNote.</li>
<li>Service Application Proxies are utilised to provide location information of a service instance within a farm.</li>
<li>You can load balance and install Office Web Apps on multiple servers to optimise performance.</li>
<li>When installing on a SharePoint farm (i.e not a standalone installation), you will need to install Office Web Apps on every server.</li>
<li>Current list of supported browsers include Internet Explorer 7 and 8, Firefox 3.X, Google Chrome and Safari 4.X.</li>
</ul>
<p><strong>Resources</strong></p>
<p>Office Web Apps (Installed on SharePoint 2010 Products) – TechNet <a href="http://technet.microsoft.com/en-us/library/ee855124.aspx">http://technet.microsoft.com/en-us/library/ee855124.aspx</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>If you enjoyed this article, consider sharing it with one of the below social networking sites:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;title=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010&amp;notes=We%20continue%20our%20journey%20in%20configuring%20our%20SharePoint%202010%20farm%20and%20today%20we%20shift%20our%20focus%20to%20one%20of%20the%20many%20exciting%20new%20inclusions%20in%20SharePoint%202010%2C%20%E2%80%9COffice%20Web%20Apps%E2%80%9D.%20%20Office%20Web%20Apps%20was%20first%20introduced%20with%20SharePoint%202010%20and%20soon%20after%20released%20to%20the%20public%20%28currently%20in%20beta%20form%29%20to%20compete%20with%20Google%20Docs.%20%20Quite%20simply%2C%20Office%20Web%20Apps%20is%20an%20online%20version%20of%20Word%2C%20Excel%2C%20PowerPoint%20and%20OneNote%20allowing%20users%20to%20access%20these%20applications%20and%20their%20respective%20documents%20from%20any%20Internet%20connection%20and%20web%20browser.%20%20" title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;title=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010&amp;bodytext=We%20continue%20our%20journey%20in%20configuring%20our%20SharePoint%202010%20farm%20and%20today%20we%20shift%20our%20focus%20to%20one%20of%20the%20many%20exciting%20new%20inclusions%20in%20SharePoint%202010%2C%20%E2%80%9COffice%20Web%20Apps%E2%80%9D.%20%20Office%20Web%20Apps%20was%20first%20introduced%20with%20SharePoint%202010%20and%20soon%20after%20released%20to%20the%20public%20%28currently%20in%20beta%20form%29%20to%20compete%20with%20Google%20Docs.%20%20Quite%20simply%2C%20Office%20Web%20Apps%20is%20an%20online%20version%20of%20Word%2C%20Excel%2C%20PowerPoint%20and%20OneNote%20allowing%20users%20to%20access%20these%20applications%20and%20their%20respective%20documents%20from%20any%20Internet%20connection%20and%20web%20browser.%20%20" title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;title=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010&amp;annotation=We%20continue%20our%20journey%20in%20configuring%20our%20SharePoint%202010%20farm%20and%20today%20we%20shift%20our%20focus%20to%20one%20of%20the%20many%20exciting%20new%20inclusions%20in%20SharePoint%202010%2C%20%E2%80%9COffice%20Web%20Apps%E2%80%9D.%20%20Office%20Web%20Apps%20was%20first%20introduced%20with%20SharePoint%202010%20and%20soon%20after%20released%20to%20the%20public%20%28currently%20in%20beta%20form%29%20to%20compete%20with%20Google%20Docs.%20%20Quite%20simply%2C%20Office%20Web%20Apps%20is%20an%20online%20version%20of%20Word%2C%20Excel%2C%20PowerPoint%20and%20OneNote%20allowing%20users%20to%20access%20these%20applications%20and%20their%20respective%20documents%20from%20any%20Internet%20connection%20and%20web%20browser.%20%20" title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;t=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;title=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=We%20continue%20our%20journey%20in%20configuring%20our%20SharePoint%202010%20farm%20and%20today%20we%20shift%20our%20focus%20to%20one%20of%20the%20many%20exciting%20new%20inclusions%20in%20SharePoint%202010%2C%20%E2%80%9COffice%20Web%20Apps%E2%80%9D.%20%20Office%20Web%20Apps%20was%20first%20introduced%20with%20SharePoint%202010%20and%20soon%20after%20released%20to%20the%20public%20%28currently%20in%20beta%20form%29%20to%20compete%20with%20Google%20Docs.%20%20Quite%20simply%2C%20Office%20Web%20Apps%20is%20an%20online%20version%20of%20Word%2C%20Excel%2C%20PowerPoint%20and%20OneNote%20allowing%20users%20to%20access%20these%20applications%20and%20their%20respective%20documents%20from%20any%20Internet%20connection%20and%20web%20browser.%20%20" title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;t=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;title=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;title=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;title=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;h=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;title=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010&amp;body=We%20continue%20our%20journey%20in%20configuring%20our%20SharePoint%202010%20farm%20and%20today%20we%20shift%20our%20focus%20to%20one%20of%20the%20many%20exciting%20new%20inclusions%20in%20SharePoint%202010%2C%20%E2%80%9COffice%20Web%20Apps%E2%80%9D.%20%20Office%20Web%20Apps%20was%20first%20introduced%20with%20SharePoint%202010%20and%20soon%20after%20released%20to%20the%20public%20%28currently%20in%20beta%20form%29%20to%20compete%20with%20Google%20Docs.%20%20Quite%20simply%2C%20Office%20Web%20Apps%20is%20an%20online%20version%20of%20Word%2C%20Excel%2C%20PowerPoint%20and%20OneNote%20allowing%20users%20to%20access%20these%20applications%20and%20their%20respective%20documents%20from%20any%20Internet%20connection%20and%20web%20browser.%20%20" title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;title=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010&amp;selection=We%20continue%20our%20journey%20in%20configuring%20our%20SharePoint%202010%20farm%20and%20today%20we%20shift%20our%20focus%20to%20one%20of%20the%20many%20exciting%20new%20inclusions%20in%20SharePoint%202010%2C%20%E2%80%9COffice%20Web%20Apps%E2%80%9D.%20%20Office%20Web%20Apps%20was%20first%20introduced%20with%20SharePoint%202010%20and%20soon%20after%20released%20to%20the%20public%20%28currently%20in%20beta%20form%29%20to%20compete%20with%20Google%20Docs.%20%20Quite%20simply%2C%20Office%20Web%20Apps%20is%20an%20online%20version%20of%20Word%2C%20Excel%2C%20PowerPoint%20and%20OneNote%20allowing%20users%20to%20access%20these%20applications%20and%20their%20respective%20documents%20from%20any%20Internet%20connection%20and%20web%20browser.%20%20" title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-office-web-apps-for-sharepoint-2010%2F&amp;submitHeadline=Installing%20Office%20Web%20Apps%20for%20SharePoint%202010&amp;submitSummary=We%20continue%20our%20journey%20in%20configuring%20our%20SharePoint%202010%20farm%20and%20today%20we%20shift%20our%20focus%20to%20one%20of%20the%20many%20exciting%20new%20inclusions%20in%20SharePoint%202010%2C%20%E2%80%9COffice%20Web%20Apps%E2%80%9D.%20%20Office%20Web%20Apps%20was%20first%20introduced%20with%20SharePoint%202010%20and%20soon%20after%20released%20to%20the%20public%20%28currently%20in%20beta%20form%29%20to%20compete%20with%20Google%20Docs.%20%20Quite%20simply%2C%20Office%20Web%20Apps%20is%20an%20online%20version%20of%20Word%2C%20Excel%2C%20PowerPoint%20and%20OneNote%20allowing%20users%20to%20access%20these%20applications%20and%20their%20respective%20documents%20from%20any%20Internet%20connection%20and%20web%20browser.%20%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=2004</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Enterprise Search in SharePoint 2010</title>
		<link>http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/</link>
		<comments>http://sharepointgeorge.com/2010/configuring-enterprise-search-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 12:30:38 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1952</guid>
		<description><![CDATA[We all have to agree that search plays an integral part of any successful SharePoint deployment and is an area that Microsoft continues to invest in with each new release of SharePoint. Microsoft went as far as acquiring FAST 2 years ago which it now offers as a separate add-on to SharePoint for those willing to invest in high end enterprise search. Today we will introduce SharePoint Server 2010 Search ...]]></description>
			<content:encoded><![CDATA[<p>We all have to agree that search plays an integral part of any successful SharePoint deployment and is an area that Microsoft continues to invest in with each new release of SharePoint. Microsoft went as far as acquiring FAST 2 years ago which it now offers as a separate add-on to SharePoint for those willing to invest in high end enterprise search.  In addition to FAST, SharePoint 2010 search comes in a number of flavors each offering their own feature set and capabilities which I have duplicated at the end of this article as an Appendix for convenience.</p>
<p>Today we will introduce SharePoint Server 2010 Search and eventually work our way up to Microsoft’s latest and greatest FAST Search Server in a near future article.  Before we deep dive into the step by step guide I will begin by listing some of the new features that you will come to expect from SharePoint Server 2010 Search.   These are as follows;</p>
<ul>
<li>Boolean query syntax has finally been introduced.  These include AND, OR and NOT operators in your search queries.</li>
<li>Suggestions whilst typing and after running search queries, a feature that we have come to love with major search engines such as Google and Bing.</li>
<li>Integrating SharePoint enterprise search with Windows 7, allowing end users to utilise the Windows 7 search box to locate SharePoint 2010 content.</li>
<li>Results display has been refined to provide filters for search results such as document type, categories and managed properties.</li>
<li>View in Browser capabilities, allows end users to view documents within their own browser utilising Office Web Apps and not having to rely on launching the necessary Microsoft Office Application, or even the need of having it installed on their local machine.  This is handy when browsing your SharePoint site via Kiosks and Internet Cafes that may not be running the Microsoft Office Suite.</li>
<li>Last but not least, there have been a number of improvements to People Search, including phonetic name and nickname matching, and improved relevance and self search.</li>
</ul>
<p>Now that we have a taste for what’s to come, let’s begin our configuration.</p>
<p>SharePoint Server Search is a service application which we have come to learn about over the past few articles that it is independent of other services and is no longer tied to the Shared Services Provider (SSP) that was introduced in SharePoint 2007.</p>
<p>SharePoint 2010 search architecture is made up of the Crawler, Indexing Engine, Query Engine and the User Interface and Query Object Model.  We now have greater flexibility and expandability with our search design in 2010 and can setup not only multiple Query Servers but can now scale out our Index server and add multiple instances.</p>
<p>Below is a logical overview of the components that will make up our SharePoint 2010 search configuration.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image20.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb20.png" border="0" alt="image thumb20 Configuring Enterprise Search in SharePoint 2010" width="623" height="452" /></a></p>
<p><strong>Configuring the Service Application</strong></p>
<p>As always we begin our journey in Central Administration / Application Management / Manage Service Applications.</p>
<p>Click New / Search Service Application.</p>
<p><strong>Name: </strong>Enter a name for your Service Application.</p>
<p><strong>FAST Service Application:</strong> Select “None” (we will leave the configuration of FAST for a future article)<a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image21.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb21.png" border="0" alt="image thumb21 Configuring Enterprise Search in SharePoint 2010" width="668" height="433" /></a></p>
<p><strong>Search Service Account: </strong>Click on Register new managed account and ensure your domain account has already been provisioned in Active Directory.  I have created a separate search account; e.g. DOMAIN\sp_search</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image22.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb22.png" border="0" alt="image thumb22 Configuring Enterprise Search in SharePoint 2010" width="660" height="556" /></a></p>
<p><strong>Application Pool for Search Admin Web Service: </strong>Create a new application pool for your search admin web service application.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image23.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb23.png" border="0" alt="image thumb23 Configuring Enterprise Search in SharePoint 2010" width="649" height="273" /></a></p>
<p><strong>Application Pool for Search Query and Site Settings Web Service:</strong> <span style="font-weight: normal;">Create a new application pool for your search query web service application.</span></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image24.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb24.png" border="0" alt="image thumb24 Configuring Enterprise Search in SharePoint 2010" width="650" height="276" /></a></p>
<p>Click Create</p>
<p>The search service application will begin its configuration process.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image25.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb25.png" border="0" alt="image thumb25 Configuring Enterprise Search in SharePoint 2010" width="509" height="265" /></a></p>
<p>You will eventually be presented with confirmation that the search service application was created successfully.</p>
<p>If we now navigate back to Application Management / Manage Service Applications, you will notice that 2 additional services have been added to our list.  These are;</p>
<ol>
<li>Search Service Application (Typical Search Administration page which is similar to that in SharePoint 2007. From here we can create content crawl rules, reset indexes, setup content sources etc).</li>
<li>WSS_UsageApplication (This is a new service in SharePoint 2010 that specifically handles our Usage and Health Data Collection Service Application.  This service application handles web analytics such as usage, search query usage, rating usage etc  More on this in a future article).</li>
</ol>
<p>Let’s now launch the Search Administration page by clicking on our Search Service Application.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image26.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb26.png" border="0" alt="image thumb26 Configuring Enterprise Search in SharePoint 2010" width="625" height="657" /></a></p>
<p>Our Default content access account should be set to the account that we had specified at the time of provisioning the Search Service Application; i.e. DOMAIN\sp_search</p>
<p><strong>Confirming Permissions</strong></p>
<p>There are a couple of areas to note that we should check to ensure that our Default content access acount (sp_search) has been provided with the appropriate access permissions.  Let’s first begin by checking our User Profile Service Application by Navigating to Service Applications / User Profiles.  Just highlight the User Profiles and select Administrators from the ribbon.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image37.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb37.png" border="0" alt="image thumb37 Configuring Enterprise Search in SharePoint 2010" width="707" height="432" /></a></p>
<p>Our newly provisioned sp_search account should have “Retrieve People Data for Search Crawlers” selected as a permission.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image38.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb38.png" border="0" alt="image thumb38 Configuring Enterprise Search in SharePoint 2010" width="427" height="489" /></a></p>
<p>We will also confirm that our sp_search account has the necessary “Read” permissions against the Web Applications being crawled.</p>
<p>Navigate to Central Administration / Application Management / Manage Web Applications.  Again, highlight the Web Application in question and from the ribbon select User Policy.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image39.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb39.png" border="0" alt="image thumb39 Configuring Enterprise Search in SharePoint 2010" width="534" height="266" /></a></p>
<p>Ensure that the Search Crawling Account is set to the sp_search domain account.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image40.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb40.png" border="0" alt="image thumb40 Configuring Enterprise Search in SharePoint 2010" width="488" height="81" /></a></p>
<p><strong>Content Sources</strong></p>
<p>Let’s venture into our content sources listed in the Quick Launch navigation bar under Crawling.</p>
<p>As was the case with SharePoint 2007, our Local SharePoint sites will be detected by default, albeit without a crawl schedule.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image27.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb27.png" border="0" alt="image thumb27 Configuring Enterprise Search in SharePoint 2010" width="550" height="184" /></a></p>
<p>Check to see that your Start Addresses are located within your content source via editing the content source from the drop down menu.  These includes all SharePoint Web Applications and the sps3 &#8220;User Profiles&#8221; address.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image28.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb28.png" border="0" alt="image thumb28 Configuring Enterprise Search in SharePoint 2010" width="371" height="136" /></a></p>
<p>You can easily create your crawl schedule by clicking on Local SharePoint sites and scrolling down to Crawl Schedules.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image29.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb29.png" border="0" alt="image thumb29 Configuring Enterprise Search in SharePoint 2010" width="660" height="140" /></a></p>
<p>Let’s initiate a Full Crawl by clicking on Start all Crawls from the Manage Content Sources page.</p>
<p>Once your crawl has completed, you should confirm that there were no errors encountered during the initial crawl.  Usually any errors noted are most likely due to incorrect permission assignments.</p>
<p><strong>Creating a “Basic Search Center” Site</strong></p>
<p>If you haven’t done so already, from your top level site, click on Site Actions / New Site.</p>
<p>Select “Basic Search Center”</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image30.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb30.png" border="0" alt="image thumb30 Configuring Enterprise Search in SharePoint 2010" width="660" height="276" /></a></p>
<p>Enter a Name and URL and click on Create.</p>
<p>This will provision the Search Center similar to the below.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image31.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb31.png" border="0" alt="image thumb31 Configuring Enterprise Search in SharePoint 2010" width="660" height="244" /></a></p>
<p><strong>Creating an “Enterprise Search Center” Site</strong></p>
<p>Let&#8217;s also create an Enterprise Search Center for comparison.  The key difference here is that we are provided with two tabs for searching, one for Sites and the other for People.  The &#8220;Enterprise Search Center&#8221; will be the search site of choice for most organizations running SharePoint Server.</p>
<p>From Central Administration / Application Management / Site Collections, click on Create site collections.   Ensure you are creating the Site Collection below the relevant Web Application.</p>
<p>Enter your Title, Description etc and select the Enterprise Tab under Template selection.  Select the Enterprise Search Center, specify your site collection administrators and click OK.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image32.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb32.png" border="0" alt="image thumb32 Configuring Enterprise Search in SharePoint 2010" width="660" height="447" /></a></p>
<p>This will provision the Enterprise Search Center similar to the below.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image33.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb33.png" border="0" alt="image thumb33 Configuring Enterprise Search in SharePoint 2010" width="660" height="259" /></a></p>
<p>As we have already completed an initial Full crawl earlier, I can now test my new search centers by performing a couple of searches.</p>
<p><strong>Searching Content</strong></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image34.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb34.png" border="0" alt="image thumb34 Configuring Enterprise Search in SharePoint 2010" width="684" height="427" /></a></p>
<p><strong>Searching People</strong></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image35.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb35.png" border="0" alt="image thumb35 Configuring Enterprise Search in SharePoint 2010" width="686" height="345" /></a></p>
<p>Now I ran into an issue when trying to search for content located in My Sites.  The crawl log displayed the following warning;</p>
<p><em>“This item and all items under it will not be crawled because the owner has set the NoCrawl flag to prevent it from being searchable”</em></p>
<p>In order to fix this issue (and this is true for any Site Collection), is to navigate to your My Site host and click on Site Actions / Site Settings.</p>
<p>Click on “Search and offline availability” under Site Administration, and ensure that you have Indexing Site Content, Allow this site to appear in search results? set to &#8220;Yes&#8221;.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image36.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb36.png" border="0" alt="image thumb36 Configuring Enterprise Search in SharePoint 2010" width="660" height="412" /></a></p>
<p>After enabling the indexing of My Sites, I was able to successfully perform My Site Content searches and the warning disappeared from the Crawl Log.</p>
<p>That&#8217;s all that is to it in setting up a search center in its most basic form.  From here you can expand your service applications over multiple servers providing you with redundancy, scalability and increased performance .  Until next time, happy searching <img src='http://sharepointgeorge.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Configuring Enterprise Search in SharePoint 2010" /> </p>
<p><strong>References:</strong></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=96663B95-E9F5-48C8-BEB9-A15AD119C499&amp;displaylang=en" target="_blank">TechNet :: Getting Started with Enterprise Search in SharePoint 2010 Products</a></p>
<p><strong> </strong></p>
<p><strong>Appendix</strong></p>
<p>SharePoint Versions Search Comparison</p>
<table border="1" cellspacing="0" cellpadding="0" width="600">
<tbody>
<tr>
<td width="115" valign="top"><span style="font-size: x-small;"><span style="font-family: arial;"><strong>Feature</strong><strong> </strong></span></span><strong> </strong></td>
<td width="103" valign="top"><strong><span style="font-family: arial; font-size: x-small;">SharePoint Foundation 2010</span></strong></td>
<td width="90" valign="top"><strong><span style="font-family: arial; font-size: x-small;">Search Server 2010 Express</span></strong></td>
<td width="84" valign="top"><strong><span style="font-family: arial; font-size: x-small;">Search Server 2010</span></strong></td>
<td width="103" valign="top"><strong><span style="font-family: arial; font-size: x-small;">SharePoint Server 2010</span></strong></td>
<td width="103" valign="top"><strong><span style="font-family: arial; font-size: x-small;">FAST Search Server 2010 for SharePoint</span></strong></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Basic site search</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="90" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="84" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Best Bets</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="84" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Visual Best Bets</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Similar Results</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Duplicate Results</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Search Scopes</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="84" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Search Enhancement based on user context</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Crawled and Managed Properties</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="84" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y*</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Query Federation</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="84" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Query Suggestions</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="84" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Sort Results on Managed Properties or Rank Profiles</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Relevancy Tuning by Document or Site Promotions</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="84" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y*</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Shallow Results Refinement</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="84" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Deep Results Refinement</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Document Preview</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Windows 7 Federation</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="84" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">People Search</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Social Search</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Taxonomy Integration</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Multi-Tenant Hosting</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
<tr>
<td width="115" valign="top"><span style="font-family: arial; font-size: x-small;">Rich Web Indexing Support</span></td>
<td width="103" valign="top"></td>
<td width="90" valign="top"></td>
<td width="84" valign="top"></td>
<td width="103" valign="top"></td>
<td width="103" valign="top"><span style="font-family: arial; font-size: x-small;">Y</span></td>
</tr>
</tbody>
</table>

<div class="sociable">
<div class="sociable_tagline">
<strong>If you enjoyed this article, consider sharing it with one of the below social networking sites:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;title=Configuring%20Enterprise%20Search%20in%20SharePoint%202010&amp;notes=We%20all%20have%20to%20agree%20that%20search%20plays%20an%20integral%20part%20of%20any%20successful%20SharePoint%20deployment%20and%20is%20an%20area%20that%20Microsoft%20continues%20to%20invest%20in%20with%20each%20new%20release%20of%20SharePoint.%20Microsoft%20went%20as%20far%20as%20acquiring%20FAST%202%20years%20ago%20which%20it%20now%20offers%20as%20a%20separate%20add-on%20to%20SharePoint%20for%20those%20willing%20to%20invest%20in%20high%20end%20enterprise%20search.%20Today%20we%20will%20introduce%20SharePoint%20Server%202010%20Search%20..." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;title=Configuring%20Enterprise%20Search%20in%20SharePoint%202010&amp;bodytext=We%20all%20have%20to%20agree%20that%20search%20plays%20an%20integral%20part%20of%20any%20successful%20SharePoint%20deployment%20and%20is%20an%20area%20that%20Microsoft%20continues%20to%20invest%20in%20with%20each%20new%20release%20of%20SharePoint.%20Microsoft%20went%20as%20far%20as%20acquiring%20FAST%202%20years%20ago%20which%20it%20now%20offers%20as%20a%20separate%20add-on%20to%20SharePoint%20for%20those%20willing%20to%20invest%20in%20high%20end%20enterprise%20search.%20Today%20we%20will%20introduce%20SharePoint%20Server%202010%20Search%20..." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;title=Configuring%20Enterprise%20Search%20in%20SharePoint%202010&amp;annotation=We%20all%20have%20to%20agree%20that%20search%20plays%20an%20integral%20part%20of%20any%20successful%20SharePoint%20deployment%20and%20is%20an%20area%20that%20Microsoft%20continues%20to%20invest%20in%20with%20each%20new%20release%20of%20SharePoint.%20Microsoft%20went%20as%20far%20as%20acquiring%20FAST%202%20years%20ago%20which%20it%20now%20offers%20as%20a%20separate%20add-on%20to%20SharePoint%20for%20those%20willing%20to%20invest%20in%20high%20end%20enterprise%20search.%20Today%20we%20will%20introduce%20SharePoint%20Server%202010%20Search%20..." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;t=Configuring%20Enterprise%20Search%20in%20SharePoint%202010" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Configuring%20Enterprise%20Search%20in%20SharePoint%202010&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;title=Configuring%20Enterprise%20Search%20in%20SharePoint%202010&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=We%20all%20have%20to%20agree%20that%20search%20plays%20an%20integral%20part%20of%20any%20successful%20SharePoint%20deployment%20and%20is%20an%20area%20that%20Microsoft%20continues%20to%20invest%20in%20with%20each%20new%20release%20of%20SharePoint.%20Microsoft%20went%20as%20far%20as%20acquiring%20FAST%202%20years%20ago%20which%20it%20now%20offers%20as%20a%20separate%20add-on%20to%20SharePoint%20for%20those%20willing%20to%20invest%20in%20high%20end%20enterprise%20search.%20Today%20we%20will%20introduce%20SharePoint%20Server%202010%20Search%20..." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;t=Configuring%20Enterprise%20Search%20in%20SharePoint%202010" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;title=Configuring%20Enterprise%20Search%20in%20SharePoint%202010" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;title=Configuring%20Enterprise%20Search%20in%20SharePoint%202010" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Configuring%20Enterprise%20Search%20in%20SharePoint%202010&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;title=Configuring%20Enterprise%20Search%20in%20SharePoint%202010" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;h=Configuring%20Enterprise%20Search%20in%20SharePoint%202010" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;title=Configuring%20Enterprise%20Search%20in%20SharePoint%202010&amp;body=We%20all%20have%20to%20agree%20that%20search%20plays%20an%20integral%20part%20of%20any%20successful%20SharePoint%20deployment%20and%20is%20an%20area%20that%20Microsoft%20continues%20to%20invest%20in%20with%20each%20new%20release%20of%20SharePoint.%20Microsoft%20went%20as%20far%20as%20acquiring%20FAST%202%20years%20ago%20which%20it%20now%20offers%20as%20a%20separate%20add-on%20to%20SharePoint%20for%20those%20willing%20to%20invest%20in%20high%20end%20enterprise%20search.%20Today%20we%20will%20introduce%20SharePoint%20Server%202010%20Search%20..." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;title=Configuring%20Enterprise%20Search%20in%20SharePoint%202010&amp;selection=We%20all%20have%20to%20agree%20that%20search%20plays%20an%20integral%20part%20of%20any%20successful%20SharePoint%20deployment%20and%20is%20an%20area%20that%20Microsoft%20continues%20to%20invest%20in%20with%20each%20new%20release%20of%20SharePoint.%20Microsoft%20went%20as%20far%20as%20acquiring%20FAST%202%20years%20ago%20which%20it%20now%20offers%20as%20a%20separate%20add-on%20to%20SharePoint%20for%20those%20willing%20to%20invest%20in%20high%20end%20enterprise%20search.%20Today%20we%20will%20introduce%20SharePoint%20Server%202010%20Search%20..." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-enterprise-search-sharepoint-2010%2F&amp;submitHeadline=Configuring%20Enterprise%20Search%20in%20SharePoint%202010&amp;submitSummary=We%20all%20have%20to%20agree%20that%20search%20plays%20an%20integral%20part%20of%20any%20successful%20SharePoint%20deployment%20and%20is%20an%20area%20that%20Microsoft%20continues%20to%20invest%20in%20with%20each%20new%20release%20of%20SharePoint.%20Microsoft%20went%20as%20far%20as%20acquiring%20FAST%202%20years%20ago%20which%20it%20now%20offers%20as%20a%20separate%20add-on%20to%20SharePoint%20for%20those%20willing%20to%20invest%20in%20high%20end%20enterprise%20search.%20Today%20we%20will%20introduce%20SharePoint%20Server%202010%20Search%20...&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1952</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring My Site in SharePoint 2010</title>
		<link>http://sharepointgeorge.com/2010/configuring-my-site-sharepoint-2010/</link>
		<comments>http://sharepointgeorge.com/2010/configuring-my-site-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 12:30:10 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1898</guid>
		<description><![CDATA[SharePoint My Sites are commonly referred to as “Facebook for the enterprise” and are personal site collections providing each user with the ability to store private and public information such as documents, pictures, status updates, etc easily and efficiently.  ]]></description>
			<content:encoded><![CDATA[<p>SharePoint My Sites are commonly referred to as “Facebook for the enterprise” and are personal site collections providing each user with the ability to store private and public information such as documents, pictures, status updates, etc easily and efficiently.  My Sites in SharePoint 2010 takes social enterprise computing to the next level and builds upon what we have come to love in previous versions.  Microsoft saw the need to continue to invest and enhance SharePoint’s social networking capabilities, and as web 2.0 technologies continue to sprawl all over the world wide web, Microsoft have again successfully set the bench mark in the enterprise by introducing an array of social computing features to enhance end user collaboration in SharePoint 2010.</p>
<p>In my last article I introduced and configured our first service  application for our SharePoint 2010 deployment, <a href="../2010/configuring-the-user-profile-service-in-sharepoint-2010/" target="_blank">User Profiles</a>, which provided us with a central  location for storing user details that will later be imported from a  content source such as Active Directory.  Today we will continue our journey to plan and configure User’s My Sites in SharePoint  2010.</p>
<p><strong>Prerequisites</strong></p>
<p>This article is the 5th in my series on deploying SharePoint 2010 for the enterprise, so if you have missed the first 4, you can easily catch-up via the links below;</p>
<ol>
<li><a href="http://sharepointgeorge.com/2010/installing-sharepoint-2010-privilege-service-accounts/">Installing SharePoint 2010 using Least Privilege Service Accounts</a></li>
<li><a href="http://sharepointgeorge.com/2010/configuring-incoming-email-sharepoint-2010/">Configuring incoming email in SharePoint 2010 with Exchange 2010 </a></li>
<li><a href="http://sharepointgeorge.com/2010/configuring-outgoing-email-sharepoint-2010/">Configuring outgoing email in SharePoint 2010 with Exchange 2010</a></li>
<li><a href="http://sharepointgeorge.com/2010/configuring-the-user-profile-service-in-sharepoint-2010/">Configuring the User Profile Service in SharePoint 2010</a></li>
</ol>
<p><strong>Create the My Site Web Application</strong></p>
<p>We begin by first creating a Web Application that will eventually house our My Site Host and subsequent site collections.</p>
<p>Navigate to Central Administration / Application Management / Web Applications</p>
<p>Click New</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb.png" border="0" alt="image thumb Configuring My Site in SharePoint 2010" width="652" height="236" /></a></p>
<p><strong>Authentication: </strong>Select either Claims or Classic depending on your requirements.  I will select &#8220;Classic&#8221;</p>
<p><strong>IIS Web Site: </strong>Create a new IIS web site (enter your details as per your requirements)</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image1.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb1.png" border="0" alt="image thumb1 Configuring My Site in SharePoint 2010" width="608" height="550" /></a></p>
<p><strong>Authentication Provider: </strong>Select your preferred provider based on your requirements.</p>
<p><strong>Public URL:</strong> Specify the URL that users will type to access their My Sites.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image2.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb2.png" border="0" alt="image thumb2 Configuring My Site in SharePoint 2010" width="572" height="525" /></a></p>
<p><strong>Application Pool: </strong>Create a new application pool and give it a descriptive name</p>
<p>As we have been utilizing the least privilege model whilst configuring our SharePoint farm in this series, we will click on Register a new managed account and enter the details for our My Site Application Pool Identity.  Note: This account will be required to be provisioned in Active Directory before you can proceed. e.g. In my example I have created an account called DOMAIN\sp_mysite.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image3.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb3.png" border="0" alt="image thumb3 Configuring My Site in SharePoint 2010" width="661" height="538" /></a></p>
<p>Click OK</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image4.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb4.png" border="0" alt="image thumb4 Configuring My Site in SharePoint 2010" width="592" height="277" /></a></p>
<p><strong>Database Name and Authentication: </strong>Specify your Database server and Database name.</p>
<p><strong>Failover Server: </strong>Specify your failover server if you are utilising SQL Server database mirroring.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image5.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb5.png" border="0" alt="image thumb5 Configuring My Site in SharePoint 2010" width="579" height="673" /></a></p>
<p>Click OK</p>
<p>You should receive the below confirmation that the Web Application has been successfully created.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image6.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb6.png" border="0" alt="image thumb6 Configuring My Site in SharePoint 2010" width="511" height="317" /></a></p>
<p>Click on our newly created “SharePoint – My Site” Web Application and click on General Settings.  Proceed to fill out your Web Application specific settings such as the Default Time Zone etc.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image7.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb7.png" border="0" alt="image thumb7 Configuring My Site in SharePoint 2010" width="470" height="285" /></a></p>
<p><strong>Create the My Site Host Site Collection</strong></p>
<p>Now that we have successfully created our My Site Web Application, we can now proceed to create our My Site Host Site Collection.  This will be the top level site that will house our individual user&#8217;s site collections.</p>
<p>Navigate to Central Administration / Application Management / Create site collections.</p>
<p>Ensure that the recently created My Site Web Application is selected, enter in a Title and click select the My Site Host Template located under the Enterprise Tab.  Lastly, specify your site collection administrators and click OK.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image8.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb8.png" border="0" alt="image thumb8 Configuring My Site in SharePoint 2010" width="496" height="632" /></a></p>
<p>You should then receive confirmation that the top level My Site Host has been successfully created.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image9.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb9.png" border="0" alt="image thumb9 Configuring My Site in SharePoint 2010" width="643" height="155" /></a></p>
<p><strong>Setup My Sites</strong></p>
<p>Now that we have successfully provisioned our My Site Web Application and Top Level Site Collection that will host our My Sites, we can continue to configure our My Site Settings.</p>
<p>Navigate to Central Administration / Application Management / Manage service applications.</p>
<p>Click on User Profiles.</p>
<p>Click on Setup My Sites located under My Site Settings.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image10.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb10.png" border="0" alt="image thumb10 Configuring My Site in SharePoint 2010" width="557" height="112" /></a></p>
<p>Enter the details of your Preferred Search Center if you have one setup already.</p>
<p>Enter the URL of your My Site Host that we have just created in the previous step and the personal site location.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image11.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb11.png" border="0" alt="image thumb11 Configuring My Site in SharePoint 2010" width="512" height="385" /></a></p>
<p>Finally, select your Site Naming format, configure your Language Options, Permissions and My Site Email Notifications.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image12.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb12.png" border="0" alt="image thumb12 Configuring My Site in SharePoint 2010" width="591" height="645" /></a></p>
<p>Click OK.</p>
<p><strong>Add our Managed Path</strong></p>
<p>Because we have specified “personal” as our Personal Site Location, we will need to define our managed path against our My Site Web Application.</p>
<p>Navigate to Central Administration / Application Management / Manage Web Applications.</p>
<p>Click on your My Site Web Application and click on Managed Paths from the Ribbon.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image13.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb13.png" border="0" alt="image thumb13 Configuring My Site in SharePoint 2010" width="386" height="285" /></a></p>
<p>Add “personal” as a Wildcard inclusion, click Add Path and click OK</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image14.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb14.png" border="0" alt="image thumb14 Configuring My Site in SharePoint 2010" width="508" height="491" /></a></p>
<p><strong>Enable Self-Service Creation</strong></p>
<p>Our last configuration step provides our users with the privilege to provision their own My Site&#8217;s by enabling the Self-Service Creation.</p>
<p>Navigate back to Central Administration / Application Management / Manage Web Applications.</p>
<p>Click on your My Site Web Application and click on Self-Service Site Creation.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image15.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb15.png" border="0" alt="image thumb15 Configuring My Site in SharePoint 2010" width="380" height="270" /></a></p>
<p>Select On and click OK.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image16.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb16.png" border="0" alt="image thumb16 Configuring My Site in SharePoint 2010" width="508" height="363" /></a></p>
<p>If I now browse to my My Site URL I will be presented with the following “What’s New” Page.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image17.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb17.png" border="0" alt="image thumb17 Configuring My Site in SharePoint 2010" width="660" height="267" /></a></p>
<p>It is only until I click on “My Content”, that SharePoint will proceed to create my personal site as per SharePoint 2007.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image18.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb18.png" border="0" alt="image thumb18 Configuring My Site in SharePoint 2010" width="612" height="273" /></a></p>
<p><strong>My Content</strong></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/06/image19.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/06/image_thumb19.png" border="0" alt="image thumb19 Configuring My Site in SharePoint 2010" width="660" height="341" /></a></p>
<p>As you can see, we have now successfully completed our setup of a My Site Host which will house our user’s My Sites.</p>
<p>There is a whole bunch of new exciting features within SharePoint 2010 and its latest iteration of My Site in which I will deep dive in future articles.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>If you enjoyed this article, consider sharing it with one of the below social networking sites:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;title=Configuring%20My%20Site%20in%20SharePoint%202010&amp;notes=SharePoint%20My%20Sites%20are%20commonly%20referred%20to%20as%20%E2%80%9CFacebook%20for%20the%20enterprise%E2%80%9D%20and%20are%20personal%20site%20collections%20providing%20each%20user%20with%20the%20ability%20to%20store%20private%20and%20public%20information%20such%20as%20documents%2C%20pictures%2C%20status%20updates%2C%20etc%20easily%20and%20efficiently.%20%20" title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;title=Configuring%20My%20Site%20in%20SharePoint%202010&amp;bodytext=SharePoint%20My%20Sites%20are%20commonly%20referred%20to%20as%20%E2%80%9CFacebook%20for%20the%20enterprise%E2%80%9D%20and%20are%20personal%20site%20collections%20providing%20each%20user%20with%20the%20ability%20to%20store%20private%20and%20public%20information%20such%20as%20documents%2C%20pictures%2C%20status%20updates%2C%20etc%20easily%20and%20efficiently.%20%20" title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;title=Configuring%20My%20Site%20in%20SharePoint%202010&amp;annotation=SharePoint%20My%20Sites%20are%20commonly%20referred%20to%20as%20%E2%80%9CFacebook%20for%20the%20enterprise%E2%80%9D%20and%20are%20personal%20site%20collections%20providing%20each%20user%20with%20the%20ability%20to%20store%20private%20and%20public%20information%20such%20as%20documents%2C%20pictures%2C%20status%20updates%2C%20etc%20easily%20and%20efficiently.%20%20" title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;t=Configuring%20My%20Site%20in%20SharePoint%202010" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Configuring%20My%20Site%20in%20SharePoint%202010&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;title=Configuring%20My%20Site%20in%20SharePoint%202010&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=SharePoint%20My%20Sites%20are%20commonly%20referred%20to%20as%20%E2%80%9CFacebook%20for%20the%20enterprise%E2%80%9D%20and%20are%20personal%20site%20collections%20providing%20each%20user%20with%20the%20ability%20to%20store%20private%20and%20public%20information%20such%20as%20documents%2C%20pictures%2C%20status%20updates%2C%20etc%20easily%20and%20efficiently.%20%20" title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;t=Configuring%20My%20Site%20in%20SharePoint%202010" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;title=Configuring%20My%20Site%20in%20SharePoint%202010" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;title=Configuring%20My%20Site%20in%20SharePoint%202010" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Configuring%20My%20Site%20in%20SharePoint%202010&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;title=Configuring%20My%20Site%20in%20SharePoint%202010" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;h=Configuring%20My%20Site%20in%20SharePoint%202010" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;title=Configuring%20My%20Site%20in%20SharePoint%202010&amp;body=SharePoint%20My%20Sites%20are%20commonly%20referred%20to%20as%20%E2%80%9CFacebook%20for%20the%20enterprise%E2%80%9D%20and%20are%20personal%20site%20collections%20providing%20each%20user%20with%20the%20ability%20to%20store%20private%20and%20public%20information%20such%20as%20documents%2C%20pictures%2C%20status%20updates%2C%20etc%20easily%20and%20efficiently.%20%20" title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;title=Configuring%20My%20Site%20in%20SharePoint%202010&amp;selection=SharePoint%20My%20Sites%20are%20commonly%20referred%20to%20as%20%E2%80%9CFacebook%20for%20the%20enterprise%E2%80%9D%20and%20are%20personal%20site%20collections%20providing%20each%20user%20with%20the%20ability%20to%20store%20private%20and%20public%20information%20such%20as%20documents%2C%20pictures%2C%20status%20updates%2C%20etc%20easily%20and%20efficiently.%20%20" title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-my-site-sharepoint-2010%2F&amp;submitHeadline=Configuring%20My%20Site%20in%20SharePoint%202010&amp;submitSummary=SharePoint%20My%20Sites%20are%20commonly%20referred%20to%20as%20%E2%80%9CFacebook%20for%20the%20enterprise%E2%80%9D%20and%20are%20personal%20site%20collections%20providing%20each%20user%20with%20the%20ability%20to%20store%20private%20and%20public%20information%20such%20as%20documents%2C%20pictures%2C%20status%20updates%2C%20etc%20easily%20and%20efficiently.%20%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1898</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring the User Profile Service in SharePoint 2010</title>
		<link>http://sharepointgeorge.com/2010/configuring-the-user-profile-service-in-sharepoint-2010/</link>
		<comments>http://sharepointgeorge.com/2010/configuring-the-user-profile-service-in-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 31 May 2010 12:00:21 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1841</guid>
		<description><![CDATA[I first introduced Service Applications and the User Profile Service Synchronization back when SharePoint 2010 was in beta, and as many of you who would have attempted this feat, would have come to realize that there were a couple of known issues, in particular those around utilizing a least privilege model with service accounts.  I'm confident in saying that these issues have now been resolved with RTM and in today's article I will share with you my step by step guide in setting up the User Profile Service application, focusing on its configuration and administration and how we can enable the creation of user profiles via an Active Directory import .]]></description>
			<content:encoded><![CDATA[<p>I first introduced Service Applications and <a href="http://sharepointgeorge.com/2009/configuring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization/" target="_blank">User Profile Service Synchronization</a> back when SharePoint 2010 was in beta, and as many of you who would have attempted this feat, would have come to realize that there were a couple of known issues, in particular those around utilizing a least privilege model with service accounts.  I&#8217;m confident in stating that these issues have now been resolved with RTM and in today&#8217;s article I will share with you my step by step guide in setting up the User Profile Service application, focusing on its configuration and administration and how we can enable the creation of user profiles via an Active Directory import .</p>
<p>SharePoint 2010 introduces the notion of “Service Applications” which build’s upon the “Shared Services Provider (SSP)” which was introduced in SharePoint 2007.  Service Applications are individual services that can be configured independently and can be shared across other sites within your farm with some service applications that can also be configured across farms.</p>
<p>The individual service applications provided with SharePoint 2010 are listed as follows;</p>
<ul>
<li>Access Services</li>
<li>Business Data Connectivity</li>
<li>Document Conversion</li>
<li>Excel Services</li>
<li>Managed Metadata Service</li>
<li>PerformancePoint</li>
<li>Search Service</li>
<li>Secure Store</li>
<li>State Service</li>
<li>Visio Graphics Service</li>
<li>User Profile Service</li>
</ul>
<p>This article will build upon our initial SharePoint 2010 install utilizing the least privilege model which I have documented <a href="http://sharepointgeorge.com/2010/installing-sharepoint-2010-privilege-service-accounts/" target="_blank">here</a>, so check it out if you haven&#8217;t already done so.</p>
<p><strong>Managed Metadata Service</strong></p>
<p>The User Profile service requires that the Managed Metadata Service is setup and configured first before attempting setting up our first User Profile Service.  The Managed Metadata service allows you to utilize managed metadata and provides you with the ability to share content types across sites.  You can read more about Managed Metadata <a href="http://technet.microsoft.com/en-us/library/ee424402.aspx" target="_blank">here.</a></p>
<p>To setup our Managed Metadata Service, navigate to Central Administration / Application Management / Manage Service Applications.</p>
<p>Click New and select “Managed Metadata Service”</p>
<p>Enter the follow details;</p>
<p><strong>Name:</strong> Managed Metadata Service</p>
<p><strong>Database Server: </strong>&lt;server_name&gt;</p>
<p><strong>Database Name: </strong>Managed Metadata DB</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image55.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb55.png" border="0" alt="image thumb55 Configuring the User Profile Service in SharePoint 2010" width="312" height="400" /></a></p>
<p>I will utilize the sp_farm account for the Application Pool Identity.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image56.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb56.png" border="0" alt="image thumb56 Configuring the User Profile Service in SharePoint 2010" width="415" height="410" /></a></p>
<p>Click Create.</p>
<p>Lastly, navigate to Central Administration / System Settings / Manage services on server and start the Managed Metadata Web Service.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image57.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb57.png" border="0" alt="image thumb57 Configuring the User Profile Service in SharePoint 2010" width="560" height="46" /></a></p>
<p><strong>User Profile Service</strong></p>
<p>Now that we have successfully configured our Managed Metadata service we can now focus our attention on the User Profile Service.  The User Profile Service provides our SharePoint farm with all the social networking features that we have come to love in SharePoint 2007, plus more.  It forms the basis of My Site support, User profile pages, Audiences and some of the newer features in SharePoint 2010 social computing such as social tagging.</p>
<p>Before we begin, we need to ensure that our Farm account (DOMAIN\sp_farm) is listed as a member of the Local Administrator&#8217;s group where the User Profile Synchronization service will be deployed.</p>
<p>Let&#8217;s now navigate to Central Administration / Application Management / Manage Service Applications.</p>
<p>Click New and select “User Profile Service Application”</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image58.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb58.png" border="0" alt="image thumb58 Configuring the User Profile Service in SharePoint 2010" width="582" height="249" /></a></p>
<p>The “Create New User Profile Service Application” window pops up in which you will enter the following details; (you will obviously enter in the details based on your environment setup)</p>
<p><strong>Name: </strong>User Profiles</p>
<p><strong>Create new application pool:</strong> SharePoint – User Profiles</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image59.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb59.png" border="0" alt="image thumb59 Configuring the User Profile Service in SharePoint 2010" width="660" height="312" /></a></p>
<p>Register a new managed account: e.g. DOMAIN\sp_userprofiles (nb: this account will need to be provisioned in Active Directory first)</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image60.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb60.png" border="0" alt="image thumb60 Configuring the User Profile Service in SharePoint 2010" width="515" height="502" /></a></p>
<p>Enter your Profile Database server details and database authentication.  You will notice that SharePoint 2010 introduces the ability to configure Failover Server which allows you to associate your SharePoint databases with another SQL server for failover purposes utilising SQL Server database mirroring.   We will not specify a Failover Database server for any of our databases at this present time.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image61.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb61.png" border="0" alt="image thumb61 Configuring the User Profile Service in SharePoint 2010" width="349" height="481" /></a></p>
<p>Specify your Synchronization Database which is used to store configuration and staging data for synchronization of profile data such as that from Active Directory.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image62.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb62.png" border="0" alt="image thumb62 Configuring the User Profile Service in SharePoint 2010" width="330" height="351" /></a></p>
<p>Next, specify your Social Tagging Database which is used to store tags and notes that are created by users.  Social Tagging is a new feature in SharePoint 2010 which is not only displayed against the items that user’s are tagging, but are also displayed in the user’s activity feed.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image63.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb63.png" border="0" alt="image thumb63 Configuring the User Profile Service in SharePoint 2010" width="325" height="350" /></a></p>
<p>Next, select your Profile Synchronization Instance Server.</p>
<p>In the proceeding section, we will not create a My Site Host URL and will leave this for part two of this series.</p>
<p>Click Create.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image64.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb64.png" border="0" alt="image thumb64 Configuring the User Profile Service in SharePoint 2010" width="601" height="151" /></a></p>
<p>You should now have the User Profiles service application listed and  started.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image65.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb65.png" border="0" alt="image thumb65 Configuring the User Profile Service in SharePoint 2010" width="660" height="314" /></a></p>
<p>We will now venture back into Central Administration / System Settings / Manage services on server.</p>
<p>Scroll down to the User Profile Service and User Profile Synchronisation Service and start both.  The User Profile Service should start without any further user interaction, however the User Profile Synchronization Service will ask for your SharePoint Farm credentials.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image66.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb66.png" border="0" alt="image thumb66 Configuring the User Profile Service in SharePoint 2010" width="660" height="336" /></a></p>
<p>Click Ok.</p>
<p>Both services should now be listed as started.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image67.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb67.png" border="0" alt="image thumb67 Configuring the User Profile Service in SharePoint 2010" width="660" height="62" /></a></p>
<p>This in turn, will correctly configure and start our ForeFront Identity Manager Windows Services (FIM).</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image68.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb68.png" border="0" alt="image thumb68 Configuring the User Profile Service in SharePoint 2010" width="638" height="70" /></a></p>
<p>We will now configure our User Profile Connection to our Active Directory Domain.</p>
<p>Navigate to Central Administration / Application Management / Manage Service Applications.</p>
<p>Click on User Profiles / Manage.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image69.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb69.png" border="0" alt="image thumb69 Configuring the User Profile Service in SharePoint 2010" width="660" height="224" /></a></p>
<p>Click on Configure Synchronizations connections / Create New Connection.</p>
<p>Enter the follow details;</p>
<p><strong>Connection Name:</strong></p>
<p><strong>Type:</strong> Active Directory</p>
<p>Auto discover domain controller or specify a domain controller</p>
<p><strong>Authentication Provider Type</strong>: Windows Authentication</p>
<p>Account Name / Password:</p>
<p><strong>Port: </strong>389</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image70.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb70.png" border="0" alt="image thumb70 Configuring the User Profile Service in SharePoint 2010" width="438" height="461" /></a></p>
<p>Click on Populate Containers</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image71.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb71.png" border="0" alt="image thumb71 Configuring the User Profile Service in SharePoint 2010" width="551" height="469" /></a></p>
<p>Click OK.</p>
<p>Your connection should now be listed as follows upon successful creation.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image72.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb72.png" border="0" alt="image thumb72 Configuring the User Profile Service in SharePoint 2010" width="660" height="151" /></a></p>
<p>We can now easily setup connection filters against our Active Directory User Profile connection by clicking on the connection that was just created and selecting “Edit Connection Filters”.</p>
<p>Specify and Add any User or Group exclusions and then click OK.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image73.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb73.png" border="0" alt="image thumb73 Configuring the User Profile Service in SharePoint 2010" width="511" height="569" /></a></p>
<p>Next we will Configure a Synchronization Timer Job via Central Administration / Application Management / Manage Service Applications / User Profiles.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image74.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb74.png" border="0" alt="image thumb74 Configuring the User Profile Service in SharePoint 2010" width="476" height="466" /></a></p>
<p>Click Enable</p>
<p>We will finish off by initiating a full synchronization via Central Administration / Application Management / Manage Service Applications / User Profiles / Start Profile Synchronization.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image75.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb75.png" border="0" alt="image thumb75 Configuring the User Profile Service in SharePoint 2010" width="415" height="353" /></a></p>
<p>In order to confirm that the import was a success, the Number of User Profiles should now be set to the number of users in your organization, in my case I have 269 dummy users in my Active Directory domain.  <em>Word of note; this will take some time and is considerably slower than an Active Directory User Profile import in SharePoint 2007.</em></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image76.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb76.png" border="0" alt="image thumb76 Configuring the User Profile Service in SharePoint 2010" width="319" height="112" /></a></p>
<p>You can also venture into Manage User Profiles and search for users (please take note that SharePoint 2010 does not display any users by default and that you will have to search for them).</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image77.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb77.png" border="0" alt="image thumb77 Configuring the User Profile Service in SharePoint 2010" width="660" height="347" /></a></p>
<p>Edit a User Profile to ensure that all the necessary Active Directory attributes were successfully imported.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image78.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb78.png" border="0" alt="image thumb78 Configuring the User Profile Service in SharePoint 2010" width="702" height="568" /></a></p>
<p>We have now successfully completed a User Profile Synchronization which will form as a basis for User&#8217;s My Sites in my next article.  Until then, happy SharePointing!!</p>
<p><strong>References</strong></p>
<p>User Profile Service administration (SharePoint Server 2010) <a title="http://technet.microsoft.com/en-us/library/ee721050.aspx" href="http://technet.microsoft.com/en-us/library/ee721050.aspx">http://technet.microsoft.com/en-us/library/ee721050.aspx</a></p>
<p>Configure profile synchronization (SharePoint Server 2010) <a title="http://technet.microsoft.com/en-us/library/ee721049.aspx" href="http://technet.microsoft.com/en-us/library/ee721049.aspx">http://technet.microsoft.com/en-us/library/ee721049.aspx</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>If you enjoyed this article, consider sharing it with one of the below social networking sites:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;title=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010&amp;notes=I%20first%20introduced%20Service%20Applications%20and%20the%20User%20Profile%20Service%20Synchronization%20back%20when%20SharePoint%202010%20was%20in%20beta%2C%20and%20as%20many%20of%20you%20who%20would%20have%20attempted%20this%20feat%2C%20would%20have%20come%20to%20realize%20that%20there%20were%20a%20couple%20of%20known%20issues%2C%20in%20particular%20those%20around%20utilizing%20a%20least%20privilege%20model%20with%20service%20accounts.%20%20I%27m%20confident%20in%20saying%20that%20these%20issues%20have%20now%20been%20resolved%20with%20RTM%20and%20in%20today%27s%20article%20I%20will%20share%20with%20you%20my%20step%20by%20step%20guide%20in%20setting%20up%20the%20User%20Profile%20Service%20application%2C%20focusing%20on%20its%20configuration%20and%20administration%20and%20how%20we%20can%20enable%20the%20creation%20of%20user%20profiles%20via%20an%20Active%20Directory%20import%20." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;title=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010&amp;bodytext=I%20first%20introduced%20Service%20Applications%20and%20the%20User%20Profile%20Service%20Synchronization%20back%20when%20SharePoint%202010%20was%20in%20beta%2C%20and%20as%20many%20of%20you%20who%20would%20have%20attempted%20this%20feat%2C%20would%20have%20come%20to%20realize%20that%20there%20were%20a%20couple%20of%20known%20issues%2C%20in%20particular%20those%20around%20utilizing%20a%20least%20privilege%20model%20with%20service%20accounts.%20%20I%27m%20confident%20in%20saying%20that%20these%20issues%20have%20now%20been%20resolved%20with%20RTM%20and%20in%20today%27s%20article%20I%20will%20share%20with%20you%20my%20step%20by%20step%20guide%20in%20setting%20up%20the%20User%20Profile%20Service%20application%2C%20focusing%20on%20its%20configuration%20and%20administration%20and%20how%20we%20can%20enable%20the%20creation%20of%20user%20profiles%20via%20an%20Active%20Directory%20import%20." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;title=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010&amp;annotation=I%20first%20introduced%20Service%20Applications%20and%20the%20User%20Profile%20Service%20Synchronization%20back%20when%20SharePoint%202010%20was%20in%20beta%2C%20and%20as%20many%20of%20you%20who%20would%20have%20attempted%20this%20feat%2C%20would%20have%20come%20to%20realize%20that%20there%20were%20a%20couple%20of%20known%20issues%2C%20in%20particular%20those%20around%20utilizing%20a%20least%20privilege%20model%20with%20service%20accounts.%20%20I%27m%20confident%20in%20saying%20that%20these%20issues%20have%20now%20been%20resolved%20with%20RTM%20and%20in%20today%27s%20article%20I%20will%20share%20with%20you%20my%20step%20by%20step%20guide%20in%20setting%20up%20the%20User%20Profile%20Service%20application%2C%20focusing%20on%20its%20configuration%20and%20administration%20and%20how%20we%20can%20enable%20the%20creation%20of%20user%20profiles%20via%20an%20Active%20Directory%20import%20." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;t=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;title=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=I%20first%20introduced%20Service%20Applications%20and%20the%20User%20Profile%20Service%20Synchronization%20back%20when%20SharePoint%202010%20was%20in%20beta%2C%20and%20as%20many%20of%20you%20who%20would%20have%20attempted%20this%20feat%2C%20would%20have%20come%20to%20realize%20that%20there%20were%20a%20couple%20of%20known%20issues%2C%20in%20particular%20those%20around%20utilizing%20a%20least%20privilege%20model%20with%20service%20accounts.%20%20I%27m%20confident%20in%20saying%20that%20these%20issues%20have%20now%20been%20resolved%20with%20RTM%20and%20in%20today%27s%20article%20I%20will%20share%20with%20you%20my%20step%20by%20step%20guide%20in%20setting%20up%20the%20User%20Profile%20Service%20application%2C%20focusing%20on%20its%20configuration%20and%20administration%20and%20how%20we%20can%20enable%20the%20creation%20of%20user%20profiles%20via%20an%20Active%20Directory%20import%20." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;t=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;title=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;title=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;title=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;h=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;title=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010&amp;body=I%20first%20introduced%20Service%20Applications%20and%20the%20User%20Profile%20Service%20Synchronization%20back%20when%20SharePoint%202010%20was%20in%20beta%2C%20and%20as%20many%20of%20you%20who%20would%20have%20attempted%20this%20feat%2C%20would%20have%20come%20to%20realize%20that%20there%20were%20a%20couple%20of%20known%20issues%2C%20in%20particular%20those%20around%20utilizing%20a%20least%20privilege%20model%20with%20service%20accounts.%20%20I%27m%20confident%20in%20saying%20that%20these%20issues%20have%20now%20been%20resolved%20with%20RTM%20and%20in%20today%27s%20article%20I%20will%20share%20with%20you%20my%20step%20by%20step%20guide%20in%20setting%20up%20the%20User%20Profile%20Service%20application%2C%20focusing%20on%20its%20configuration%20and%20administration%20and%20how%20we%20can%20enable%20the%20creation%20of%20user%20profiles%20via%20an%20Active%20Directory%20import%20." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;title=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010&amp;selection=I%20first%20introduced%20Service%20Applications%20and%20the%20User%20Profile%20Service%20Synchronization%20back%20when%20SharePoint%202010%20was%20in%20beta%2C%20and%20as%20many%20of%20you%20who%20would%20have%20attempted%20this%20feat%2C%20would%20have%20come%20to%20realize%20that%20there%20were%20a%20couple%20of%20known%20issues%2C%20in%20particular%20those%20around%20utilizing%20a%20least%20privilege%20model%20with%20service%20accounts.%20%20I%27m%20confident%20in%20saying%20that%20these%20issues%20have%20now%20been%20resolved%20with%20RTM%20and%20in%20today%27s%20article%20I%20will%20share%20with%20you%20my%20step%20by%20step%20guide%20in%20setting%20up%20the%20User%20Profile%20Service%20application%2C%20focusing%20on%20its%20configuration%20and%20administration%20and%20how%20we%20can%20enable%20the%20creation%20of%20user%20profiles%20via%20an%20Active%20Directory%20import%20." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-the-user-profile-service-in-sharepoint-2010%2F&amp;submitHeadline=Configuring%20the%20User%20Profile%20Service%20in%20SharePoint%202010&amp;submitSummary=I%20first%20introduced%20Service%20Applications%20and%20the%20User%20Profile%20Service%20Synchronization%20back%20when%20SharePoint%202010%20was%20in%20beta%2C%20and%20as%20many%20of%20you%20who%20would%20have%20attempted%20this%20feat%2C%20would%20have%20come%20to%20realize%20that%20there%20were%20a%20couple%20of%20known%20issues%2C%20in%20particular%20those%20around%20utilizing%20a%20least%20privilege%20model%20with%20service%20accounts.%20%20I%27m%20confident%20in%20saying%20that%20these%20issues%20have%20now%20been%20resolved%20with%20RTM%20and%20in%20today%27s%20article%20I%20will%20share%20with%20you%20my%20step%20by%20step%20guide%20in%20setting%20up%20the%20User%20Profile%20Service%20application%2C%20focusing%20on%20its%20configuration%20and%20administration%20and%20how%20we%20can%20enable%20the%20creation%20of%20user%20profiles%20via%20an%20Active%20Directory%20import%20.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1841</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Configuring outgoing email in SharePoint 2010 with Exchange 2010 &#8211; Step by Step Guide</title>
		<link>http://sharepointgeorge.com/2010/configuring-outgoing-email-sharepoint-2010/</link>
		<comments>http://sharepointgeorge.com/2010/configuring-outgoing-email-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 24 May 2010 12:00:17 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1780</guid>
		<description><![CDATA[In my last article I provided you with a step by step guide in setting up your SharePoint 2010 farm to receive incoming emails which can then be delivered directly to your SharePoint libraries and or lists.  You can access this article here.  Today we wrap up our 2 part series on email flow in SharePoint 2010 in which I will provide you with another step by step guide in configuring your SharePoint Farm to send outgoing emails through Microsoft Exchange 2010.]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://sharepointgeorge.com/2010/configuring-incoming-email-sharepoint-2010/">last article</a> I provided you with a guide in setting up your SharePoint 2010 farm providing it with the capabilities in receiving incoming email which can then be delivered directly to your SharePoint libraries and or lists.  Today we wrap up our 2 part series on email flow in SharePoint 2010 in which I will provide you with another step by step guide in configuring your SharePoint Farm in order for it to send outgoing emails through your Microsoft Exchange server.</p>
<p><strong>The environment</strong></p>
<p>This article builds on the SharePoint Farm setup that I have documented <a href="http://sharepointgeorge.com/2010/installing-sharepoint-2010-privilege-service-accounts/">here.</a> It consists of the following servers which would form a common basis in most large organizations.</p>
<ul>
<li>Windows 2008 R2 server running Active Directory Domain Services</li>
<li>Windows 2008 R2 server running SQL 2008 R2</li>
<li>Windows 2008 R2 server running SharePoint 2010 RTM</li>
<li>Windows 2008 R2 server running Exchange 2010 RTM</li>
<li>Windows 7 client running Office 2010 RTM</li>
</ul>
<p>SharePoint 2010 allows you to configure any SMTP service including the one which I had setup in my previous article to send outgoing email, however we will utilise Exchange 2010 (same instructions apply for Exchange 2007) to provide email delivery to our end users.  Instructions on configuring the SMTP service (i.e. you are not using Microsoft Exchange in your environment) can be found on <a href="http://technet.microsoft.com/en-us/library/cc263462.aspx#section3" target="_blank">TechNet</a>.</p>
<p><strong>Creating a Receive Connector in Exchange 2010</strong></p>
<p><strong> </strong></p>
<p>If you recall from my previous article when we were <a href="http://sharepointgeorge.com/2010/configuring-incoming-email-sharepoint-2010/" target="_blank">configuring incoming email</a>, we created a “Send Connector” in Exchange to forward the messages to the SMTP service that we had configured and installed.  This time round we will create a “Receive Connector” in Exchange 2010.</p>
<p>Launch the Exchange Management Console and navigate to Server Configuration / Hub Transport / New Receive Connector.  The New Receive Connector wizard is invoked.</p>
<p>Enter a descriptive name and ensure “Custom” is selected as the intended use.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image39.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb39.png" border="0" alt="image thumb39 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="634" height="306" /></a></p>
<p>Click Next</p>
<p>Leave “All Available IPv4” in your Local Network settings unless you have specific Exchange IP requirements.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image40.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb40.png" border="0" alt="image thumb40 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="626" height="373" /></a></p>
<p>Click Next</p>
<p>Edit the IP address of your SharePoint 2010 server.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image41.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb41.png" border="0" alt="image thumb41 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="609" height="271" /></a></p>
<p>Click Next</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image42.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb42.png" border="0" alt="image thumb42 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="642" height="314" /></a></p>
<p>Click New</p>
<p>You will now notice that our SharePoint 2010 Outgoing mail connector is listed with our default Exchange 2010 Receive Connectors..  <a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image43.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb43.png" border="0" alt="image thumb43 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="309" height="182" /></a></p>
<p>We will now venture into its properties and make a minor permission change.  Click on the “Permission Groups” tab and select Anonymous users.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image44.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb44.png" border="0" alt="image thumb44 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="430" height="273" /></a></p>
<p>Click Apply.</p>
<p><strong>Configuring outgoing email in SharePoint 2010 Central Administration</strong></p>
<p>Launch Central Administration and navigate to System Settings / E-Mail and Test Messages / Configure outgoing e-mail settings.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image45.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb45.png" border="0" alt="image thumb45 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="656" height="292" /></a></p>
<p>Enter your Outbound SMTP server, i.e. your Exchange server where we created our receive connector and specify a From and Reply-to address.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image46.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb46.png" border="0" alt="image thumb46 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="403" height="272" /></a></p>
<p>Click OK</p>
<p><strong>Testing our configuration</strong></p>
<p>Lets navigate to our SharePoint 2010 web application and create an Alert .  In my example I will create an immediate alert for Announcements.</p>
<p>Navigate to your Announcement List and click on List Tools/List and then click on “Alert Me” located in the ribbon interface.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image47.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb47.png" border="0" alt="image thumb47 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="587" height="274" /></a></p>
<p>Select “Set alert on this list” and select your Alert options.  Ensure that you have “send notifications immediately” selected for testing purposes.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image48.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb48.png" border="0" alt="image thumb48 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="599" height="566" /></a></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image49.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb49.png" border="0" alt="image thumb49 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="594" height="388" /></a></p>
<p>Click OK</p>
<p>You should receive your notification email that you have successfully subscribed soon after creating your alert.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image50.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb50.png" border="0" alt="image thumb50 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="660" height="198" /></a></p>
<p>I will now create a Test Announcement to ensure that the actual alert is delivered.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image51.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb51.png" border="0" alt="image thumb51 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="591" height="80" /></a></p>
<p>Alas! 5 minutes later (based on the immediate timer job definition schedule) we have received our email alert confirming that our SharePoint configuration with Exchange was successful.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image52.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb52.png" border="0" alt="image thumb52 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="546" height="401" /></a></p>
<p>Did you know that you can also configure outgoing email for a specific Web application?  You might want to do this if you have multiple SharePoint Web Applications hosting specific site collections and would want a different From and or Reply Address setup.</p>
<p>Even though we are now going to configure outgoing email for a specific Web application, you are still required to setup the default farm outgoing email settings as per the above.</p>
<p><strong>Configuring outgoing email for a specific Web application in SharePoint 2010 Central Administration</strong></p>
<p>Launch Central Administration / Application Management / Manage Web Applications.</p>
<p>Select one of your Web Applications and then select “General Settings” from the Ribbon.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image53.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb53.png" border="0" alt="image thumb53 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="528" height="263" /></a></p>
<p>Select “Outgoing E-Mail” from the drop down.</p>
<p>It will pick up your default farm settings that we entered in earlier in which you can now change the From and Reply-to address to something more specific for the selected Web application.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image54.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb54.png" border="0" alt="image thumb54 Configuring outgoing email in SharePoint 2010 with Exchange 2010   Step by Step Guide" width="515" height="308" /></a></p>
<p>Click OK</p>
<p>We are done!  I hope you have found this step by step guide in configuring outgoing email in SharePoint 2010 with Exchange useful, and stay tuned as we continue our journey in configuring our SharePoint 2010 Farm.</p>
<p><strong>Articles in this series</strong></p>
<p><a href="http://sharepointgeorge.com/2010/installing-sharepoint-2010-privilege-service-accounts/" target="_blank">Installing SharePoint 2010 using Least Privilege Service Accounts – Step by Step Guide</a></p>
<p><a href="http://sharepointgeorge.com/2010/configuring-incoming-email-sharepoint-2010/" target="_blank">Configuring incoming email in SharePoint 2010 with Exchange – Step by Step Guide</a></p>
<p><a href="http://sharepointgeorge.com/2010/configuring-outgoing-email-sharepoint-2010" target="_blank">Configuring outgoing email in SharePoint 2010 with Exchange &#8211; Step by Step Guide</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>If you enjoyed this article, consider sharing it with one of the below social networking sites:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;title=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide&amp;notes=In%20my%20last%20article%20I%20provided%20you%20with%20a%20step%20by%20step%20guide%20in%20setting%20up%20your%20SharePoint%202010%20farm%20to%20receive%20incoming%20emails%20which%20can%20then%20be%20delivered%20directly%20to%20your%20SharePoint%20libraries%20and%20or%20lists.%20%20You%20can%20access%20this%20article%20here.%20%20Today%20we%20wrap%20up%20our%202%20part%20series%20on%20email%20flow%20in%20SharePoint%202010%20in%20which%20I%20will%20provide%20you%20with%20another%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%20Farm%20to%20send%20outgoing%20emails%20through%20Microsoft%20Exchange%202010." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;title=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide&amp;bodytext=In%20my%20last%20article%20I%20provided%20you%20with%20a%20step%20by%20step%20guide%20in%20setting%20up%20your%20SharePoint%202010%20farm%20to%20receive%20incoming%20emails%20which%20can%20then%20be%20delivered%20directly%20to%20your%20SharePoint%20libraries%20and%20or%20lists.%20%20You%20can%20access%20this%20article%20here.%20%20Today%20we%20wrap%20up%20our%202%20part%20series%20on%20email%20flow%20in%20SharePoint%202010%20in%20which%20I%20will%20provide%20you%20with%20another%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%20Farm%20to%20send%20outgoing%20emails%20through%20Microsoft%20Exchange%202010." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;title=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide&amp;annotation=In%20my%20last%20article%20I%20provided%20you%20with%20a%20step%20by%20step%20guide%20in%20setting%20up%20your%20SharePoint%202010%20farm%20to%20receive%20incoming%20emails%20which%20can%20then%20be%20delivered%20directly%20to%20your%20SharePoint%20libraries%20and%20or%20lists.%20%20You%20can%20access%20this%20article%20here.%20%20Today%20we%20wrap%20up%20our%202%20part%20series%20on%20email%20flow%20in%20SharePoint%202010%20in%20which%20I%20will%20provide%20you%20with%20another%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%20Farm%20to%20send%20outgoing%20emails%20through%20Microsoft%20Exchange%202010." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;t=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;title=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=In%20my%20last%20article%20I%20provided%20you%20with%20a%20step%20by%20step%20guide%20in%20setting%20up%20your%20SharePoint%202010%20farm%20to%20receive%20incoming%20emails%20which%20can%20then%20be%20delivered%20directly%20to%20your%20SharePoint%20libraries%20and%20or%20lists.%20%20You%20can%20access%20this%20article%20here.%20%20Today%20we%20wrap%20up%20our%202%20part%20series%20on%20email%20flow%20in%20SharePoint%202010%20in%20which%20I%20will%20provide%20you%20with%20another%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%20Farm%20to%20send%20outgoing%20emails%20through%20Microsoft%20Exchange%202010." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;t=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;title=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;title=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;title=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;h=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;title=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide&amp;body=In%20my%20last%20article%20I%20provided%20you%20with%20a%20step%20by%20step%20guide%20in%20setting%20up%20your%20SharePoint%202010%20farm%20to%20receive%20incoming%20emails%20which%20can%20then%20be%20delivered%20directly%20to%20your%20SharePoint%20libraries%20and%20or%20lists.%20%20You%20can%20access%20this%20article%20here.%20%20Today%20we%20wrap%20up%20our%202%20part%20series%20on%20email%20flow%20in%20SharePoint%202010%20in%20which%20I%20will%20provide%20you%20with%20another%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%20Farm%20to%20send%20outgoing%20emails%20through%20Microsoft%20Exchange%202010." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;title=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide&amp;selection=In%20my%20last%20article%20I%20provided%20you%20with%20a%20step%20by%20step%20guide%20in%20setting%20up%20your%20SharePoint%202010%20farm%20to%20receive%20incoming%20emails%20which%20can%20then%20be%20delivered%20directly%20to%20your%20SharePoint%20libraries%20and%20or%20lists.%20%20You%20can%20access%20this%20article%20here.%20%20Today%20we%20wrap%20up%20our%202%20part%20series%20on%20email%20flow%20in%20SharePoint%202010%20in%20which%20I%20will%20provide%20you%20with%20another%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%20Farm%20to%20send%20outgoing%20emails%20through%20Microsoft%20Exchange%202010." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-outgoing-email-sharepoint-2010%2F&amp;submitHeadline=Configuring%20outgoing%20email%20in%20SharePoint%202010%20with%20Exchange%202010%20-%20Step%20by%20Step%20Guide&amp;submitSummary=In%20my%20last%20article%20I%20provided%20you%20with%20a%20step%20by%20step%20guide%20in%20setting%20up%20your%20SharePoint%202010%20farm%20to%20receive%20incoming%20emails%20which%20can%20then%20be%20delivered%20directly%20to%20your%20SharePoint%20libraries%20and%20or%20lists.%20%20You%20can%20access%20this%20article%20here.%20%20Today%20we%20wrap%20up%20our%202%20part%20series%20on%20email%20flow%20in%20SharePoint%202010%20in%20which%20I%20will%20provide%20you%20with%20another%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%20Farm%20to%20send%20outgoing%20emails%20through%20Microsoft%20Exchange%202010.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1780</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configuring incoming email in SharePoint 2010 with Exchange &#8211; Step by Step Guide</title>
		<link>http://sharepointgeorge.com/2010/configuring-incoming-email-sharepoint-2010/</link>
		<comments>http://sharepointgeorge.com/2010/configuring-incoming-email-sharepoint-2010/#comments</comments>
		<pubDate>Tue, 18 May 2010 12:30:39 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1737</guid>
		<description><![CDATA[SharePoint 2010 can enable incoming mail on lists and libraries. It also offers several out-of-the-box features like Alerts, Enterprise Search and Information Management policies, all of which provide for a richer collaborative experience than your legacy Exchange Public folders.  In today’s article, I will provide you with a comprehensive step by step guide in configuring your SharePoint 2010 server in conjunction with Exchange 2010 to provide successful delivery of incoming email to your SharePoint Web Applications.]]></description>
			<content:encoded><![CDATA[<p>Today we continue down our journey in setting up our SharePoint 2010 farm, with the focus on configuring incoming email for SharePoint 2010.  When SharePoint 2007 was released, there was a lot of discussion and rumors around Exchange 2007 being the last version of Exchange to provide Public Folder support, and that SharePoint 2007 was going to be it’s alternative. Microsoft quickly changed its stance and continues to support Public folders in Exchange 2010.  However, there still might be a number of compelling reasons why you would want to consider storing incoming email messages in SharePoint 2010 document libraries, instead of public folders.  You can read more about the benefits of using email-enabled SharePoint libraries in one of my article&#8217;s <a href="http://sharepointgeorge.com/2010/benefits-emailenabled-sharepoint-document-libraries/" target="_blank">here.</a></p>
<p>In today’s post, I will provide you with a comprehensive step by step guide in configuring your SharePoint 2010 server in conjunction with Exchange 2010, to provide successful delivery of incoming email directly to your SharePoint Web Applications.</p>
<p><strong>The environment</strong></p>
<p>This article builds on the SharePoint Farm setup that I have documented <a href="http://sharepointgeorge.com/2010/installing-sharepoint-2010-privilege-service-accounts/">here.</a> It consists of the following servers which would form a common basis in most large organizations.</p>
<ul>
<li>Windows 2008 R2 server running Active Directory Domain Services</li>
<li>Windows 2008 R2 server running SQL 2008 R2</li>
<li>Windows 2008 R2 server running SharePoint 2010 RTM</li>
<li>Windows 2008 R2 server running Exchange 2010 RTM</li>
<li>Windows 7 client running Office 2010 RTM</li>
</ul>
<p><strong>The SMTP service</strong></p>
<p>SharePoint 2010 is reliant on the SMTP service which is a Windows 2008 feature and we must install this on our SharePoint 2010 front-end web server.</p>
<p>Navigate to your Start Menu / Administrative Tools / Server Manager.  Click on the Features node and select Add Feature.  Scroll down and select SMTP Server and click on Add Required Role Services.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image1.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb1.png" border="0" alt="image thumb1 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="660" height="450" /></a></p>
<p>Click Next, Next and Install.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image2.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb2.png" border="0" alt="image thumb2 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="660" height="492" /></a></p>
<p>Click Close</p>
<p>We now need to install the II 6.0 Management Tools on our Windows 2008 R2 server in order to configure our SMTP service.  If IIS 6.0 Manager is not already installed you must do so via, Start / Administrative Tools / Server Manager.  Click on the Roles node and select Role / Add Role Services.  Then select Management Tools and IIS 6 Management compatibility.  Click Install.</p>
<p>We can now launch the IIS 6 Manager via Start / Administrative Tools.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image3.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb3.png" border="0" alt="image thumb3 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="593" height="291" /></a></p>
<p>Right click on SMTP Virtual Server #1 and select properties.</p>
<p>Under the General tab, I have enabled logging and encourage doing so at the start in the event we need to do some troubleshooting.  You can turn logging off after successful testing.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image4.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb4.png" border="0" alt="image thumb4 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="415" height="467" /></a></p>
<p>Click on the next tab, “Access”.</p>
<p>Click on &#8220;Authentication&#8221; and ensure that Anonymous access is selected.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image5.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb5.png" border="0" alt="image thumb5 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="660" height="329" /></a></p>
<p>Next, click on &#8220;Connection&#8221; and ensure “All except the list below” is selected.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image6.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb6.png" border="0" alt="image thumb6 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="660" height="321" /></a></p>
<p>Finally, click on &#8220;Relay&#8221;, and ensure that “Only the list below” is selected and that “Allow all computers which successfully authenticate to relay, regardless of the list above” is also checked.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image7.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb7.png" border="0" alt="image thumb7 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="660" height="353" /></a></p>
<p>Now click on the Messages Tab and make any necessary adjustments that you see fit, such as potentially increasing the message size to allow for the delivery of larger emails with attachments into your SharePoint Libraries and Lists.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image8.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb8.png" border="0" alt="image thumb8 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="417" height="381" /></a></p>
<p>Next click on the Delivery Tab in which I normally leave all the defaults in place.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image9.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb9.png" border="0" alt="image thumb9 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="418" height="423" /></a></p>
<p>We can skip the LDAP routing tab as there are no settings required to be configured in this area.</p>
<p>Lastly, the Security tab should list the default permissions as per the below.  No changes are necessary in this area.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image10.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb10.png" border="0" alt="image thumb10 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="417" height="298" /></a></p>
<p>We next journey into the &#8220;Domains&#8221; are within IIS 6 Manager and a domain name should be listed, which by default is the fully qualified domain name of the machine.</p>
<p>Right click on the Domain Name and select properties and take note of the Drop directory.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image11.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb11.png" border="0" alt="image thumb11 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="409" height="233" /></a></p>
<p>Finally, we now just need to confirm that our SMTP service is set to start automatically in the event the server is restarted.  I can tell you now that the service is by default set to Manual.</p>
<p>Venture into Start / Administrative Tools / Services.</p>
<p>Scroll down your list of services and ensure that the Simple Mail Transfer Protocol (SMTP) is set to Start-up type, Automatic.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image12.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb12.png" border="0" alt="image thumb12 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="406" height="353" /></a></p>
<p>We have now completed the configuration of our SMTP service on our SharePoint Server.</p>
<p><strong>Exchange 2007/2010 Connectors</strong></p>
<p>Part two of the implementation of configuring incoming email in SharePoint is to configure our connectors in Microsoft Exchange.  Now even though this is not a requirement, most organisations running SharePoint 2010 or 2007 will also be running a recent version of Microsoft Exchange, hopefully either 2007 or 2010.  Exchange 2010 or 2007 will provide you with that extra layer of protection ensuring that all the necessary message hygiene has been performed via its inbuilt Anti Spam Agents on the Edge or Hub Transport Server in conjunction with some form of email antivirus such as Microsoft’s Forefront for Exchange, before the message is delivered to the SharePoint 2010 List or Library.</p>
<p>My instructions and screen captures below are from an Exchange 2010 server which are pretty much identical and applicable to Exchange 2007.</p>
<p>Let&#8217;s begin by launching the Exchange Management Console / Organization Configuration / Hub Transport.</p>
<p>Click on Send Connectors / Actions / New Send Connector.</p>
<p>Type in a descriptive name for your Send Connector and then select Internal as the type.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image13.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb13.png" border="0" alt="image thumb13 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="639" height="340" /></a></p>
<p>Click Add and enter the Address space as the fully qualified domain name of the server where the SMTP service is installed (i.e. your SharePoint Server)</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image14.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb14.png" border="0" alt="image thumb14 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="602" height="256" /></a></p>
<p>Click Next</p>
<p>Enter the IP address of the server which also hosts the SMTP service.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image15.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb15.png" border="0" alt="image thumb15 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="599" height="282" /></a></p>
<p>Click Next</p>
<p>Select &#8220;None&#8221; as your smart host authentication settings</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image16.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb16.png" border="0" alt="image thumb16 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="604" height="352" /></a></p>
<p>Click Next</p>
<p>Ensure your Hub Transport Server has been added.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image17.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb17.png" border="0" alt="image thumb17 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="617" height="271" /></a></p>
<p>Click Next</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image18.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb18.png" border="0" alt="image thumb18 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="527" height="343" /></a></p>
<p>Click New and then click Finish</p>
<p>The end result will be that the Send connector will route email to the SMTP service sitting on our SharePoint Server.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image19.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb19.png" border="0" alt="image thumb19 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="419" height="196" /></a></p>
<p><strong>The Directory Management Service</strong></p>
<p><strong> </strong></p>
<p>SharePoint 2010 allows you to leverage Active Directory Domain Services (AD DS) so that contacts that are created when you email enable document libraries or lists are stored in a designated Organizational Unit within your AD DS infrastructure.  So why would you want to enable Directory Management Service?  Purely for the fact that by storing these contacts in AD, you are allowing your users to locate email enabled libraries and lists easily from within their Outlook Address book.</p>
<p>Let’s begin by creating an Organizational Unit in Active Directory.</p>
<p>From your Active Directory server, click Start / Administrative Tools / Active Directory Users and Computers.</p>
<p>Right click on your domain object and select New / Organizational Unit</p>
<p>Type in a descriptive name</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image20.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb20.png" border="0" alt="image thumb20 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="284" height="214" /></a></p>
<p>Click Ok.</p>
<p>The next step is imperative and very important that we get this right.  I have seen on many occasions where incorrect permissions were applied and all sorts of problems were encountered when libraries or list were email enabled.</p>
<p>In summary, we need to provide our Central Administration Application pool identity account specific permissions to our recently created Organizational Unit to be used for creating and deleting contacts for our SharePoint 2010 libraries and lists when they are either email enabled or email disabled.</p>
<p>Right click on the recently created Organizational Unit and click on Delegate Control.  This will invoke the Delegation of Control Wizard.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image21.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb21.png" border="0" alt="image thumb21 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="503" height="195" /></a></p>
<p>Click Next.</p>
<p>We will now add the Central Administration application pool account which you can confirm from IIS Manager as per the below screen capture.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image22.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb22.png" border="0" alt="image thumb22 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="582" height="253" /></a></p>
<p>Add the necessary Account.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image23.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb23.png" border="0" alt="image thumb23 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="450" height="398" /></a></p>
<p>Click Next.</p>
<p>Click Create a custom task to delegate.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image24.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb24.png" border="0" alt="image thumb24 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="467" height="399" /></a></p>
<p>Click Next</p>
<p>Click “This folder, existing objects in this folder, and creation of new objects in this folder&#8217;.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image25.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb25.png" border="0" alt="image thumb25 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="475" height="398" /></a></p>
<p>Click Next</p>
<p>Click on Create All Child Objects and Delete All Child Objects.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image26.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb26.png" border="0" alt="image thumb26 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="504" height="393" /></a></p>
<p>Click Finish.</p>
<p>Before we finish off our configuration of AD DS and the Directory Management Service we need to provide our Central Administration application pool account with Delete Subtree permissions.</p>
<p>We need to ensure that “Advanced Features” from within Active Directory Users and Computers (ADUC) is active before we venture into the security tab of our SharePoint organizational unit.  If you do not enable Advanced Features, the security tab will not be visible.</p>
<p>From within ADUC, click on View and select Advanced Features.</p>
<p>Right click on our SharePoint 2010 Organizational Unit and select Properties.</p>
<p>Click on the Security Tab / Advanced /and Edit the CA Application Pool Identity Account.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image27.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb27.png" border="0" alt="image thumb27 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="529" height="244" /></a></p>
<p>Select Allow for “Delete Subtree”</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image28.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb28.png" border="0" alt="image thumb28 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="371" height="476" /></a></p>
<p>Click on OK and Apply.</p>
<p>After assigning these permissions, you must run IISRESET on your SharePoint server.</p>
<p><strong>Configuring Incoming e-mail settings in Central Administration</strong></p>
<p>Navigate to Central Administration / System Settings / Configure incoming e-mail settings.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image29.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb29.png" border="0" alt="image thumb29 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="660" height="288" /></a></p>
<p>Select Yes to “Enable site on this server to receive e-mail&#8221;</p>
<p>Select “Automatic” for Setting mode.</p>
<p>Select “Yes” to use the SharePoint Directory Management Service to create distributions groups and contacts.</p>
<p>Enter your Active Directory container details, i.e. the Organizational Unit container that we created specifically for our SharePoint 2010 contacts.</p>
<p>Ensure that your SMTP server details are correct, this should be the fully qualified domain name of your SMTP service that was installed on your SharePoint Server.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image30.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb30.png" border="0" alt="image thumb30 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="386" height="648" /></a></p>
<p>Finally, ensure &#8220;Accept mail from all e-mail servers&#8221; is selected.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image31.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb31.png" border="0" alt="image thumb31 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="386" height="261" /></a></p>
<p>Click OK.</p>
<p>Please note that this process will configure the necessary permissions on the email drop folder listed in IIS 6 Manager.  In summary, the following permissions are added;</p>
<p>WSS_Admin_WPG – Full Control and</p>
<p>WSS_WPG – Read &amp; Execute / List folder Contents / Read</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image32.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb32.png" border="0" alt="image thumb32 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="380" height="490" /></a></p>
<p>Ensure that these accounts are added successfully and on the rare occasion in which it isn’t, you will need to add them manually.</p>
<p><strong>Testing the configuration</strong></p>
<p>From within any document library or list, click on Library / Library Settings.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image33.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb33.png" border="0" alt="image thumb33 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="660" height="232" /></a></p>
<p>Click on Incoming e-mail settings.</p>
<p>Select “Yes” to allow this document library to receive e-mail.</p>
<p>Select your email attachment options and ensure that Save original e-mail is set to Yes.</p>
<p>Lastly, ensure that you Accept e-mail messages from any sender is selected.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image34.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb34.png" border="0" alt="image thumb34 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="660" height="388" /></a></p>
<p>Click OK.</p>
<p>This is your first step to ensure that all of the above configuration is in place.  If you do receive an error, it’s most likely going to be permissions related against your Organizational Unit, i.e. SharePoint may not have the privilege to add the contact in Active Directory.</p>
<p>Let’s navigate back to ADUC and confirm that our “testing” contact is created under the SharePoint 2010 Contacts Organizational Unit.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image35.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb35.png" border="0" alt="image thumb35 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="680" height="316" /></a></p>
<p>Let’s next navigate to our Exchange 2010 server and ensure it is also listed there with an SMTP address against it.</p>
<p>Launch your Microsoft Exchange Management console and navigate to Recipient Configuration / Mail contact.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image36.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb36.png" border="0" alt="image thumb36 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="597" height="161" /></a></p>
<p>Right click on the Contact and select Properties / E-Mail Addresses.</p>
<p>Ensure that both an internal and external routable email address is listed.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image37.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb37.png" border="0" alt="image thumb37 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="456" height="363" /></a></p>
<p>From your favorite email client, send a test email to the document libraries&#8217; external SMTP address.</p>
<p>Navigate to your recently email enabled document library and hopefully after a couple of minutes (SharePoint Job timer service delay) you should have received your test email.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image38.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb38.png" border="0" alt="image thumb38 Configuring incoming email in SharePoint 2010 with Exchange   Step by Step Guide" width="660" height="212" /></a></p>
<p>Well! That’s all that is to it, from start to finish.  Apart from sending a test email, there are a couple of other scenarios that you should test to ensure complete seamless integration with the SharePoint 2010 Directory Management Service.  Within the same document library, modify the email address to something different and ensure that this change also flows through to Active Directory. You should also try disabling incoming email from that same library and ensure that the contact is completely removed from Active Directory.  If you pass all of these tests scenarios, then we are comfortable in knowing that the correct delegation was provided to our Central Administration Pool Account against our SharePoint Contacts Organizational Unit.</p>
<p>I hope you have found this step by step guide in configuring incoming email in SharePoint 2010 with Exchange useful, so stay tuned as we continue our journey in configuring our SharePoint 2010 Farm.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>If you enjoyed this article, consider sharing it with one of the below social networking sites:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;title=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide&amp;notes=SharePoint%202010%20can%20enable%20incoming%20mail%20on%20lists%20and%20libraries.%20It%20also%20offers%20several%20out-of-the-box%20features%20like%20Alerts%2C%20Enterprise%20Search%20and%20Information%20Management%20policies%2C%20all%20of%20which%20provide%20for%20a%20richer%20collaborative%20experience%20than%20your%20legacy%20Exchange%20Public%20folders.%20%20In%20today%E2%80%99s%20article%2C%20I%20will%20provide%20you%20with%20a%20comprehensive%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%202010%20server%20in%20conjunction%20with%20Exchange%202010%20to%20provide%20successful%20delivery%20of%20incoming%20email%20to%20your%20SharePoint%20Web%20Applications." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;title=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide&amp;bodytext=SharePoint%202010%20can%20enable%20incoming%20mail%20on%20lists%20and%20libraries.%20It%20also%20offers%20several%20out-of-the-box%20features%20like%20Alerts%2C%20Enterprise%20Search%20and%20Information%20Management%20policies%2C%20all%20of%20which%20provide%20for%20a%20richer%20collaborative%20experience%20than%20your%20legacy%20Exchange%20Public%20folders.%20%20In%20today%E2%80%99s%20article%2C%20I%20will%20provide%20you%20with%20a%20comprehensive%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%202010%20server%20in%20conjunction%20with%20Exchange%202010%20to%20provide%20successful%20delivery%20of%20incoming%20email%20to%20your%20SharePoint%20Web%20Applications." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;title=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide&amp;annotation=SharePoint%202010%20can%20enable%20incoming%20mail%20on%20lists%20and%20libraries.%20It%20also%20offers%20several%20out-of-the-box%20features%20like%20Alerts%2C%20Enterprise%20Search%20and%20Information%20Management%20policies%2C%20all%20of%20which%20provide%20for%20a%20richer%20collaborative%20experience%20than%20your%20legacy%20Exchange%20Public%20folders.%20%20In%20today%E2%80%99s%20article%2C%20I%20will%20provide%20you%20with%20a%20comprehensive%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%202010%20server%20in%20conjunction%20with%20Exchange%202010%20to%20provide%20successful%20delivery%20of%20incoming%20email%20to%20your%20SharePoint%20Web%20Applications." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;t=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;title=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=SharePoint%202010%20can%20enable%20incoming%20mail%20on%20lists%20and%20libraries.%20It%20also%20offers%20several%20out-of-the-box%20features%20like%20Alerts%2C%20Enterprise%20Search%20and%20Information%20Management%20policies%2C%20all%20of%20which%20provide%20for%20a%20richer%20collaborative%20experience%20than%20your%20legacy%20Exchange%20Public%20folders.%20%20In%20today%E2%80%99s%20article%2C%20I%20will%20provide%20you%20with%20a%20comprehensive%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%202010%20server%20in%20conjunction%20with%20Exchange%202010%20to%20provide%20successful%20delivery%20of%20incoming%20email%20to%20your%20SharePoint%20Web%20Applications." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;t=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;title=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;title=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;title=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;h=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;title=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide&amp;body=SharePoint%202010%20can%20enable%20incoming%20mail%20on%20lists%20and%20libraries.%20It%20also%20offers%20several%20out-of-the-box%20features%20like%20Alerts%2C%20Enterprise%20Search%20and%20Information%20Management%20policies%2C%20all%20of%20which%20provide%20for%20a%20richer%20collaborative%20experience%20than%20your%20legacy%20Exchange%20Public%20folders.%20%20In%20today%E2%80%99s%20article%2C%20I%20will%20provide%20you%20with%20a%20comprehensive%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%202010%20server%20in%20conjunction%20with%20Exchange%202010%20to%20provide%20successful%20delivery%20of%20incoming%20email%20to%20your%20SharePoint%20Web%20Applications." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;title=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide&amp;selection=SharePoint%202010%20can%20enable%20incoming%20mail%20on%20lists%20and%20libraries.%20It%20also%20offers%20several%20out-of-the-box%20features%20like%20Alerts%2C%20Enterprise%20Search%20and%20Information%20Management%20policies%2C%20all%20of%20which%20provide%20for%20a%20richer%20collaborative%20experience%20than%20your%20legacy%20Exchange%20Public%20folders.%20%20In%20today%E2%80%99s%20article%2C%20I%20will%20provide%20you%20with%20a%20comprehensive%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%202010%20server%20in%20conjunction%20with%20Exchange%202010%20to%20provide%20successful%20delivery%20of%20incoming%20email%20to%20your%20SharePoint%20Web%20Applications." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fconfiguring-incoming-email-sharepoint-2010%2F&amp;submitHeadline=Configuring%20incoming%20email%20in%20SharePoint%202010%20with%20Exchange%20-%20Step%20by%20Step%20Guide&amp;submitSummary=SharePoint%202010%20can%20enable%20incoming%20mail%20on%20lists%20and%20libraries.%20It%20also%20offers%20several%20out-of-the-box%20features%20like%20Alerts%2C%20Enterprise%20Search%20and%20Information%20Management%20policies%2C%20all%20of%20which%20provide%20for%20a%20richer%20collaborative%20experience%20than%20your%20legacy%20Exchange%20Public%20folders.%20%20In%20today%E2%80%99s%20article%2C%20I%20will%20provide%20you%20with%20a%20comprehensive%20step%20by%20step%20guide%20in%20configuring%20your%20SharePoint%202010%20server%20in%20conjunction%20with%20Exchange%202010%20to%20provide%20successful%20delivery%20of%20incoming%20email%20to%20your%20SharePoint%20Web%20Applications.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1737</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing SharePoint 2010 using Least Privilege Service Accounts</title>
		<link>http://sharepointgeorge.com/2010/installing-sharepoint-2010-privilege-service-accounts/</link>
		<comments>http://sharepointgeorge.com/2010/installing-sharepoint-2010-privilege-service-accounts/#comments</comments>
		<pubDate>Tue, 11 May 2010 12:00:44 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1649</guid>
		<description><![CDATA[SharePoint 2010 is definitely generating a lot of buzz out there in the community, especially amongst partners and customers and with the official launch only a couple of days away, I thought it would be ideal to update my installation which I first blogged about here using all the RTM bits.  For those of you that aren’t aware, SharePoint 2010 and SQL 2008 R2 is now available for download via TechNet or MSDN and will be available to Volume Licensing customers post launch, 12 May 2010.]]></description>
			<content:encoded><![CDATA[<p>SharePoint 2010 is definitely generating a lot of buzz out there in the community, especially amongst partners and customers and with the official launch only a day away, I thought it would be ideal to update my installation which I first blogged about <a href="http://sharepointgeorge.com/2009/installing-sharepoint-2010-beta-windows-2008-r2-server/" target="_blank">here</a> using all the RTM bits.  For those of you that aren’t aware, SharePoint 2010 and SQL 2008 R2 are now available for download via TechNet or MSDN and will be available to Volume Licensing customers post <a href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx#fbid=WVmPFvKpOSb" target="_blank">launch</a>, 12 May 2010.</p>
<p>The below setup will be based on SharePoint 2007 best practices and SharePoint 2010 TechNet documentation on “proposed” best practices with this setup utilising the least privilege model for our SharePoint service accounts.  Before delving into the setup which will form the basis of all future blog posts on SharePoint 2010, I have provided the below summary of the environment that I will be working with.</p>
<p><strong>Environment</strong></p>
<ul>
<li>Windows 2008 R2 server running Active Directory Domain Services</li>
<li>Windows 2008 R2 server running SQL 2008 R2</li>
<li>Windows 2008 R2 server running SharePoint 2010 RTM</li>
<li>Windows 2008 R2 server running Exchange 2010 RTM</li>
<li>Windows 7 client running Office 2010 RTM</li>
</ul>
<p><strong>The Preparation</strong></p>
<p>Before we delve into the actual installation, let’s begin to talk about what service accounts are required for the new SharePoint Farm setup. TechNet has a great article on the service accounts required and their respective privileges which you can read in some detail <a href="http://technet.microsoft.com/en-us/library/ee662513%28office.14%29.aspx" target="_blank">here</a>.  In summary, these are not much different to the SharePoint 2007 best practices for utilising the Least Privilege model for service accounts and goes as follows;</p>
<ol>
<li><strong>SQL Server Service Account<br />
</strong>This should be a standard domain user account which will be used to run the MSSQLSERVER and SQLSERVERAGENT services on your SQL server.<br />
e.g. DOMAIN\sp_sql</li>
<li><strong>SharePoint Setup User Account<br />
</strong>This should be a standard domain user account that will be used as the logged in user when installing SharePoint and for when running the SharePoint Products Configuration Wizard.  This account must be a member of the Local Administrators group for each server where SharePoint 2010 will be installed.  You will also need to create a SQL server login with the following SQL server security roles; “securityadmin” and “dbcreator”.  Instructions below.<br />
e.g. DOMAIN\sp_admin</li>
<li><strong>Server Farm/Database Access Account<br />
</strong>You guessed it, this should also be a standard domain user account, however we do not need to grant any necessary permissions to this account as this is handled by the SharePoint Setup User Account during the SharePoint Products Configuration Wizard.  This is the account that we nominate as the “Database Access” account during the SharePoint Configuration Wizard.  This account will be applied against the SharePoint Foundation Workflow Timer Service and the SharePoint Central Administration Web Site Application Pool.<br />
e.g. DOMAIN\sp_farm</li>
</ol>
<p>It’s imperative that these accounts are created and provisioned before attempting any installation of the SharePoint 2010 bits.  This article is assuming that SQL 2008 R2 has already been installed in your environment using the SQL server service account.</p>
<p>Firstly, have your Active Directory Administrator create the above accounts in Active Directory as standard domain users.   Then navigate to each server in which you will install SharePoint 2010 and add the DOMAIN\sp_admin account (SharePoint Setup User Account) to the Local Administrator’s group of that respective server.</p>
<p>Navigate to Start / Administrative Tools / Server Manager / Local Users and Groups and then click on the Groups folder.</p>
<p>Add the DOMAIN\sp_admin user to the Administrator’s group.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/image.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/image_thumb.png" border="0" alt="image thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="610" height="381" /></a></p>
<p>We next venture to our SQL 2008 R2 server to configure our sp_admin account as a SQL server login.</p>
<p>Launch the SQL 2008 R2 Management Console and navigate to Security / Logins.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image006.png"><img style="display: inline; border-width: 0px;" title="clip_image006" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image006_thumb.png" border="0" alt="clip image006 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="362" height="196" /></a></p>
<p>Right click on Logins and select New Login;</p>
<p>Search for the newly created sp_admin domain account</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image008.jpg"><img style="display: inline; border-width: 0px;" title="clip_image008" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image008_thumb.jpg" border="0" alt="clip image008 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="622" height="203" /></a></p>
<p>Click on Server Roles and select dbcreator and securityadmin as your server roles.  Public will be selected by default.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image009.png"><img style="display: inline; border-width: 0px;" title="clip_image009" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image009_thumb.png" border="0" alt="clip image009 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="535" height="301" /></a></p>
<p>Now that our environment is prepped up with your service accounts, we can now proceed with the installation, so let the *games* begin!!</p>
<p><strong>The Install</strong></p>
<p>Launch the SharePoint 2010 splash installation screen and ensure you have met the necessary hardware and software requirements.  You can find more details in the following <a href="http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx" target="_blank">TechNet article.</a> It’s important that you download and install the WCF hotfix listed in the above TechNet article.   This hotfix is specific to the OS version that you are installing SharePoint 2010 on.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image001.png"><img style="display: inline; border-width: 0px;" title="clip_image001" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image001_thumb.png" border="0" alt="clip image001 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="642" height="452" /></a></p>
<p>Run the Install software prerequisites first! This preparation tool will actually install the majority of the prerequisites listed in the TechNet article.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image002.png"><img style="display: inline; border-width: 0px;" title="clip_image002" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image002_thumb.png" border="0" alt="clip image002 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="641" height="404" /></a></p>
<p>Click Next</p>
<p>Accept the terms of the License Agreement</p>
<p>The preparation tool begins installing the pre-requisites. It’s imperative that your SharePoint server has an internet connection as it will connect to the internet during the preparation and download the necessary software listed above.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image003.png"><img style="display: inline; border-width: 0px;" title="clip_image003" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image003_thumb.png" border="0" alt="clip image003 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="494" height="307" /></a></p>
<p>After the installation of the prerequisites is complete, you will be asked to re-start your computer.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image004.png"><img style="display: inline; border-width: 0px;" title="clip_image004" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image004_thumb.png" border="0" alt="clip image004 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="646" height="389" /></a></p>
<p>After your server has restarted, the preparation tool should pick up from where it last left and finalise any further configuration that is required. You should then receive a successful completed installation dialog window as per the below.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image005.png"><img style="display: inline; border-width: 0px;" title="clip_image005" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image005_thumb.png" border="0" alt="clip image005 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="634" height="381" /></a></p>
<p>Click Finish.</p>
<p>You will then be required to re-launch the install splash screen and this time round click on Install SharePoint Server.</p>
<p>Enter your product key</p>
<p>Accept the Microsoft Software License Terms.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image010.png"><img style="display: inline; border-width: 0px;" title="clip_image010" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image010_thumb.png" border="0" alt="clip image010 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="583" height="298" /></a></p>
<p>Select Server Farm (we all know not to select Standalone right?! Big no no in production)</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image011.png"><img style="display: inline; border-width: 0px;" title="clip_image011" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image011_thumb.png" border="0" alt="clip image011 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="625" height="252" /></a></p>
<p>Again, don’t be fooled into selecting the Stand-alone option which is identical to the Stand-alone option in the previous screen.  Be sure to select Complete and click Next to proceed with the installation.</p>
<p>Once SharePoint has copied it’s files, the Run Configuration Wizard window will appear.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image012.png"><img style="display: inline; border-width: 0px;" title="clip_image012" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image012_thumb.png" border="0" alt="clip image012 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="620" height="295" /></a></p>
<p>Click Close</p>
<p>The SharePoint Products Configuration Wizard will then launch</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image013.png"><img style="display: inline; border-width: 0px;" title="clip_image013" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image013_thumb.png" border="0" alt="clip image013 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="631" height="263" /></a></p>
<p>Click Next</p>
<p>Click Yes on the following warning.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image014.png"><img style="display: inline; border-width: 0px;" title="clip_image014" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image014_thumb.png" border="0" alt="clip image014 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="607" height="426" /></a></p>
<p>Select “Create a new server farm”</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image015.png"><img style="display: inline; border-width: 0px;" title="clip_image015" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image015_thumb.png" border="0" alt="clip image015 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="591" height="216" /></a></p>
<p>Click Next</p>
<p>Enter the name of your SQL 208 R2 server and keep the default database name for SharePoint 2010 Configuration database.  Then enter the SharePoint Farm account as the Database Access Account.  i.e. DOMAIN\sp_farm.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image016.png"><img style="display: inline; border-width: 0px;" title="clip_image016" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image016_thumb.png" border="0" alt="clip image016 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="598" height="390" /></a></p>
<p>Click Next</p>
<p>Enter a Passphrase. As mentioned below, this designated passphrase is configured to ensure that no other SharePoint servers can join this farm unless the passphrase is provided.  The passphrase must meet the following requirements;</p>
<ul>
<li>Contains at least eight characters</li>
<li>Contains at least three of the following four character groups:</li>
<li>English uppercase characters (from A through Z)</li>
<li>English lowercase characters (from a through z)</li>
<li>Numerals (from 0 through 9)</li>
<li>Nonalphabetic characters (such as !, $, #, %)</li>
</ul>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image017.png"><img style="display: inline; border-width: 0px;" title="clip_image017" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image017_thumb.png" border="0" alt="clip image017 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="606" height="260" /></a></p>
<p>Configure your SharePoint Central Administration Web Application settings. I always like to change the default port number to something that is easier to remember.</p>
<p>You are also presented with the authentication provider options for your CA Web Application in which it is usually best practice to utilise Kerberos for your SharePoint Web Sites, however NTLM will suffice for your SharePoint CA Web Application.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image018.png"><img style="display: inline; border-width: 0px;" title="clip_image018" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image018_thumb.png" border="0" alt="clip image018 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="604" height="361" /></a></p>
<p>Click Next</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image019.png"><img style="display: inline; border-width: 0px;" title="clip_image019" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image019_thumb.png" border="0" alt="clip image019 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="580" height="350" /></a></p>
<p>Click Next.</p>
<p>The infamous performing configuration task screen is displayed.  All we can do now is cross our fingers and wait…</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image020.png"><img style="display: inline; border-width: 0px;" title="clip_image020" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image020_thumb.png" border="0" alt="clip image020 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="620" height="242" /></a></p>
<p>Upon completion you should receive the following confirmation that the configuration was a success.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image021.png"><img style="display: inline; border-width: 0px;" title="clip_image021" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image021_thumb.png" border="0" alt="clip image021 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="625" height="340" /></a></p>
<p>Click Finish</p>
<p>The SharePoint 2010 Central Administration website that was just created should launch.</p>
<p>The Customer Experience Improvement Program which is available with most Microsoft products will pop up in a separate Window.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image023.jpg"><img style="display: inline; border-width: 0px;" title="clip_image023" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image023_thumb.jpg" border="0" alt="clip image023 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="622" height="196" /></a></p>
<p>After answering Yes or No the Customer Experience Improvement Program the Configure your SharePoint farm wizard option will appear.  We will click Cancel and go through the configuration of our service applications in subsequent future articles.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image025.jpg"><img style="display: inline; border-width: 0px;" title="clip_image025" src="http://sharepointgeorge.com/wp-content/uploads/2010/05/clip_image025_thumb.jpg" border="0" alt="clip image025 thumb Installing SharePoint 2010 using Least Privilege Service Accounts" width="621" height="141" /></a></p>
<p>That’s all that is to it.  Before signing out, let’s venture into a couple of key areas to confirm the details of our farm configuration and then venture across to our SQL server and launch SQL Management Studio to determine what databases are created by default.</p>
<p>Let’s begin by navigating to Central Administration / System Settings / Manage servers in this farm.  After confirming the server listing as per our installation, navigate to your SQL 2008 R2 server and launch SQL Management studio. Browse to databases to see our SharePoint 2010 Databases listed, namely the SharePoint config database and the SharePoint Central Administration Database.</p>
<p>I hope this article has some shed some light with your SharePoint 2010 deployment and we will continue our focus in near future articles in configuring our SharePoint farm and focusing on the service applications that are on offer.</p>
<p><strong>Resources</strong></p>
<p>Administrative and service accounts required for initial deployment (SharePoint Server 2010) <a href="http://technet.microsoft.com/en-us/library/ee662513%28office.14%29.aspx">http://technet.microsoft.com/en-us/library/ee662513%28office.14%29.aspx</a></p>
<div>Prepare for deployment (SharePoint Server 2010) <a href="http://technet.microsoft.com/en-us/library/ff608031(office.14).aspx" target="_blank">http://technet.microsoft.com/en-us/library/ff608031(office.14).aspx</a></div>
<div>
<div>Deployment scenarios (SharePoint Server 2010) <a href="http://technet.microsoft.com/en-us/library/cc303424(office.14).aspx">http://technet.microsoft.com/en-us/library/cc303424(office.14).aspx</a><!----></div>
</div>

<div class="sociable">
<div class="sociable_tagline">
<strong>If you enjoyed this article, consider sharing it with one of the below social networking sites:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;title=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts&amp;notes=SharePoint%202010%20is%20definitely%20generating%20a%20lot%20of%20buzz%20out%20there%20in%20the%20community%2C%20especially%20amongst%20partners%20and%20customers%20and%20with%20the%20official%20launch%20only%20a%20couple%20of%20days%20away%2C%20I%20thought%20it%20would%20be%20ideal%20to%20update%20my%20installation%20which%20I%20first%20blogged%20about%20here%20using%20all%20the%20RTM%20bits.%20%20For%20those%20of%20you%20that%20aren%E2%80%99t%20aware%2C%20SharePoint%202010%20and%20SQL%202008%20R2%20is%20now%20available%20for%20download%20via%20TechNet%20or%20MSDN%20and%20will%20be%20available%20to%20Volume%20Licensing%20customers%20post%20launch%2C%2012%20May%202010." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;title=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts&amp;bodytext=SharePoint%202010%20is%20definitely%20generating%20a%20lot%20of%20buzz%20out%20there%20in%20the%20community%2C%20especially%20amongst%20partners%20and%20customers%20and%20with%20the%20official%20launch%20only%20a%20couple%20of%20days%20away%2C%20I%20thought%20it%20would%20be%20ideal%20to%20update%20my%20installation%20which%20I%20first%20blogged%20about%20here%20using%20all%20the%20RTM%20bits.%20%20For%20those%20of%20you%20that%20aren%E2%80%99t%20aware%2C%20SharePoint%202010%20and%20SQL%202008%20R2%20is%20now%20available%20for%20download%20via%20TechNet%20or%20MSDN%20and%20will%20be%20available%20to%20Volume%20Licensing%20customers%20post%20launch%2C%2012%20May%202010." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;title=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts&amp;annotation=SharePoint%202010%20is%20definitely%20generating%20a%20lot%20of%20buzz%20out%20there%20in%20the%20community%2C%20especially%20amongst%20partners%20and%20customers%20and%20with%20the%20official%20launch%20only%20a%20couple%20of%20days%20away%2C%20I%20thought%20it%20would%20be%20ideal%20to%20update%20my%20installation%20which%20I%20first%20blogged%20about%20here%20using%20all%20the%20RTM%20bits.%20%20For%20those%20of%20you%20that%20aren%E2%80%99t%20aware%2C%20SharePoint%202010%20and%20SQL%202008%20R2%20is%20now%20available%20for%20download%20via%20TechNet%20or%20MSDN%20and%20will%20be%20available%20to%20Volume%20Licensing%20customers%20post%20launch%2C%2012%20May%202010." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;t=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;title=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=SharePoint%202010%20is%20definitely%20generating%20a%20lot%20of%20buzz%20out%20there%20in%20the%20community%2C%20especially%20amongst%20partners%20and%20customers%20and%20with%20the%20official%20launch%20only%20a%20couple%20of%20days%20away%2C%20I%20thought%20it%20would%20be%20ideal%20to%20update%20my%20installation%20which%20I%20first%20blogged%20about%20here%20using%20all%20the%20RTM%20bits.%20%20For%20those%20of%20you%20that%20aren%E2%80%99t%20aware%2C%20SharePoint%202010%20and%20SQL%202008%20R2%20is%20now%20available%20for%20download%20via%20TechNet%20or%20MSDN%20and%20will%20be%20available%20to%20Volume%20Licensing%20customers%20post%20launch%2C%2012%20May%202010." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;t=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;title=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;title=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;title=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;h=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;title=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts&amp;body=SharePoint%202010%20is%20definitely%20generating%20a%20lot%20of%20buzz%20out%20there%20in%20the%20community%2C%20especially%20amongst%20partners%20and%20customers%20and%20with%20the%20official%20launch%20only%20a%20couple%20of%20days%20away%2C%20I%20thought%20it%20would%20be%20ideal%20to%20update%20my%20installation%20which%20I%20first%20blogged%20about%20here%20using%20all%20the%20RTM%20bits.%20%20For%20those%20of%20you%20that%20aren%E2%80%99t%20aware%2C%20SharePoint%202010%20and%20SQL%202008%20R2%20is%20now%20available%20for%20download%20via%20TechNet%20or%20MSDN%20and%20will%20be%20available%20to%20Volume%20Licensing%20customers%20post%20launch%2C%2012%20May%202010." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;title=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts&amp;selection=SharePoint%202010%20is%20definitely%20generating%20a%20lot%20of%20buzz%20out%20there%20in%20the%20community%2C%20especially%20amongst%20partners%20and%20customers%20and%20with%20the%20official%20launch%20only%20a%20couple%20of%20days%20away%2C%20I%20thought%20it%20would%20be%20ideal%20to%20update%20my%20installation%20which%20I%20first%20blogged%20about%20here%20using%20all%20the%20RTM%20bits.%20%20For%20those%20of%20you%20that%20aren%E2%80%99t%20aware%2C%20SharePoint%202010%20and%20SQL%202008%20R2%20is%20now%20available%20for%20download%20via%20TechNet%20or%20MSDN%20and%20will%20be%20available%20to%20Volume%20Licensing%20customers%20post%20launch%2C%2012%20May%202010." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Finstalling-sharepoint-2010-privilege-service-accounts%2F&amp;submitHeadline=Installing%20SharePoint%202010%20using%20Least%20Privilege%20Service%20Accounts&amp;submitSummary=SharePoint%202010%20is%20definitely%20generating%20a%20lot%20of%20buzz%20out%20there%20in%20the%20community%2C%20especially%20amongst%20partners%20and%20customers%20and%20with%20the%20official%20launch%20only%20a%20couple%20of%20days%20away%2C%20I%20thought%20it%20would%20be%20ideal%20to%20update%20my%20installation%20which%20I%20first%20blogged%20about%20here%20using%20all%20the%20RTM%20bits.%20%20For%20those%20of%20you%20that%20aren%E2%80%99t%20aware%2C%20SharePoint%202010%20and%20SQL%202008%20R2%20is%20now%20available%20for%20download%20via%20TechNet%20or%20MSDN%20and%20will%20be%20available%20to%20Volume%20Licensing%20customers%20post%20launch%2C%2012%20May%202010.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1649</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Upgrading your Content Database to SharePoint 2010 &#8211; Database Attach method</title>
		<link>http://sharepointgeorge.com/2009/upgrading-content-database-sharepoint-2010-database-attach-method/</link>
		<comments>http://sharepointgeorge.com/2009/upgrading-content-database-sharepoint-2010-database-attach-method/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 12:36:12 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Pre-Upgrade]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1158</guid>
		<description><![CDATA[Welcome back to the second half of this series on upgrading a SharePoint 2007 content database to SharePoint 2010.  Today we will complete our upgrade journey utilising one of the 3 upgrade models that are available to you by Microsoft.]]></description>
			<content:encoded><![CDATA[<p>Welcome back to the second article in this series on upgrading a SharePoint 2007 content database to SharePoint 2010.  In<a href="http://sharepointgeorge.com/2009/upgrading-content-db-sharepoint-2010-part-1-preupgradecheck/" target="_blank"> part 1 </a>we deep dived into the preupgrade tool that Microsoft made available with SharePoint 2007 SP2 and today we will complete our upgrade journey utilising one of the 3 upgrade models that are available to you by Microsoft.  These are listed as follows;</p>
<ol>
<li>In-place upgrade</li>
<li>Database attach upgrade to a new farm</li>
<li>Hybrid approach (Read –only databases or Detach databases)</li>
</ol>
<p>There is a wealth of information regarding these different approaches on the Microsoft TechNet site under the <a href="http://technet.microsoft.com/en-au/sharepoint/ee517214.aspx" target="_blank">Upgrade and Migration Resource Center for SharePoint 2010.</a> I will also outline other resources at the end of this article for convenience.</p>
<p>The upgrade model that I have chosen in this article series is the Database attach upgrade approach in which I will outline in this step by step guide.  The upgrade choice you choose is dependent on a number of factors such as how much down time can you afford and whether you are moving onto newer hardware.  All three options have their strong and weak points which is outlined in the following TechNet article; <a href="http://technet.microsoft.com/en-us/library/cc263447(office.14).aspx" target="_blank">Determine Upgrade approach (SharePoint 2010)</a></p>
<p>This article is assuming that your SharePoint 2010 environment is up and running (albeit in beta form).  I have published a 3 part series in getting your SharePoint 2010 environment up and running that you can access from the following links;</p>
<ol>
<li><a href="http://sharepointgeorge.com/2009/installing-sharepoint-2010-beta-windows-2008-r2-server/" target="_blank">Installing SharePoint 2010 Beta on a Windows 2008 R2 Server</a></li>
<li><a href="http://sharepointgeorge.com/2009/configuring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization/" target="_blank">Configuring SharePoint 2010 (Beta) Service Applications and User Profile Service Synchronization</a></li>
<li><a href="http://sharepointgeorge.com/2009/creating-web-application-site-collection-sharepoint-2010/" target="_blank">Creating your first SharePoint 2010 Beta Web Application and Site Collection</a></li>
</ol>
<p>When using the database attach method to upgrade your databases to SharePoint 2010, you need to be aware that none of your configuration settings in SharePoint 2007 will migrate.  You will need to ensure that you have replicated your 2007 environment in the newly created 2010 farm.  Some of the items to consider include the following;</p>
<ul>
<li>Outgoing email server</li>
<li>Alternate Access Mappings (AAM)</li>
<li>Quota templates</li>
<li>Included paths</li>
<li>Install any custom or 3rd party features, including web parts, solutions</li>
<li>Custom site definitions</li>
<li>Custom CSS</li>
</ul>
<p>In order for you to perform a database attach upgrade into your SharePoint 2010 environment you need to ensure that you have created a new web application.  If you have not done so, you can follow my step by step guide on <a href="http://sharepointgeorge.com/2009/creating-web-application-site-collection-sharepoint-2010/" target="_blank">Creating your first SharePoint 2010 Beta Web Application and Site Collection</a>.</p>
<p><strong>Step 1 :: Restoring a copy of your SharePoint 2007 content database </strong></p>
<p>Now that we have ensured that all our configuration settings are in place, and that all custom features, web parts and solutions have been re-instated, we can now proceed with our upgrade.  You will need to firstly backup and take a copy of your SharePoint 2007 content database and restore it to the newly created SharePoint 2010 farm.</p>
<p>I’m performing my database restore utilising SQL 2008 Management Console.  Right click on Databases and select Restore Database.</p>
<p>Select your source and destination as follows;</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image11.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb11.png" border="0" alt="image thumb11 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="706" height="410" /></a></p>
<p>Click on Options and ensure you have selected Overwrite the existing database.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image12.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb12.png" border="0" alt="image thumb12 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="712" height="377" /></a></p>
<p>Click OK.</p>
<p>We should receive the following confirmation message once the database has been successfully restored.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image13.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb13.png" border="0" alt="image thumb13 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="435" height="129" /></a></p>
<p><strong>Step 2 :: Verifying the Content Database</strong></p>
<p>As you have already noticed from our first article, in particular with the introduction of the preupgrade check tool, Microsoft have done a great job in providing us with the necessary tools to ensure a successful upgrade.  The next tool that we will be using is the Test-SPContentDatabase Windows PowerShell cmdlet.  This cmdlet will test and verify that any custom components that are required for this content database has been installed and configured in the SharePoint 2010 environment.</p>
<div>
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">Test-SPContentDatabase –Name &lt;database name&gt; -WebApplication &lt;URL&gt;</pre>
</div>
<div>Launch the SharePoint 2010 Management Shell and type the above command, ensuring you have entered your Database Name and URL. e.g. below</div>
<div>
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">Test-SPContentDatabase –Name WSS_Content_Intranet -WebApplication <a href="http://intranet.georgekhalil.com">http://intranet.georgekhalil.com</a></pre>
</div>
<div>The Test-SPContentDatabase is a great reporting tool that will list any missing setup files, web parts and provide you with information on how to remedy any errors.  It will also specify whether these missing features will block the upgrade from succeeding.</div>
<div><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image14.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb14.png" border="0" alt="image thumb14 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="680" height="345" /></a></div>
<div>You can either attend to these missing features pre or post-upgrade but this depends on whether there are any items that will block the upgrade from proceeding.  Once you have remedied the above, we can proceed with our next tool, which will add the content database to our Web Application.  The stsadm  addcontenddb command line parameter is as follows;</div>
<div>
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">stsadm -o addcontentdb -url &lt;URL&gt; -databasename &lt;database name&gt;</pre>
</div>
<div>Before proceeding, ensure that there are currently no databases connected to the web application that we will be attaching to.  You can check this via Central Administration / Application Management / Manage content databases.</div>
<div><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image15.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb15.png" border="0" alt="image thumb15 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="660" height="115" /></a></div>
<p>If one is listed, you can remove the existing attached database by clicking on the actual database name and then clicking on the &#8220;Remove content database&#8221; check box.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image16.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb16.png" border="0" alt="image thumb16 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="687" height="333" /></a></p>
<p>You will receive the above warning which is safe to ignore.  In this instance we are not deleting the actual database but disassociating it from the selected Web Application.  This is the exact same behaviour that was available to us in SharePoint 2007.</p>
<p>We can now proceed and attach our restored SharePoint 2007 database via the following stsadm command line;</p>
<div id="codeSnippetWrapper">
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">stsadm -o addcontentdb -url &lt;URL&gt; -databasename &lt;database name&gt;</pre>
</div>
<p>In my instance, the command looked as follows;</p>
<div>
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">stsadm -o addcontentdb -url http:<span style="color: #008000">//intranet.georgekhalil.com -databasename WSS_Content_Intranet</span></pre>
</div>
<div>This will initiate the upgrade process as per the below screen capture.</div>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image17.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb17.png" border="0" alt="image thumb17 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="669" height="110" /></a></p>
<p>You will eventually receive a message similar to the below advising that the upgrade was completed albeit with errors in my case.  You should review the upgrade log file which is quite extensive and lengthy, and sure enough the errors were all related to missing features etc which I was already aware of.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image18.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb18.png" border="0" alt="image thumb18 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="673" height="137" /></a></p>
<p>We can now verify that the upgrade was completed successfully by first navigating back to Central Administration / Application Management / Manage content databases, which now displays the upgraded database under my designated Web Application.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image19.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb19.png" border="0" alt="image thumb19 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="660" height="137" /></a></p>
<p>We can also view the upgrade status page which is located within Central Administration / Upgrade and Migration / Check upgrade status.  The page will list all previous upgrade attempts and summarise the number of errors and warnings that may have been encountered.  In my case, there were a number of features that were not installed in the new SharePoint 2010 farm that the current portal relies on.  All of the upgrade logs are located in the following location, providing you with finer detail on the errors and warnings encountered;</p>
<div id="codeSnippetWrapper">
<div id="codeSnippetWrapper" style="border: 1px solid silver; text-align: left; padding: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; width: 97.5%; font-family: 'Courier New',courier,monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; cursor: text;">
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS</pre>
</div>
</div>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image20.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb20.png" border="0" alt="image thumb20 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="660" height="366" /></a></p>
<p>By default, your site will retain it’s 2007 theme which Microsoft have done on purpose and you will need to manually change this 2010 if you wish to do so.  This is referred to as the “Visual Upgrade”, providing site administrators the ability to switch to the new look and feel at their own leisure.  This is a great move by the SharePoint product team as the new interface can be quite overwhelming to begin with.  Think about the move from Office 2003-2007 with the introduction of the new ribbon interface.   There was a week or two of frustration for most users before eventually getting the hang of it and finding the new interface to be more productive.</p>
<p>The below screen capture is my upgraded SharePoint 2010 portal running in “SharePoint 2007 theme mode”.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12007.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Capture12007" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12007_thumb.png" border="0" alt="Capture12007 thumb Upgrading your Content Database to SharePoint 2010   Database Attach method" width="619" height="396" /></a></p>
<p>To perform the Visual upgrade, navigate to Site Actions / Visual Upgrade.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12007a.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Capture12007a" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12007a_thumb.png" border="0" alt="Capture12007a thumb Upgrading your Content Database to SharePoint 2010   Database Attach method" width="427" height="624" /></a></p>
<p><strong> </strong></p>
<p>Here you are provided with 3 options in which I will select “Use the new SharePoint user interface, and don’t ask me again”.  After clicking on OK, I am now presented with the same site utilising the default SharePoint 2010 theme.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12010.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Capture12010" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12010_thumb.png" border="0" alt="Capture12010 thumb Upgrading your Content Database to SharePoint 2010   Database Attach method" width="692" height="455" /></a></p>
<p>We have now successfully upgraded one of our SharePoint 2010 content databases housing our main Intranet portal, albeit with some missing web parts and features.  So what’s next on the agenda?  Upgrading My Sites of course!  This will involve attaching and upgrading your Shared Service Provider (SSP) to upgrade your user profile information followed by upgrading the My Sites content database.  This process will be left for a future post.</p>
<p>I hope you have found this 2 part series useful and I am interested hear how many of you have attempted a SharePoint 2010 upgrade and your experiences.</p>
<p><strong>Resources from TechNet</strong></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc263447(office.14).aspx" target="_blank">Determine Upgrade approach (SharePoint 2010)</a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e8b66eb3-27c7-4a39-a2e1-3e7d18b12ee1&amp;displaylang=en" target="_blank">Microsoft SharePoint 2010 Products Upgrade Approaches</a> – Diagrams</p>
<p><a href="http://technet.microsoft.com/en-au/library/cc303420(office.14).aspx" target="_blank">Upgrading to SharePoint Server 2010</a></p>
<p><a href="http://blogs.technet.com/tothesharepoint/archive/2009/11/10/3292072.aspx" target="_blank">Preparing to upgrade to SharePoint 2010 Products</a></p>
<p><a href="http://technet.microsoft.com/en-au/library/cc263299(office.14).aspx" target="_blank">Attach databases and upgrade to SharePoint Server 2010</a></p>
<p>_______________________________________________________________</p>
<p><strong>Articles in this series</strong></p>
<ol>
<li><a href="http://sharepointgeorge.com/2009/upgrading-content-db-sharepoint-2010-part-1-preupgradecheck/" target="_blank">Upgrading your Content DB to SharePoint 2010 – Part 1, The preupgradecheck</a></li>
<li><a href="http://sharepointgeorge.com/2009/upgrading-content-database-sharepoint-2010-database-attach-method/" target="_self">Upgrading your Content DB to SharePoint 2010 – Part 2, Database Attach method</a></li>
</ol>

<div class="sociable">
<div class="sociable_tagline">
<strong>If you enjoyed this article, consider sharing it with one of the below social networking sites:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;notes=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;bodytext=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;annotation=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;t=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;t=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;h=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;body=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;selection=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;submitHeadline=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;submitSummary=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1158</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading your Content DB to SharePoint 2010 &#8211; Part 1, The preupgradecheck</title>
		<link>http://sharepointgeorge.com/2009/upgrading-content-db-sharepoint-2010-part-1-preupgradecheck/</link>
		<comments>http://sharepointgeorge.com/2009/upgrading-content-db-sharepoint-2010-part-1-preupgradecheck/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 11:30:32 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Pre-Upgrade]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1141</guid>
		<description><![CDATA[In this two part series I will be providing you with a guide to upgrading your SharePoint 2007 content databases to SharePoint 2010.]]></description>
			<content:encoded><![CDATA[<p>I’m sure there are a lot of SharePointers out there who are excited about the 2010 release and as I have been working my way through the installation and configuration of this updated beast, I have also been providing you with posts along the way sharing my experiences.  Today isn’t any different, and in this two part series I will be providing you with a guide to upgrading your SharePoint 2007 content databases to SharePoint 2010.  There are already some great resources out there regarding upgrade options and preparation guidance including those from Microsoft on the TechNet Site and others which I will list at the end of this article. The prime focus of part 1 of this 2 part series will be to outline the many tools that are available to you at no cost, assisting and ensuring that your SharePoint  farm and SharePoint databases are up to scratch and ready for 2010.  The series will proceed as follows;</p>
<ol>
<li>Upgrading your Content DB to SharePoint 2010 –The preupgradecheck</li>
<li>Upgrading your Content DB to SharePoint 2010 – Using the Database Attach method</li>
</ol>
<p>First and foremost, Microsoft have provided us with the pre-upgrade command line stsadm parameter switch in SharePoint 2007 Service Pack 2, which has been further updated with the latest <a href="http://support.microsoft.com/kb/976730" target="_blank">October 2009 Cumulative Update (CU),</a>. This will be our primary analysis and reporting tool providing us with invaluable information regarding your SharePoint 2007 farm and actions that may be required to be taken prior to upgrading to SharePoint 2010, so let’s begin our journey here.</p>
<p>Launch a Windows command prompt on your SharePoint Server and type the following stsadm command from the following directory;</p>
<p>%COMMONPROGRAMFILES%\Microsoft Shared\Web Server Extensions\12\bin</p>
<div id="codeSnippetWrapper">
<pre id="codeSnippet" style="text-align: left; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New', courier, monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible; border-style: none; padding: 0px;">stsadm.exe -o preupgradecheck</pre>
<p>This will begin the pre-upgrade process checks which will display the relevant steps in your command prompt window.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb.png" border="0" alt="image thumb Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="668" height="272" /></a></p>
<p>When the pre-upgrade process completes, you will receive the following “Operation completed successfully” message in which it will then launch your web browser displaying the results in HTML format, titled “SharePoint Products and Technologies Pre-Upgrade Check Report”.  These results can also be located under the following location;</p>
<p>%COMMONPROGRAMFILES%\Microsoft Shared\Web Server Extensions\12\Logs\</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb1.png" border="0" alt="image thumb1 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="678" height="192" /></a></p>
<p>What you will notice is that the report being displayed does a great job in not only notifying you of any issues regarding your SharePoint farm such as missing Site Definition Information or missing Feature Information, but it also provides you with a blueprint of your SharePoint Farm setup.  Such useful information which will be required to be taken into consideration when upgrading to SharePoint 2010 includes the following items;</p>
<ul>
<li>Search content sources and start addresses</li>
<li>Office Server Search topology</li>
<li>Servers in the current farm</li>
<li>SharePoint version and list of components running in the farm</li>
<li>Supported upgrade types (Inplace Upgrade and Content Database Attach)</li>
<li>Site Definition and Feature Information</li>
<li>Language pack information</li>
<li>Alternate Access Mappings (AAM) that will need to be recreated</li>
<li>Customized List views (these will not be upgraded)</li>
<li>Customized field types (these will not be upgraded)</li>
<li>WSS Search topology</li>
<li>List of Content Databases and SQL server location</li>
</ul>
<p>Joel Oleson does a great job in explaining these items in great detail in his blog post <a href="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=238">Preparing for Upgrade to 2010 Today &#8211; Part 1 Preupgradecheck</a>, however I will outline some of the issues that I personally encountered with my SharePoint 2007 content database.</p>
<p>The majority of your issues will most likely evolve around Missing Site Definition and or missing Feature Information.  These missing items are listed at the bottom of each of these respective sections in the pre-upgrade report.  My first problem area was a missing Site Definition.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb2.png" border="0" alt="image thumb2 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="638" height="173" /></a></p>
<p>name = Unknown, language = 1033, template id = 75816, count = 5, <strong><span style="color: #ff0000">status = Missing</span></strong></p>
<p><span style="color: #000000">Notice that the name of this feature is  “unknown”, which isn’t of much help, however this is where Google (or your preferred search engine provider) comes into play.  The key identifier is the template id which in this case is 75816, and after typing this ID number in my search criteria I was immediately presented with a number of results all pointing to the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=CE90D6D7-7B96-47BF-A22F-A7E8C5D40647&amp;displaylang=en" target="_blank">Help Desk Fab 40 template</a>.  Aha! my eyes lit up and I recall back in the day installing some of the <a href="http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb407286.aspx" target="_blank">Fab 40 templates</a> (I’m sure many did at the time of release).  So I downloaded the solution from the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=CE90D6D7-7B96-47BF-A22F-A7E8C5D40647&amp;displaylang=en" target="_blank">Microsoft Download Center</a> and re-installed the template. I then re-ran the preupgrade check and whalla! my missing site definition now has a name against it with a status of &#8220;Installed&#8221;.</span></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb3.png" border="0" alt="image thumb3 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="648" height="192" /></a></p>
<p>My next problematic area was a plethora of missing features. Now this will all depend on how much history is attached against your current SharePoint farm environment and how many 3rd party solutions and or custom development have been installed or uninstalled over time.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image4.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb4.png" border="0" alt="image thumb4 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="660" height="225" /></a></p>
<p>One thing you will learn throughout this process is that the preupgrade check utility does a great job in naming features against GUID’s when they are installed, but fails miserably in displaying names when they are missing.  Once again, Google quickly becomes a point of reference and 9 times out of 10, utilising the GUID in your search criteria will yield the results that you are after, and that is the actual name of the missing feature.   A few of mine were features from the <a href="http://www.codeplex.com" target="_blank">Codeplex</a> site so I was easily able to identify whether I needed to re-install or remove these rogue items.  In most instances, if they are missing, they are missing due to failed uninstalls, so this is where the stsadm becomes your next best friend.</p>
<p>Let’s take a single example where the following GUID was listed as being missing; 758a6fdf-005a-bcaa-0ea0-1d4931979fec.  You will need to run the following stsadm –o deactivatefeature command to remove the rogue entry.  More information on the this command can be located in the following <a href="http://technet.microsoft.com/en-us/library/cc288714.aspx" target="_blank">TechNet article</a>.</p>
<div id="codeSnippetWrapper" style="text-align: left; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; width: 97.5%; font-family: 'Courier New', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; cursor: text; border: silver 1px solid; padding: 4px;">
<pre id="codeSnippet" style="text-align: left; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New', courier, monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible; border-style: none; padding: 0px;">STSADM -o deactivatefeature -id 758a6fdf-005a-bcaa-0ea0-1d4931979fec -url http://intranet.georgekhalil.com -force</pre>
</div>
</div>
<p>In addition to the STSADM command line tool, there are a couple of other tools that really assisted with the process of removing rogue features where the stsadm actually failed.  The first tool which is provided by <a href="http://www.gilham.org/Blog/Lists/Posts/Post.aspx?List=aab85845-88d2-4091-8088-a6bbce0a4304&amp;ID=229" target="_blank">Gilham Consulting</a> , is the <a href="http://code.msdn.microsoft.com/WssAnalyzeFeatures" target="_blank">WssAnalyzeFeatures</a> tool, which will assist in listing features against their GUID similar to that of the preupgrade report.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image5.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb5.png" border="0" alt="image thumb5 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="566" height="287" /></a></p>
<p>The second tool required as part of the removal process is the <a href="http://code.msdn.microsoft.com/WssRemoveFeatureFrom" target="_blank">WssRemoveFeatureFromSite</a> which will remove rogue features installed in your SharePoint farm where the stsadm –o deactivate feature might fail.  Eventually you would want the output of the WssAnalyzeFeatures command to display no problems.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image6.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb6.png" border="0" alt="image thumb6 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="428" height="171" /></a></p>
<p>So after re-installing or removing any rogue features and site definitions we should be ready to proceed with our SharePoint 2010 upgrade, taking into account that there were no other problematic areas that were outlined in the preupgrade check.</p>
<p>There are several other tools worth mentioning that also assisted with outputting information and configuration details of my farm and assisted with the SharePoint farm cleansing process.</p>
<p>The <a href="http://featureadmin.codeplex.com/" target="_blank">SharePoint Feature Administration and Clean Up Tool</a> which you can download from the <a href="http://www.codeplex.com" target="_blank">Codeplex</a> site,  does a great job in listing Feature Definitions across Site Collections and Sub Webs and cleanly uninstalling them.  My favourite feature in this tool is its ability to locate any faulty features and then providing you with the ability to remove them from your entire farm.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image7.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb7.png" border="0" alt="image thumb7 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="553" height="500" /></a></p>
<p>Clicking on the Find Faulty Feature in Farm should hopefully return the following “No Faulty Feature was found” message.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image8.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb8.png" border="0" alt="image thumb8 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="295" height="165" /></a></p>
<p><a href="http://spm.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22762" target="_blank">SharePoint Manager 2007</a> (note there is already a SharePoint Manager 2010 available) can also be downloaded from the CodePlex Site and is a great tool for administrators and developers in providing an understanding of any SharePoint farm topology.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image9.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb9.png" border="0" alt="image thumb9 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="235" height="341" /></a></p>
<p>My last tool of choice is from <a href="http://store.bamboosolutions.com/" target="_blank">Bamboo Solutions</a>, namely the <a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/11/07/introducing-bamboo-sharepoint-analyzer.aspx" target="_blank">Bamboo SharePoint Analyzer</a>.  Similar to that of SharePoint Manager 2007, this utility also does a great job is listing everything you need to know about your SharePoint environment and your entire farm topology.  This is also available as a <a href="http://community.bamboosolutions.com/media/p/7160.aspx" target="_blank">free download</a> and should be installed as part of any SharePoint Farm deployment.  These tools will also greatly assist in replicating your environment for your SharePoint 2010 deployment.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image10.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb10.png" border="0" alt="image thumb10 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="330" height="447" /></a></p>
<p>Hopefully I have provided you with a comprehensive list of tools and tips to assist you in getting your Content DB’s primed for your SharePoint 2010 upgrade.  In the next part of this series I will focus on the actual upgrade itself utilising the Database attach method, so stay tuned!</p>
<p><a href="http://sharepointgeorge.com/2009/creating-web-application-site-collection-sharepoint-2010/"></a></p>
<p><strong>References:</strong></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc303420(office.14).aspx" target="_blank">Upgrading to SharePoint Server 2010</a> &#8211; TechNet</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc262231(office.14).aspx" target="_blank">Run the pre-upgrade checker (SharePoint Server 2010)</a> &#8211; TechNet</p>
<p><a href="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=259" target="_blank">5 Reasons SharePoint 2010 PreUpgradeCheck is better than Prescan</a> – SharePoint Joel</p>
<p><a href="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=238" target="_blank">Preparing for Upgrade to 2010 Today &#8211; Part 1 Preupgradecheck</a> – SharePoint Joel</p>
<p><a href="http://www.chandima.net/Blog/archive/2009/11/13/planning-for-sharepoint-2010-%E2%80%93-upgrade-planning-part-4-%E2%80%93-using-preupgradecheck.aspx" target="_blank">Planning for SharePoint 2010 – Upgrade Planning Part 4 – Using preupgradecheck</a> – Chandima.Net</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:bd13b384-0d10-4427-be4c-13e320fac8a6" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">
<div>
<div id="__ss_1925988" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast" href="http://www.slideshare.net/joeloleson/preparing-for-upgrade-to-sharepoint-2010-with-joel-oleson-quest-software-webcast">Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=preparingforupgradesharepoint2010olesonquestwebcastfinal-090830014557-phpapp02&amp;stripped_title=preparing-for-upgrade-to-sharepoint-2010-with-joel-oleson-quest-software-webcast" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=preparingforupgradesharepoint2010olesonquestwebcastfinal-090830014557-phpapp02&amp;stripped_title=preparing-for-upgrade-to-sharepoint-2010-with-joel-oleson-quest-software-webcast" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/joeloleson">Joel Oleson</a>.</div>
</div>
</div>
</div>

<div class="sociable">
<div class="sociable_tagline">
<strong>If you enjoyed this article, consider sharing it with one of the below social networking sites:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;notes=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;bodytext=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;annotation=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;t=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;t=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;h=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;body=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;selection=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;submitHeadline=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;submitSummary=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1141</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
