<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Eric Webb</title>
	<link>http://ericcwebb.com</link>
	<description>Work, life &#38; everything else</description>
	<lastBuildDate>Tue, 12 Feb 2013 14:56:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en-US</language>
	<!-- generator="WordPress/3.5.1" -->

	<item>
		<title>Useful SharePoint 2013 Info</title>
		<description><![CDATA[I stumbled onto this site recently and it&#8217;s proven to have some very useful information about SharePoint 2013. You&#8217;ll find whitepapers, configuration information, certification exam information, and a whole host of other topics. Check it out here: http://www.absolute-sharepoint.com/search/label/SharePoint2013.]]></description>
		<link>http://ericcwebb.com/2013/01/17/useful-sharepoint-2013-info/</link>
			</item>
	<item>
		<title>New Blog Theme, New Blog Host</title>
		<description><![CDATA[I finally had some free time today so I did 2 things that I&#8217;ve been meaning to do for awhile: 1. Update the theme 2. Move the blog to Azure I was previously using Bluehost but grew tired of their increasing fees. As part of my MSDN subscription (details), I get 750 hours of Small <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://ericcwebb.com/2012/11/25/new-blog-theme-new-blog-host/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<link>http://ericcwebb.com/2012/11/25/new-blog-theme-new-blog-host/</link>
			</item>
	<item>
		<title>SQL Server SSPI handshake failed with error code 0x8009030c</title>
		<description><![CDATA[Ran into this issue during a new SP 2010 install this week: &#8220;SQL Server SSPI handshake failed with error code 0x8009030c&#8221; Took awhile to figure out but I was able to solve it by making a Local Security Policy change on the SQL box: Go to Local policies &#124; User rights assignment &#124; Access this <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://ericcwebb.com/2012/10/12/sql-server-sspi-handshake-failed-with-error-code-0x8009030c/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<link>http://ericcwebb.com/2012/10/12/sql-server-sspi-handshake-failed-with-error-code-0x8009030c/</link>
			</item>
	<item>
		<title>Enabling performance monitoring on multiple Windows servers</title>
		<description><![CDATA[Here&#8217;s a great method to enable performance monitoring on any number of Windows Servers. Very handy for a SharePoint Farm! Article: link Link to files: link]]></description>
		<link>http://ericcwebb.com/2012/08/22/enabling-performance-monitoring-on-multiple-windows-servers/</link>
			</item>
	<item>
		<title>Iterating through a SharePoint discussion list</title>
		<description><![CDATA[One of those things that you think should be pretty straightforward&#8230; Credit to Dave Ginn for finding the solution. List itemList = new List(); foreach (SPListItem discussion in discList.Folders) { //discussion.Title is discussion title SPQuery query = new SPQuery(); query.Folder = discussion.Folder; SPListItemCollection messages = discList.GetItems(query); itemList.Add(new Discussion(discussion.Title, messages.Count)); } //sort by most comments itemList.Sort(delegate(Discussion <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://ericcwebb.com/2012/07/17/iterating-through-a-sharepoint-discussion-list/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<link>http://ericcwebb.com/2012/07/17/iterating-through-a-sharepoint-discussion-list/</link>
			</item>
	<item>
		<title>Essential reading for SharePoint Admins</title>
		<description><![CDATA[Told you I&#8217;d be back. Here&#8217;s an invaluable article that explains exactly how the MySite Cleanup Timer Job works.  If you&#8217;re an admin, you WILL get questions about this eventually so better to get the knowledge now. http://blogs.msdn.com/b/kaevans/archive/2012/06/25/top-recommendations-for-managing-the-my-site-cleanup-timer-job.aspx]]></description>
		<link>http://ericcwebb.com/2012/07/06/essential-reading-for-sharepoint-admins/</link>
			</item>
	<item>
		<title>So it&#8217;s been awhile&#8230;</title>
		<description><![CDATA[I just realized it&#8217;s been over a year since I last posted.  Needless to say, I&#8217;ve been busy.  I hope to be more active again in the future.  Stay tuned.]]></description>
		<link>http://ericcwebb.com/2012/07/06/so-its-been-awhile/</link>
			</item>
	<item>
		<title>Disable SharePoint Email Notifications</title>
		<description><![CDATA[Here&#8217;s a nice Powershell script to disable all notification emails in SharePoint 2010: http://vallery.net/2011/01/13/disable-email-notifications-in-sharepoint-2010/ As an added bonus, you can also disable all notifications from Newsgator as well.]]></description>
		<link>http://ericcwebb.com/2011/05/11/disable-sharepoint-email-notifications/</link>
			</item>
	<item>
		<title>SharePoint 2010 &#8211; Page Layouts getting deployed as &#8220;customized&#8221;</title>
		<description><![CDATA[This is getting filed under the truly bizarre category. I&#8217;m working on deploying a masterpage and a page layout as part of a solution package for my current client.  I finished designing both files and have added them to my solution.  I verified that neither had any of the &#8220;extra&#8221; markup that SharePoint Designer adds <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://ericcwebb.com/2011/04/25/sharepoint-2010-page-layouts-getting-deployed-as-customized/" class="more-link"><span>Continue Reading</span></a></span>]]></description>
		<link>http://ericcwebb.com/2011/04/25/sharepoint-2010-page-layouts-getting-deployed-as-customized/</link>
			</item>
	<item>
		<title>SharePoint 2010 Multi Tenancy</title>
		<description><![CDATA[Here&#8217;s a good series of articles about a really cool new feature of SharePoint 2010: http://www.harbar.net/articles/sp2010mt1.aspx]]></description>
		<link>http://ericcwebb.com/2011/04/07/sharepoint-2010-multi-tenancy/</link>
			</item>
</channel>
</rss>
