<?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 DanSharePoint</title>
	<atom:link href="http://www.sharepointdan.com/category/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointdan.com</link>
	<description>Connecting... Collaborating... Communicating...</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:30:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Capital Area .Net SharePoint Special Interest Group Presentation</title>
		<link>http://www.sharepointdan.com/2012/01/13/capital-area-net-sharepoint-special-interest-group-presentation/</link>
		<comments>http://www.sharepointdan.com/2012/01/13/capital-area-net-sharepoint-special-interest-group-presentation/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 17:26:03 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[User Groups]]></category>
		<category><![CDATA[CapArea]]></category>
		<category><![CDATA[Pitfalls]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/?p=722</guid>
		<description><![CDATA[This past Wednesday evening, Scott Hoag and I had the privilege of sharing the evening with the Capital Area .Net SharePoint Special Interest Group, hosted by Excella in the Navy League building in Arlington, VA. The crowd was lively and engaged and we even had Nick Inglis, Mack Sigman, Stacey Draper, David Berry and Cicely [...]]]></description>
			<content:encoded><![CDATA[<p>This past Wednesday evening, <a href="http://www.mylifeinaminute.com" target="_blank">Scott Hoag</a> and I had the privilege of sharing the evening with the <a href="http://www.caparea.net/sharepoint" target="_blank">Capital Area .Net SharePoint Special Interest Group</a>, hosted by <a href="http://excella.com/" target="_blank">Excella</a> in the Navy League building in Arlington, VA. The crowd was lively and engaged and we even had <a href="http://nickinglis.com/" target="_blank">Nick Inglis</a>, <a href="https://twitter.com/Mack_Sigman" target="_blank">Mack Sigman</a>, <a href="http://www.wildwires.com/Blog.aspx" target="_blank">Stacey Draper</a>, <a href="http://www.twitter.com/berrpoint" target="_blank">David Berry</a> and <a href="http://www.behneofsp.com/" target="_blank">Cicely Behne</a> in the mix to provide their insight and expertise, supplementing and complementing the gaps that Scott and I left open (it&#8217;s the partner ecosystem idea, right? <img src='http://www.sharepointdan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).</p>
<p>Nevertheless, if you were looking for a copy of the slides, they&#8217;re available here:</p>
<div id="__ss_11021981" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Pitfalls of Migrating to SharePoint 2010" href="http://www.slideshare.net/spdan/hoag-usherpitfalls-of-migrating-to-share-point-2010caparea" target="_blank">Pitfalls of Migrating to SharePoint 2010</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/11021981" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="355"></iframe></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/spdan" target="_blank">Dan Usher</a></div>
</div>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2012/01/13/capital-area-net-sharepoint-special-interest-group-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recycle an Application Pool &#8211; #ITProTip</title>
		<link>http://www.sharepointdan.com/2011/06/19/recycle-an-application-pool-itprotip/</link>
		<comments>http://www.sharepointdan.com/2011/06/19/recycle-an-application-pool-itprotip/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 07:06:58 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[How To...]]></category>
		<category><![CDATA[Application Pool]]></category>
		<category><![CDATA[ITPro Tip]]></category>
		<category><![CDATA[System Management]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/2011/06/19/recycle-an-application-pool-itprotip/</guid>
		<description><![CDATA[So you’ve deployed an updated solution to your SharePoint 2007 or 2010 farm and you need to recycle the application pool associated with the web application that the solution is deployed to but you don’t want to take down the entire SharePoint farm? No problem, just recycle the single application pool that’s associated with that [...]]]></description>
			<content:encoded><![CDATA[<p>So you’ve deployed an updated solution to your SharePoint 2007 or 2010 farm and you need to recycle the application pool associated with the web application that the solution is deployed to but you don’t want to take down the entire SharePoint farm? No problem, just recycle the single application pool that’s associated with that web application using a quick little command from command shell.</p>
<p>For those running SharePoint 2007 on Windows Server 2003 / 2003 R2: </p>
<div class="csharpcode">
<pre class="alt">cscript c:\windows\system32\iisapp.vbs /a <span class="str">&quot;%SharePointApplicationPool%&quot;</span> /r</pre>
</div>
<p>where <span class="str">%SharePointApplicationPool%</span> is the application pool that needs to be recycled. Note that iisapp.vbs resides within %systemroot%\system32\</p>
<p>For those running SharePoint 2007 or SharePoint 2010 on Windows Server 2008 / 2008 R2:</p>
<div class="csharpcode">
<pre class="alt">appcmd recycle apppool /apppool.name:%SharePointApplicationPool%</pre>
</div>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>where <span class="str">%SharePointApplicationPool%</span> is the application pool that needs to be recycled.&#160; Note that appcmd resides within %systemroot%\system32\inetsrv</p>
<p>The alternative for this of course is just to go in IIS Manager 6 or 7, select the application pool associated with the web application that requires recycling and recycle the pool manually through the UI. </p>
<p>References:</p>
<ul>
<li><a href="http://blogs.msdn.com/b/irenak/archive/2006/08/11/695425.aspx" target="_blank">Recycle an Application Pool on Demand (IIS 6)</a> </li>
<li><a href="http://technet.microsoft.com/en-us/library/cc770764(WS.10).aspx" target="_blank">Recycle an Application Pool on Demand (IIS 7)</a> </li>
</ul>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2011/06/19/recycle-an-application-pool-itprotip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Considerations for Sandboxed Solutions</title>
		<link>http://www.sharepointdan.com/2011/02/23/considerations-for-sandboxed-solutions/</link>
		<comments>http://www.sharepointdan.com/2011/02/23/considerations-for-sandboxed-solutions/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 04:21:23 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Considerations]]></category>
		<category><![CDATA[Sandboxed Solutions]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/?p=676</guid>
		<description><![CDATA[With SharePoint 2010, there&#8217;s a new functionality that allows for developers to create solutions that are scoped at the site collection level with a limited portion of the SharePoint API. Better yet they can deploy these solutions without bothering their IT Pro brethren. This is awesome! Course it bypasses some of the governance that you [...]]]></description>
			<content:encoded><![CDATA[<p>With SharePoint 2010, there&#8217;s a new functionality that allows for developers to create solutions that are scoped at the site collection level with a limited portion of the SharePoint API. Better yet they can deploy these solutions without bothering their IT Pro brethren. This is awesome! Course it bypasses some of the governance that you might have in place regarding solutions deployment. Course it is possible to turn them off or block certain ones.</p>
<p>There have been several great discussions by Sahil Malik, Jeremy Thake, Srini Sistla, Mike Watson and many others about the power of Sandboxed Solutions. All great points regarding their power &#8211; and trust me, in many ways it&#8217;s a game changer in delegating the ability to devs to write extensible code that can do more than what SharePoint Designer was ever meant for.</p>
<p>There are some considerations to think about however&#8230; and if you&#8217;re wondering, &#8220;Well what are they?&#8221; then I recommend hopping on over to MSDN to read more at:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ee231562.aspx">http://msdn.microsoft.com/en-us/library/ee231562.aspx</a></p>
<p>A closing thought though&#8230; if you&#8217;re looking for complete freedom with your solutions and have the need to arch across site collections&#8230; then you need something that&#8217;s freeing and non-restricting. So for those of you that are studying for your SATs or GREs, you could use the analogy that Sandboxed Solutions are to Briefs as Farm Solutions are to Boxers. <img src='http://www.sharepointdan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Happy Developing!</p>
By the time  your rss reader get this post here is <strong> 1 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2011/02/23/considerations-for-sandboxed-solutions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Docs: Upgrading to SharePoint Server 2010 v3 Released</title>
		<link>http://www.sharepointdan.com/2011/01/19/documentation-upgrading-to-sharepoint-server-2010-v3-released/</link>
		<comments>http://www.sharepointdan.com/2011/01/19/documentation-upgrading-to-sharepoint-server-2010-v3-released/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 16:55:00 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/2011/01/19/documentation-upgrading-to-sharepoint-server-2010-v3-released/</guid>
		<description><![CDATA[Similar to other documents, Microsoft has released a second update this month pertaining to Upgrading to SharePoint 2010. Similar to other docs, no change log is included with the document – break out your compare documents to find out the differences. The document is available in two flavours, doc and pdf and available here for [...]]]></description>
			<content:encoded><![CDATA[<p>Similar to other documents, Microsoft has released a second update this month pertaining to Upgrading to SharePoint 2010. Similar to other docs, no change log is included with the document – break out your compare documents to find out the differences.</p>
<p>The document is available in two flavours, doc and pdf and available here for download:</p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=fd2172e1-f9a7-45ce-ae5c-26714fd751f5" target="_blank">Upgrading to SharePoint 2010 &#8211; Version 3, Released 17 January 2001</a></p>
By the time  your rss reader get this post here is <strong> 1 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2011/01/19/documentation-upgrading-to-sharepoint-server-2010-v3-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Docs: Group Policy for Microsoft Office 2010 &#8211; Update v2</title>
		<link>http://www.sharepointdan.com/2011/01/19/group-policy-for-microsoft-office-2010-update-v2/</link>
		<comments>http://www.sharepointdan.com/2011/01/19/group-policy-for-microsoft-office-2010-update-v2/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 12:37:00 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Microsoft Office 2010]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/2011/01/19/group-policy-for-microsoft-office-2010-update-v2/</guid>
		<description><![CDATA[In case you downloaded the Group Policy for Microsoft Office 2010 earlier this month, Microsoft has updated the documentation, still available in your favorite three flavours of doc, pdf and xps. Group Policy for Microsoft Office 2010 Version 2, released on 17 January 2011 Unfortunately a change log page is not included within the document, [...]]]></description>
			<content:encoded><![CDATA[<p>In case you downloaded the Group Policy for Microsoft Office 2010 earlier this month, Microsoft has updated the documentation, still available in your favorite three flavours of doc, pdf and xps.</p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=66a6848c-6c28-4b61-9c12-a8cad4b380a4" target="_blank">Group Policy for Microsoft Office 2010 Version 2, released on 17 January 2011</a></p>
<p>Unfortunately a change log page is not included within the document, thereby preventing us from knowing exactly what changed.</p>
By the time  your rss reader get this post here is <strong> 1 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2011/01/19/group-policy-for-microsoft-office-2010-update-v2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Productivity Hub for SharePoint 2010 &#8211; Update</title>
		<link>http://www.sharepointdan.com/2011/01/18/productivity-hub-for-sharepoint-2010update/</link>
		<comments>http://www.sharepointdan.com/2011/01/18/productivity-hub-for-sharepoint-2010update/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 12:35:00 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Adoption]]></category>
		<category><![CDATA[How To...]]></category>
		<category><![CDATA[Productivity Hub]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/2011/01/18/productivity-hub-for-sharepoint-2010update/</guid>
		<description><![CDATA[Back in June 2010, Microsoft released what was known as the Productivity Hub for SharePoint 2010. It was a site collection that Microsoft provided that could be extended out for end users to visit to acquire knowledge on how to use SharePoint.  Great resource if you were short on training components and looking for assistance [...]]]></description>
			<content:encoded><![CDATA[<p>Back in June 2010, Microsoft released what was known as the Productivity Hub for SharePoint 2010. It was a site collection that Microsoft provided that could be extended out for end users to visit to acquire knowledge on how to use SharePoint.  Great resource if you were short on training components and looking for assistance but weren’t able to find their IT Pro (who was probably hiding somewhere no doubt, fearing for their lives). Further for those that are looking to engage and foster adoption of the Information Worker’s in your business, the productivity hub is key to gaining their buy in and helping them to truly dive into the SharePoint platform to make it their tool set.</p>
<p>The best part of the hub in my opinion is the ability to customize it and add additional modules that meet your organization or business unit&#8217;s needs to ensure that your implementation is actually serving them from a business perspective rather than just humming away as another file share replacement.</p>
<p>Well, like most technology solutions, there are updates and enhancements.  On 17 January 2011, Microsoft released such an update for the Productivity Hub for SharePoint 2010. So, if you’re looking to just download and implement with the content packs – fear not, it’s simply and easy by just heading over to the Microsoft Download Center at:</p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=4aaa9862-e420-4331-8bc3-469d7bae0ff1">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=4aaa9862-e420-4331-8bc3-469d7bae0ff1</a></p>
<p>However, if you’re feeling crafty and are looking to customize this product, it’s available on <a href="http://www.codeplex.com" target="_blank">CodePlex</a> from the team that created it (thanks <a href="http://www.redtech.com/" target="_blank">RedTech</a>!) at:</p>
<p><a href="http://productivityhub.codeplex.com/">http://productivityhub.codeplex.com/</a></p>
<p>The key enhancement to the Productivity hub in this case is that of the customization documentation to provide guidance when crafting the Hub for your implementation’s UX.</p>
By the time  your rss reader get this post here is <strong> 4 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2011/01/18/productivity-hub-for-sharepoint-2010update/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Federation Extensions for SharePoint 3.0</title>
		<link>http://www.sharepointdan.com/2011/01/12/federation-extensions-for-sharepoint-3-0/</link>
		<comments>http://www.sharepointdan.com/2011/01/12/federation-extensions-for-sharepoint-3-0/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 13:05:00 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Identity Management]]></category>
		<category><![CDATA[Federation]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/2011/01/12/federation-extensions-for-sharepoint-3-0/</guid>
		<description><![CDATA[If you’re running Windows SharePoint Services 3.0 or SharePoint Server 2007 and not quite ready to migrate to SharePoint 2010 to leverage the Claims Authentication Provider, take heart, there’s still hope. Back in May 2010, Microsoft released several documents and extensions to assist with configuring the SharePoint v3 (or v12 depending on how you look [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re running Windows SharePoint Services 3.0 or SharePoint Server 2007 and not quite ready to migrate to SharePoint 2010 to leverage the Claims Authentication Provider, take heart, there’s still hope.</p>
<p>Back in May 2010, Microsoft released several documents and extensions to assist with configuring the SharePoint v3 (or v12 depending on how you look at it) platform to federate with AD FS 2.0 – allowing for claims authentication federation.</p>
<p>Requirements</p>
<ul>
<li>Windows Server 2008</li>
<li>Windows Server 2008 R2</li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=195476" target="_blank">Windows Identity Foundation</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=195479" target="_blank">Microsoft Federation Extensions for SharePoint 3.0</a></li>
</ul>
<p>So how do I do this you ask?&#160; Microsoft used to have a document out on Connect for this, but it’s now gone RTW.&#160; The document is available here:</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=ca9efab1-aa5d-49f5-a8da-819f6cc50a41" target="_blank">Federated Document Collaboration Using Microsoft Office SharePoint Server 2007 with AD FS 2.0</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/gg295311.aspx" target="_blank">Configuring SharePoint 2007 AAM applications with AD FS 2.0 (TechNet)</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/ff646913.aspx" target="_blank">Microsoft Federation Extensions for SharePoint 3.0 – Windows Identity Foundation (MSDN)</a></li>
</ul>
<p>Couple things to make note of… </p>
<ul>
<li>Don’t install AD FS 2.0 on the same server as SharePoint.&#160; This should be a no brainer similar to “do not use a basic install” of SharePoint on any server.</li>
<li>To keep search and other capabilities operational, leave the default zone as Integrated/NTLM Auth. This allows your crawler to still operate in its regular fashion.</li>
<li>The federation capability really should only be leveraged for extranet / internet situations and not for use for all zones of users. Sure it’s great that claims auth with WSS v3 is there and supported, but let’s not get too zealous just yet <img src='http://www.sharepointdan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Get comfy with editing your web.config if you aren’t already so that you’re able to use the claims-based role and membership providers – if you’ve set this up for SharePoint 2010, then it should seem like old hat to you. Better yet, work with your developers to craft up a solution package that updates the web.config for you so that you’re not violating the laws of thermodynam… I mean good source control practices.</li>
<li>Note that if you’re building this into a multi-server farm, the extension bits have to be installed across all servers – yes, that’s right, it’s not a solutions package and won’t copy across all the servers for you. That’s not to say that the web.config couldn’t be updated via solution package though per the previous bullet.</li>
</ul>
<p>Just think of the applications though, you can keep your WSS v3 / MOSS 2007 farm operational and federate with the partner organizations that you’ve been looking to let into your system while building a transition path to move to SharePoint 2010 using Claims whole heartily.&#160; </p>
<p>Last thoughts… how cool is it that you can actually have a better client integration environment with the extensions that weren’t available with the ADFS v1 authentication provider with Windows Server 2003 R2.</p>
By the time  your rss reader get this post here is <strong> 3 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2011/01/12/federation-extensions-for-sharepoint-3-0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fresh SharePoint 2010 Content in 2011</title>
		<link>http://www.sharepointdan.com/2011/01/06/fresh-sharepoint-2010-content-in-2011/</link>
		<comments>http://www.sharepointdan.com/2011/01/06/fresh-sharepoint-2010-content-in-2011/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 13:15:00 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Capacity Planning]]></category>
		<category><![CDATA[Deployment Guide]]></category>
		<category><![CDATA[IT Pro]]></category>
		<category><![CDATA[Planning]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/2011/01/06/fresh-sharepoint-2010-content-in-2011/</guid>
		<description><![CDATA[A few new documents have been released from Microsoft for SharePoint Products and Technologies here in 2011, though they aren’t yet showing up in the TechCenter. I found this out only due to the fact that Isaac Stith (aka @mrisaac) made note of an updated Capacity Planning guide that wasn’t listed in the TechCenter feed. [...]]]></description>
			<content:encoded><![CDATA[<p>A few new documents have been released from Microsoft for SharePoint Products and Technologies here in 2011, though they aren’t yet showing up in the TechCenter. I found this out only due to the fact that <a href="http://www.sharepointevolved.com/" target="_blank">Isaac Stith</a> (aka <a href="http://www.twitter.com/mrisaac" target="_blank">@mrisaac</a>) made note of an updated Capacity Planning guide that wasn’t listed in the TechCenter feed.</p>
<p>These recently published documents this first week of January 2011 include:</p>
<p>1/3 &#8211; <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=00cc243f-ec4b-4c7a-ba89-8ad6ccc155e4" target="_blank">SharePoint Foundation Server 2010 Deployment Guide</a>     <br />1/4 &#8211; <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5f403ad5-0352-4c9b-841b-d73d4cb88f45" target="_blank">Capacity Planning for SharePoint Server 2010</a>     <br />1/4 &#8211; <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=10104e47-7dfe-4ae5-a9ea-459e6aebd34e" target="_blank">Planning for Sites and Solutions for SharePoint Server, Part 1</a>     <br />1/4 &#8211; <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=11a9eacd-78c9-442e-aa5a-ee66d9cd5f77" target="_blank">Planning for Sites and Solutions for SharePoint Server, Part 2</a>     <br />1/4 &#8211; <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=bbd414c5-00fe-4a65-8a35-d52c9aa84609" target="_blank">Planning for Server Farms for SharePoint Server 2010</a></p>
<p>Also something that was snuck in at the end of the year that may be helpful for all the IT Pro Individuals out there – Microsoft has released a Help File doc that contains all SharePoint Server 2010 content on TechNet through 12/17/2010 here:</p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=3629425d-1505-456e-89e2-ede95f75ffe5" target="_blank">Microsoft SharePoint Server 2010 IT Pro Content – CHM</a></p>
<p>There’s also a SharePoint Foundation Server 2010 document available here:</p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c8cf1631-0f48-4a02-a18d-54b04eb7f0a7" target="_blank">Microsoft SharePoint Foundation Server 2010 IT Pro Content – CHM</a></p>
<p>Happy reading!</p>
By the time  your rss reader get this post here is <strong> 2 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2011/01/06/fresh-sharepoint-2010-content-in-2011/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>December 2010 Cumulative Updates for SharePoint</title>
		<link>http://www.sharepointdan.com/2011/01/03/december-2010-cumulative-updates-for-sharepoint/</link>
		<comments>http://www.sharepointdan.com/2011/01/03/december-2010-cumulative-updates-for-sharepoint/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 02:06:30 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Cumulative Update]]></category>
		<category><![CDATA[Mark Rackley]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/2011/01/03/december-2010-cumulative-updates-for-sharepoint/</guid>
		<description><![CDATA[This one goes out to my friend and SharePoint colleague, Mark Rackley, also known to many of you as @MRackley. Gotta help my Dev friends that wonder at times why the underlying infrastructure doesn’t work properly – hopefully these bits will help. Seem like you just got the good bits for the October 2010 Cumulative [...]]]></description>
			<content:encoded><![CDATA[<p>This one goes out to my friend and SharePoint colleague, <a href="http://www.sharepointhillbilly.com" target="_blank">Mark Rackley</a>, also known to many of you as <a href="http://www.twitter.com/MRackley" target="_blank">@MRackley</a>. Gotta help my Dev friends that wonder at times why the underlying infrastructure doesn’t work properly – hopefully these bits will help.</p>
<p>Seem like you just got the good bits for the October 2010 Cumulative Update for SharePoint 2010? Just like that *snap* the December 2010 Cumulative Update is available.</p>
<p>The cumulative updates contain several fixes that go across the entirety of the platform from REST to Search to e-mail notifications that should be sent to task assignee&#8217;s.</p>
<p>Information Articles for December 2010 Cumulative Updates:</p>
<p>SharePoint Foundation Server 2010 &#8211; <a title="http://support.microsoft.com/kb/2459108/" href="http://support.microsoft.com/kb/2459108/" target="_blank">http://support.microsoft.com/kb/2459108</a>     <br />SharePoint Server 2010 &#8211; <a title="http://support.microsoft.com/kb/2459257" href="http://support.microsoft.com/kb/2459257" target="_blank">http://support.microsoft.com/kb/2459257</a>     <br />Project Server 2010 &#8211; <a title="http://support.microsoft.com/kb/2459258" href="http://support.microsoft.com/kb/2459258" target="_blank">http://support.microsoft.com/kb/2459258</a></p>
<p>Windows SharePoint Services v3 &#8211; <a href="http://support.microsoft.com/kb/2458606" target="_blank">http://support.microsoft.com/kb/2458606</a>     <br />Microsoft Office SharePoint Server 2007 &#8211; <a title="2458605" href="http://support.microsoft.com/kb/2458605" target="_blank">http://support.microsoft.com/kb/2458605</a></p>
<p>Full server downloads from the automated hotfix system available at:</p>
<p>SharePoint Foundation Server 2010 (x64 &#8211; 50.5 MB) &#8211; <a title="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2459125" href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2459125" target="_blank">http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2459125</a>    <br />SharePoint Server 2010 (x64 &#8211; 325 MB) &#8211; <a title="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2459257" href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2459257" target="_blank">http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2459257</a>    <br />Project Server 2010 (x64 &#8211; 330 MB) &#8211; <a title="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2459258" href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2459258" target="_blank">http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2459258</a></p>
<p>Windows SharePoint Services v3 (x86 – 29.5 MB, x64 – 33.4 MB) &#8211; <a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2458606" target="_blank">http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2458606</a>     <br />Microsoft Office SharePoint Server 2010 (x86 – 63.7 MB, x64 – 60.5 MB) <a title="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2458605" href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2458605" target="_blank">http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2458605</a></p>
<p>Please be aware that there are some known issues with the SharePoint 2010 Cumulative Updates which may incur issues with some functionality, namely this:</p>
<blockquote><p><b>Important notes about the cumulative update package</b></p>
<ul>
<li>The Microsoft Office 2010 hotfixes are now multilingual. This cumulative update package contains updates for all languages. </li>
<li>This cumulative update package includes all the server component packages. Additionally, this cumulative update package updates only those components that are installed on the system. </li>
</ul>
<p>   <b>Known issue 1</b><b>      <br /></b>Consider the following scenario:
<ul>
<li>You install the Cumulative Update in this KB article on a SharePoint 2010 server. </li>
<li>You restart the server as it prompts you at the end of the installation. </li>
<li>You run the Psconfig.exe tool after the server restarts. </li>
</ul>
<p> In this scenario, you see an error page when you access the Manage User Profile page in Central Administration.     <br /><b>     <br />Workaround       <br /></b><b>     <br /></b>To work around this issue, follow these steps:
<ol>
<li>Open the Central Administration page. </li>
<li>Click <b>Manage Services </b>on the Server link. </li>
<li>Find the User Profile Synchronization service, and then restart the service on the Server.aspx page. </li>
<li>Perform iisreset after the service restarts successfully. </li>
</ol>
<p><b>Known issue 2      <br /></b>
<p><a href="http://support.microsoft.com/kb/2490381/" target="_blank">2490381</a> (http://support.microsoft.com/kb/2490381/ ) You cannot create an AD DS synchronization connection that has multiple domains selected after you install the Cumulative Update in either KB 2459257 or KB 2459258 </p>
<p>(Reference: <a title="http://support.microsoft.com/kb/2459257" href="http://support.microsoft.com/kb/2459257" target="_blank">http://support.microsoft.com/kb/2459257</a>)</p>
</blockquote>
<p><strong>As always, be sure to install cumulative updates in a testing environment prior to implementation on a production system.</strong></p>
<p>Lastly remember that for SharePoint 2010, you only need to download the patch for the product you’re working with whereas with Microsoft Office SharePoint Server 2007 you’ll need both the WSS v3 patch and the MOSS 2007 patch.</p>
By the time  your rss reader get this post here is <strong> 2 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2011/01/03/december-2010-cumulative-updates-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visio Stencils Update for SharePoint / Search / Office</title>
		<link>http://www.sharepointdan.com/2010/12/17/visio-stencils-update-for-sharepoint-search-office/</link>
		<comments>http://www.sharepointdan.com/2010/12/17/visio-stencils-update-for-sharepoint-search-office/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 20:37:00 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Search Server 2010]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Visio]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/2010/12/17/visio-stencils-update-for-sharepoint-search-office/</guid>
		<description><![CDATA[Just in case you didn’t hear, Microsoft has published a new set of Visio templates for SharePoint Server 2010, Project Server 2010, Search Server 2010 and other Office Products. They’re available now on the Microsoft Download Center at: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=88e03d22-8f42-4c9d-94ef-d8e48322d677 Just drop them in your My Documents &#62; My Shapes folder and they’ll show up in [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you didn’t hear, Microsoft has published a new set of Visio templates for SharePoint Server 2010, Project Server 2010, Search Server 2010 and other Office Products.</p>
<p>They’re available now on the Microsoft Download Center at:</p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=88e03d22-8f42-4c9d-94ef-d8e48322d677" target="_blank">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=88e03d22-8f42-4c9d-94ef-d8e48322d677</a></p>
<p>Just drop them in your My Documents &gt; My Shapes folder and they’ll show up in Visio in My Shapes within the Visio Application.</p>
<p>For the IT Pro Stencils, check out this article for more information:</p>
<p><a href="http://www.sharepointdan.com/2010/11/01/visio-stencil-for-office-it-pros/" target="_blank">http://www.sharepointdan.com/2010/11/01/visio-stencil-for-office-it-pros/</a></p>
By the time  your rss reader get this post here is <strong> 2 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2010/12/17/visio-stencils-update-for-sharepoint-search-office/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

