<?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>SPSTECH.NET</title>
	<atom:link href="http://www.spstech.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.spstech.net</link>
	<description>Blogging about SharePoint</description>
	<lastBuildDate>Sat, 18 Feb 2012 23:07:41 +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>Export WSP&#8217;s from the solution store</title>
		<link>http://www.spstech.net/export-wsps-from-the-solution-store?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=export-wsps-from-the-solution-store</link>
		<comments>http://www.spstech.net/export-wsps-from-the-solution-store#comments</comments>
		<pubDate>Thu, 16 Feb 2012 11:45:51 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[SPS2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Write Host]]></category>
		<category><![CDATA[Write Host Exporting]]></category>
		<category><![CDATA[WSP]]></category>

		<guid isPermaLink="false">http://www.spstech.net/?p=322</guid>
		<description><![CDATA[Sometimes its is necessary to export WSP files from the farm solution store. The Powershell script below will export all the solutions from the farm solution store (except sandboxed solutions) to a directory (which can be changed in the script): &#8230;<p class="read-more"><a href="http://www.spstech.net/export-wsps-from-the-solution-store">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Sometimes its is necessary to export WSP files from the farm solution store.<br />
The Powershell script below will export all the solutions from the farm solution store (except sandboxed solutions) to a directory (which can be changed in the script):<span id="more-322"></span></p>
<p><span style="color: #808080;"><code>Add-PSSnapin Microsoft.SharePoint.PowerShell –erroraction SilentlyContinue</code></span></p>
<p><span style="color: #808080;">## setup our output directory</span><br />
<span style="color: #808080;"> $dirName = &#8220;c:\wspexport&#8221;</span></p>
<p><span style="color: #808080;">Write-Host Exporting solutions to $dirName</span><br />
<span style="color: #808080;"> foreach ($solution in Get-SPSolution)</span><br />
<span style="color: #808080;"> {</span><br />
<span style="color: #808080;"> $id = $Solution.SolutionID</span><br />
<span style="color: #808080;"> $title = $Solution.Name</span><br />
<span style="color: #808080;"> $filename = $Solution.SolutionFile.Name</span></p>
<p><span style="color: #808080;">Write-Host &#8220;Exporting ‘$title’ to …\$filename&#8221; -nonewline</span><br />
<span style="color: #808080;"> try {</span><br />
<span style="color: #808080;"> $solution.SolutionFile.SaveAs(&#8220;$dirName\$filename&#8221;)</span><br />
<span style="color: #808080;"> Write-Host &#8221; – done&#8221; -foreground green</span><br />
<span style="color: #808080;"> }</span><br />
<span style="color: #808080;"> catch</span><br />
<span style="color: #808080;"> {</span><br />
<span style="color: #808080;"> Write-Host &#8221; – error : $_&#8221; -foreground red</span><br />
<span style="color: #808080;"> }</span><br />
<span style="color: #808080;"> }</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spstech.net/export-wsps-from-the-solution-store/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Downloads 2011</title>
		<link>http://www.spstech.net/sharepoint-downloads-2011?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-downloads-2011</link>
		<comments>http://www.spstech.net/sharepoint-downloads-2011#comments</comments>
		<pubDate>Tue, 17 Jan 2012 06:34:40 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[SPS2010]]></category>

		<guid isPermaLink="false">http://www.spstech.net/?p=319</guid>
		<description><![CDATA[Hereby the SharePoint Downloads for December 2011 FAST Search Server 2010 for SharePoint Add or Remove an Index Column Microsoft System Center Configuration Pack for Microsoft Office SharePoint Server 2007 Service Pack 2 System Center Operations Manager 2012 Release Candidate &#8230;<p class="read-more"><a href="http://www.spstech.net/sharepoint-downloads-2011">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Hereby the SharePoint Downloads for December 2011</p>
<p><a title="FAST Search Server 2010 for SharePoint Add or Remove an Index Column" href="http://www.microsoft.com/download/en/details.aspx?id=28548" target="_blank">FAST Search Server 2010 for SharePoint Add or Remove an Index Column</a><br />
<a title="Microsoft System Center Configuration Pack for Microsoft Office SharePoint Server 2007 Service Pack 2" href="http://www.microsoft.com/download/en/details.aspx?id=28545" target="_blank">Microsoft System Center Configuration Pack for Microsoft Office SharePoint Server 2007 Service Pack 2</a><br />
<a title="System Center Operations Manager 2012 Release Candidate" href="http://www.microsoft.com/download/en/details.aspx?id=27974" target="_blank">System Center Operations Manager 2012 Release Candidate</a><br />
<a title="Security Update for Microsoft SharePoint Server 2010 (KB2553132)" href="http://www.microsoft.com/download/en/details.aspx?id=28529" target="_blank">Security Update for Microsoft SharePoint Server 2010 (KB2553132)</a><br />
<a title="Active Directory Rights Management Services at Microsoft" href="http://www.microsoft.com/download/en/details.aspx?id=28369" target="_blank">Active Directory Rights Management Services at Microsoft</a><br />
<a title="Microsoft SharePoint Server 2010 Technical Library in Compiled Help format" href="http://www.microsoft.com/download/en/details.aspx?id=23573" target="_blank">Microsoft SharePoint Server 2010 Technical Library in Compiled Help format</a><br />
<a title="Microsoft SharePoint Foundation 2010 Technical Library in Compiled Help format" href="http://www.microsoft.com/download/en/details.aspx?id=8472" target="_blank">Microsoft SharePoint Foundation 2010 Technical Library in Compiled Help format</a><br />
<a title="Microsoft Search Server 2010 Technical Library in Compiled Help format" href="http://www.microsoft.com/download/en/details.aspx?id=7086" target="_blank">Microsoft Search Server 2010 Technical Library in Compiled Help format</a><br />
<a title="Microsoft FAST Search Server 2010 for SharePoint Technical Library in Compiled Help format" href="http://www.microsoft.com/download/en/details.aspx?id=4743" target="_blank">Microsoft FAST Search Server 2010 for SharePoint Technical Library in Compiled Help format</a><br />
<a title="Update for Windows SharePoint Services 2.0 (KB2596977)" href="http://www.microsoft.com/download/en/details.aspx?id=28371" target="_blank">Update for Windows SharePoint Services 2.0 (KB2596977)</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spstech.net/sharepoint-downloads-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quest FREE Holiday Gift: Server Administrator for SharePoint</title>
		<link>http://www.spstech.net/quest-free-holiday-gift-server-administrator-for-sharepoint?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quest-free-holiday-gift-server-administrator-for-sharepoint</link>
		<comments>http://www.spstech.net/quest-free-holiday-gift-server-administrator-for-sharepoint#comments</comments>
		<pubDate>Wed, 21 Dec 2011 16:19:38 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[SPS2010]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Download Server Administrator]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Server Administrator]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.spstech.net/?p=309</guid>
		<description><![CDATA[Just saw on Twitter: Just in time for the holidays &#8211; a FREE SharePoint server analysis tool from Quest!     Server Administrator for SharePoint gives you maximum insight into your SharePoint server and farm configuration and customizations to optimize manageability, &#8230;<p class="read-more"><a href="http://www.spstech.net/quest-free-holiday-gift-server-administrator-for-sharepoint">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Just saw on Twitter: Just in time for the holidays &#8211; a FREE SharePoint server analysis tool from Quest!  </p>
<p><a href="http://www.spstech.net/quest-free-holiday-gift-server-administrator-for-sharepoint/questsa" rel="attachment wp-att-310"><img class="aligncenter size-medium wp-image-310" title="Quest Server Administrator" src="http://www.spstech.net/wp-content/uploads/2011/12/questsa-300x230.jpg" alt="" width="300" height="230" /></a> <span id="more-309"></span></p>
<p><strong><a href="http://communities.quest.com/community/sharepointforall/management/server-administrator" target="_blank">Server Administrator for SharePoint</a> </strong>gives you maximum insight into your SharePoint server and farm configuration and customizations to optimize manageability, performance, availability and security. </p>
<ul>
<li><strong>Server Reporter </strong>– Gain insight into SharePoint and its underlying platforms including hardware, Windows, SQL Server, IIS, .Net, asp.net, WSS, MOSS, Search and Excel with reports on their current configuration. Also compare settings and configurations between servers and farms to identify disparities.</li>
<li><strong>Risk Locator (see screenshot below) </strong>– Know what configurations, settings and customizations are affecting the availability, security, performance and manageability of your SharePoint environment. Identify risks based on best practices with ratings (critical, high, medium and low) so you understand the severity of each risk and can take appropriate action.</li>
<li><strong>Configuration Advisor </strong>– Analyze the configuration of your entire SharePoint environment and view reports on best practice violations, server health, performance and security issues. Reports explain each issue in detail along with recommendations to resolve them, ensuring optimum availability, security, performance and manageability.</li>
<li><strong>Rule Maker </strong>– Create your own best practice rules for availability, security, performance and manageability in your environment using PowerGUI to build PowerShell scripts that can be loaded into the main product.</li>
<li><strong>Discover </strong>– Understand your SharePoint environment by identifying all SharePoint server configurations, settings and customizations across your network and explore details using the tree view within the console.</li>
<li><strong>Upgrade Checker –</strong>Be sure your existing SharePoint 2007 environment is ready to upgrade to SharePoint 2010. The built-in graphical reports show what is ready to upgrade and what is not across all SharePoint farms, along with a rating so you know what’s critical to correct before you make your move to SharePoint 2010.</li>
<li><strong>Support for SharePoint 2007 and 2010 Technologies –</strong> Supports Microsoft Office SharePoint Server (MOSS), Windows SharePoint Services v3 (WSS v3), SharePoint 2010 and SharePoint Foundation 2010.</li>
</ul>
<p><center><br />
<iframe src="http://www.youtube.com/embed/pOdBgTZBKiM?rel=0" frameborder="0" width="480" height="360"></iframe><br />
</center></p>
<p><strong>Download Server Administrator for SharePoint freeware today here (registration required!): </strong><a href="http://communities.quest.com/community/sharepointforall/management/server-administrator" target="_blank">http://communities.quest.com/community/sharepointforall/management/server-administrator</a></p>
<p><strong>More info about this gift: </strong><a href="http://communities.quest.com/community/sharepointforall/experts-blogs/blog/2011/12/21/our-gift-to-the-sharepoint-administrators-out-there-a-free-qsharepoint-server-analysis-tool" target="_blank">here</a><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spstech.net/quest-free-holiday-gift-server-administrator-for-sharepoint/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Santa is using SharePoint!</title>
		<link>http://www.spstech.net/santa-is-using-sharepoint?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=santa-is-using-sharepoint</link>
		<comments>http://www.spstech.net/santa-is-using-sharepoint#comments</comments>
		<pubDate>Wed, 21 Dec 2011 10:33:17 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Merry Christmas]]></category>

		<guid isPermaLink="false">http://www.spstech.net/?p=303</guid>
		<description><![CDATA[SPSTech.net wishes you a Merry Christmas and a happy 2012!]]></description>
			<content:encoded><![CDATA[<p><strong>SPSTech.net wishes you a Merry Christmas and a happy 2012!</strong></p>
<p><iframe src="http://www.youtube.com/embed/TWQUH0QqeGQ" frameborder="0" width="480" height="360"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spstech.net/santa-is-using-sharepoint/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Practices SharePoint 2010</title>
		<link>http://www.spstech.net/best-practices-sharepoint-2010?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=best-practices-sharepoint-2010</link>
		<comments>http://www.spstech.net/best-practices-sharepoint-2010#comments</comments>
		<pubDate>Sun, 18 Dec 2011 12:09:18 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[SPS2010]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.spstech.net/?p=295</guid>
		<description><![CDATA[Searching for the best practices for setting up your SharePoint 2010 environment? On TechNet I found the best practices for SharePoint 2010. This page displays a list of best practices collected by Microsoft in the areas of infrastructure and design of SharePoint &#8230;<p class="read-more"><a href="http://www.spstech.net/best-practices-sharepoint-2010">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Searching for the best practices for setting up your SharePoint 2010 environment? On TechNet I found the best practices for SharePoint 2010. This page displays a list of best practices collected by Microsoft in the areas of infrastructure and design of SharePoint 2010. This is actually a linkcollection to many other TechNet links, resources and documents that can assist you in setting up a SharePoint environment.</p>
<p>Because there is still much use of SharePoint 2007, I added not only the best practices for SharePoint 2010, but also those of SharePoint 2007</p>
<p>SharePoint Server 2010:<br />
<a href="http://technet.microsoft.com/en-us/sharepoint/hh189420" target="_blank">http://technet.microsoft.com/en-us/sharepoint/hh189420 </a></p>
<p>SharePoint Server 2007:<br />
<a href="http://technet.microsoft.com/en-us/office/sharepointserver/bb736746" target="_blank">http://technet.microsoft.com/en-us/office/sharepointserver/bb736746</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spstech.net/best-practices-sharepoint-2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identifying the default templates in MOSS2007</title>
		<link>http://www.spstech.net/identifying-the-default-templates-in-moss2007?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=identifying-the-default-templates-in-moss2007</link>
		<comments>http://www.spstech.net/identifying-the-default-templates-in-moss2007#comments</comments>
		<pubDate>Wed, 14 Dec 2011 12:33:16 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[Collaboration Portal]]></category>
		<category><![CDATA[Report Center]]></category>
		<category><![CDATA[Search Center]]></category>
		<category><![CDATA[Site Directory]]></category>

		<guid isPermaLink="false">http://www.spstech.net/?p=66</guid>
		<description><![CDATA[In this old blog of Tom, he identified the default templates, provide a preview of each, list the features included, and suggest practical uses for them. Here is the complete list. Collaboration The site templates under Collaboration are intended to help &#8230;<p class="read-more"><a href="http://www.spstech.net/identifying-the-default-templates-in-moss2007">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>In this old blog of <a href="http://sharepoint.microsoft.com/blogs/GetThePoint/Lists/Posts/Post.aspx?ID=65" target="_blank">Tom</a>, he identified the default templates, provide a preview of each, list the features included, and suggest practical uses for them.</p>
<p>Here is the complete list. <span id="more-66"></span></p>
<p><strong>Collaboration </strong></p>
<p>The site templates under <strong>Collaboration</strong> are intended to help teams in an organization work on projects, collaborate on documents, and share information.</p>
<div>
<table border="0">
<colgroup>
<col />
<col /></colgroup>
<tbody valign="top">
<tr>
<td><strong>Team site</strong></td>
<td> </td>
</tr>
<tr>
<td> <a href="http://www.spstech.net/wp-content/uploads/2011/12/teamsite.gif"><img class="aligncenter size-full wp-image-95" title="teamsite" src="http://www.spstech.net/wp-content/uploads/2011/12/teamsite.gif" alt="" width="304" height="248" /></a></td>
<td>The Team site is an all-purpose template that can be used by any team, large or small, to create, organize, and share business information. You might use the site to store planning and budget documents, track issues and tasks, and share links and contacts with others.What&#8217;s included in the template:</p>
<ul>
<li>Document library</li>
<li>Announcements list</li>
<li>Contacts list</li>
<li>Links list</li>
<li>Calendar</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Blank site</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/blanksite.gif"><img class="aligncenter size-full wp-image-71" title="blanksite" src="http://www.spstech.net/wp-content/uploads/2011/12/blanksite.gif" alt="" width="304" height="248" /></a></td>
<td>The Blank site template is empty, containing no libraries, lists, or sample content. If you want to create a site from scratch, this template is for you.To add content, you will need to add new libraries, lists, Web parts and so on. You can also use a Web design program, like Office SharePoint Designer, that is compatible with Office SharePoint Server.What&#8217;s included in the template:</p>
<ul>
<li>Site image Web Part</li>
<li>Ability to add more Web Parts</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Document Workspace</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/documentworkspace.gif"><img class="aligncenter size-full wp-image-67" title="documentworkspace" src="http://www.spstech.net/wp-content/uploads/2011/12/documentworkspace.gif" alt="" width="304" height="248" /></a></td>
<td>The Document Workspace template can be used for sharing and managing documents with others. The template includes features that are used to share and update files, keeping others informed on the status of those files.What&#8217;s included in the template::</p>
<ul>
<li>Document library</li>
<li>Announcements list</li>
<li>Tasks list</li>
<li>Members list</li>
<li>Links list</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Wiki site</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/wikisite.gif"><img class="aligncenter size-full wp-image-90" title="wikisite" src="http://www.spstech.net/wp-content/uploads/2011/12/wikisite.gif" alt="" width="304" height="249" /></a></td>
<td>The Wiki site template can be used to create a community site for a team or a project. As a wiki, users can quickly and easily add, edit, and delete Web pages on the site.Wikis promote an environment where everyone can brainstorm and share ideas. They are also useful for collaborating on business processes and documents because everyone can contribute to it.What&#8217;s included in the template:</p>
<ul>
<li>Wiki pages</li>
<li>Wiki page library</li>
<li>Links list</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Blog site</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/blogsite.gif"><img class="aligncenter size-full wp-image-72" title="blogsite" src="http://www.spstech.net/wp-content/uploads/2011/12/blogsite.gif" alt="" width="304" height="248" /></a></td>
<td>The Blog site template can be used to create a site where users post information quickly and allow others to comment on it, otherwise, known as blogging.Blogs are online journals where users can share ideas quickly in an informal, chronological format. You might create a blog to share a new idea or vision in an engaging journal format, where others can ask questions and add comments.What&#8217;s included in the template:</p>
<ul>
<li>Blogs list</li>
<li>Posts list</li>
<li>Comments list</li>
<li>Categories list</li>
<li>Links list</li>
<li>Photo library</li>
<li>Tools to manage posts and other resources</li>
</ul>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
</div>
<p><strong>Meetings </strong></p>
<p>The site templates under <strong>Meetings</strong> are intended to help teams within an organization manage various types of meetings.</p>
<div>
<table border="0">
<colgroup>
<col />
<col /></colgroup>
<tbody valign="top">
<tr>
<td><strong>Basic Meeting Workspace</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/blankmeetingworkspace.gif"><img class="aligncenter size-full wp-image-70" title="blankmeetingworkspace" src="http://www.spstech.net/wp-content/uploads/2011/12/blankmeetingworkspace.gif" alt="" width="304" height="249" /></a></td>
<td>The Basic Meeting Workspace template can be used to create a site for planning, organizing, and tracking meetings.A meeting workspace is useful for managing a reoccurring meeting, such as a weekly team meeting. There are useful features you can use to track topics, documents, attendees, and so forth.What&#8217;s included in the template:</p>
<ul>
<li>Objectives list</li>
<li>Agenda</li>
<li>Attendees list</li>
<li>Document library</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Blank Meeting Workspace</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/blankmeetingworkspace.gif"><img class="aligncenter size-full wp-image-70" title="blankmeetingworkspace" src="http://www.spstech.net/wp-content/uploads/2011/12/blankmeetingworkspace.gif" alt="" width="304" height="249" /></a></td>
<td>The Blank Meeting Workspace template can be used to create a meeting workspace that is initially empty, containing no sample content or features.Add your own libraries, lists, and Web Parts to make this site work for your team meetings.What&#8217;s included in the template:</p>
<ul>
<li>Empty page where you add your own content</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Decision Meeting Workspace</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/decisionmeetingworkspace.gif"><img class="aligncenter size-full wp-image-74" title="decisionmeetingworkspace" src="http://www.spstech.net/wp-content/uploads/2011/12/decisionmeetingworkspace.gif" alt="" width="304" height="248" /></a></td>
<td>The Decision Meeting Workspace template can be used to create a site for meetings that involve reviewing documents and recording decisions.Included in the template are features that help you record decisions and action items based on those decisions. All of this helps a team stay focused on the outcome of a meeting.What&#8217;s included in the template:</p>
<ul>
<li>Objectives list</li>
<li>Attendees list</li>
<li>Agenda</li>
<li>Document library</li>
<li>Tasks list</li>
<li>Decisions list</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Social Meeting Workspace</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/socialmeetingworkspace.gif"><img class="aligncenter size-full wp-image-88" title="socialmeetingworkspace" src="http://www.spstech.net/wp-content/uploads/2011/12/socialmeetingworkspace.gif" alt="" width="304" height="248" /></a></td>
<td>The Social Meeting Workspace template can be used to create a site that helps you plan and coordinate social occasions.You can use the template for everything from a team party to a charity event.What&#8217;s included in the template:</p>
<ul>
<li>Attendees list</li>
<li>Things To Bring list</li>
<li>Directions</li>
<li>Picture library for photos</li>
<li>Image/log</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Multipage Meeting Workspace</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/multiplemeetingworkspace.gif"><img class="aligncenter size-full wp-image-76" title="multiplemeetingworkspace" src="http://www.spstech.net/wp-content/uploads/2011/12/multiplemeetingworkspace.gif" alt="" width="304" height="248" /></a></td>
<td>The Multipage Meeting Workspace template can be used to create a site that helps you plan, organize, and capture the results of a complex meeting or a series of meetings.Use the site to manage meetings that require in-depth supporting materials that need to be stored on separate pages.What&#8217;s included in the template:</p>
<ul>
<li>Objectives list</li>
<li>Attendees list</li>
<li>Agenda</li>
<li>Two pages that can be customized</li>
<li>Ability to add 10 pages per meeting</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
<p><strong>Enterprise </strong></p>
<p>The site templates under <strong>Enterprise</strong> are intended to support enterprise-level document management, records management, and information management needs.</p>
<div>
<table border="0">
<colgroup>
<col />
<col /></colgroup>
<tbody valign="top">
<tr>
<td><strong>Document Center</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/documentcenter.gif"><img class="aligncenter size-full wp-image-75" title="documentcenter" src="http://www.spstech.net/wp-content/uploads/2011/12/documentcenter.gif" alt="" width="304" height="248" /></a></td>
<td>The Document Center template can be used to create a site where you centrally manage a large numbers of documents in your enterprise.The site contains powerful content management features, such as the ability to support large-scale content authoring (50,000 or more documents actively edited), mandatory checkout, versioning, workflows, and content types.What&#8217;s included in the template:</p>
<ul>
<li>Document library</li>
<li>Relevant Documents Web Part</li>
<li>Upcoming Tasks Web Part</li>
<li>Tree View navigation</li>
<li>Personalized views</li>
<li>Document management features enabled</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Records Center</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/recordscenter.gif"><img class="aligncenter size-full wp-image-83" title="recordscenter" src="http://www.spstech.net/wp-content/uploads/2011/12/recordscenter.gif" alt="" width="304" height="248" /></a></td>
<td>The Records Center template can be used to create a site where you provide records management for your organization.A records management site serves as a central repository where all records are stored, and it supports the records management process (collection, management, disposition, etc.). Such a site can help you comply with governmental or legal regulations.What&#8217;s included in the template:</p>
<ul>
<li>Vault abilities to ensure integrity of records</li>
<li>Information management policy enforced</li>
<li>Holds list to suspend records subject to litigation</li>
<li>Record Routing list to route records to the correct location</li>
<li>Unclassified Records library to store records that don&#8217;t match any other Record Routing entry</li>
<li>Support for content submitted through a Web service using SOAP or through e-mail using SMTP.</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Personalization site</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/personalizationsite.gif"><img class="aligncenter size-full wp-image-80" title="personalizationsite" src="http://www.spstech.net/wp-content/uploads/2011/12/personalizationsite.gif" alt="" width="304" height="248" /></a></td>
<td>The Personalization site template can be used to create a site for delivering personalized views, data, and navigation for My Sites. (My Sites are discussed later in this topic.)The site can be used to expose content that is personalized for or targeted to individual users on their My Sites.What&#8217;s included in the template:</p>
<ul>
<li>Personalization-specific Web Parts (optimized for My Site)</li>
<li>Personalization-specific navigation (optimized for My Site)</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Site Directory</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/sitedirectory.gif"><img class="aligncenter size-full wp-image-87" title="sitedirectory" src="http://www.spstech.net/wp-content/uploads/2011/12/sitedirectory.gif" alt="" width="304" height="248" /></a></td>
<td>The Site Directory template can be used to create a site that lists and categorizes important sites in your organization.A site directory can help you if you want to provide site visitors with a central place to view or locate all of the sites in your site collection.What&#8217;s included in the template:</p>
<ul>
<li>Different views for categorized sites, top sites, and site map</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Report Center</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/reportcenter.gif"><img class="aligncenter size-full wp-image-84" title="reportcenter" src="http://www.spstech.net/wp-content/uploads/2011/12/reportcenter.gif" alt="" width="304" height="248" /></a></td>
<td>The Report Center template can be used to create a site that serves as a central location for business-intelligence-related content, such as dashboards, Web Parts, key performance indicators (KPI), and business data connectivity technologies.Such a site provides users with a single place to find the latest reports, spreadsheets, and KPI&#8217;s that drive their business.What&#8217;s included in the template:</p>
<ul>
<li>Document libraries for storing reports, lists, and connections to external data sources</li>
<li>Page templates and Web Parts used to create pages and lists with business information</li>
<li>Search for items using categories</li>
<li>View calendar of upcoming reports</li>
<li>Subscribe to relevant reports</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Search Center with tabs</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/searchcenterwithtabs.gif"><img class="aligncenter size-full wp-image-86" title="searchcenterwithtabs" src="http://www.spstech.net/wp-content/uploads/2011/12/searchcenterwithtabs.gif" alt="" width="304" height="248" /></a></td>
<td>The Search Center with tabs template can be used to create a search-based site for users. The main Welcome page features a simple search box in the center of the page.The search returns items only from your site and eliminates returns that don&#8217;t apply to your search. You can search different collections of information separately using tabs.What&#8217;s included in the template:</p>
<ul>
<li>Multiple tabs for general searches and searches for people</li>
<li>Ability to add and customize tabs that focus on other search scopes or result types</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Search Center</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/searchcenter.gif"><img class="aligncenter size-full wp-image-85" title="searchcenter" src="http://www.spstech.net/wp-content/uploads/2011/12/searchcenter.gif" alt="" width="304" height="248" /></a></td>
<td>The Search Center template can be used to create a search-based site for users. The main Welcome page features a simple search box in the center of the page.The search returns items only from your site and eliminates returns that don&#8217;t apply to your search.What&#8217;s included in the template:</p>
<ul>
<li>Pages for search results and advanced search</li>
</ul>
</td>
</tr>
<tr>
<td><strong>My Site Host</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/mysitehost.gif"><img class="aligncenter size-full wp-image-78" title="mysitehost" src="http://www.spstech.net/wp-content/uploads/2011/12/mysitehost.gif" alt="" width="304" height="248" /></a></td>
<td>The My Site Host template can be used to create a hosted location for My Sites. (My Sites are discussed later in this topic.)<strong>Note</strong>: This template is only available when you create a site collection using Central Administration.</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
<p><strong>Publishing </strong></p>
<p>The site templates under <strong>Publishing</strong> are intended to help organizations design, deploy, and manage divisional portal sites, enterprise intranet portals, and public-facing Internet sites. All site templates in this category have publishing features enabled, including the content editor, page editing toolbar, and check out.</p>
<div>
<table border="0">
<colgroup>
<col />
<col /></colgroup>
<tbody valign="top">
<tr>
<td><strong>Publishing site</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/publishingsite.gif"><img class="aligncenter size-full wp-image-82" title="publishingsite" src="http://www.spstech.net/wp-content/uploads/2011/12/publishingsite.gif" alt="" width="304" height="248" /></a></td>
<td>The Publishing site template can be used to create a site where you quickly publish Web pages.As a publishing site, Contributors can work on draft versions of pages and then publish those pages to make them visible to other users.What&#8217;s included in the template:</p>
<ul>
<li>Document library (for Web publishing assets)</li>
<li>Image library (for Web publishing assets)</li>
<li>Publishing features available</li>
</ul>
<p><strong>Note</strong>: This site template is available when publishing features are enabled on the parent site.</td>
</tr>
<tr>
<td><strong>Publishing site with workflow</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/publishingsitewithworkflow.gif"><img class="aligncenter size-full wp-image-91" title="publishingsitewithworkflow" src="http://www.spstech.net/wp-content/uploads/2011/12/publishingsitewithworkflow.gif" alt="" width="304" height="248" /></a></td>
<td>The Publishing site with workflow template can be used to create a site where you quickly publish Web pages on a schedule using workflows.As a publishing site, Contributors can work on draft versions of pages and then publish those pages to make them visible to other users. With workflows enabled, you can better manage when pages get published by enforcing an approval process.What&#8217;s included in the template:</p>
<ul>
<li>Document library (for Web publishing assets)</li>
<li>Image library (for Web publishing assets)</li>
<li>Publishing features available</li>
</ul>
<p><strong>Note</strong>: This site template is available when publishing features are enabled on the parent site.</td>
</tr>
<tr>
<td><strong>News site</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/newssite.gif"><img class="aligncenter size-full wp-image-79" title="newssite" src="http://www.spstech.net/wp-content/uploads/2011/12/newssite.gif" alt="" width="304" height="248" /></a></td>
<td>The News site template can be used to create a site with news articles that are easy to create and manage.The site can serve as the single place to deliver important and up-to-date information for your entire organization.What&#8217;s included in the template:</p>
<ul>
<li>Sample news page layouts</li>
<li>Archive for storing older news items</li>
<li>Easy-to-use layout for readers and news providers</li>
<li>RSS Viewer Web part</li>
<li>This Week in Pictures Web part</li>
<li>Publishing features available</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Collaboration Portal</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/collaborationportal.gif"><img class="aligncenter size-full wp-image-73" title="collaborationportal" src="http://www.spstech.net/wp-content/uploads/2011/12/collaborationportal.gif" alt="" width="304" height="248" /></a></td>
<td>The Collaboration Portal template can be used to create a starter site hierarchy for an intranet divisional portal.A portal site typically hosts numerous team sites, and there will likely be as many contributors as there are readers on the site.What&#8217;s included in the template:</p>
<ul>
<li>Home page</li>
<li>News site</li>
<li>Site Directory</li>
<li>Search Center with Tabs</li>
</ul>
<p><strong>Note</strong>: This site template is available when you create a site collection in Central Administration.</td>
</tr>
<tr>
<td><strong>Publishing Portal</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/publishingportal.gif"><img class="aligncenter size-full wp-image-81" title="publishingportal" src="http://www.spstech.net/wp-content/uploads/2011/12/publishingportal.gif" alt="" width="304" height="248" /></a></td>
<td>The Publishing Portal template can be used to create a starter site hierarchy for a large intranet portal or Internet-facing site.The site can be customized with distinctive branding to match the look and feel of your organization.What&#8217;s included in the template:</p>
<ul>
<li>Home page</li>
<li>Press releases subsite</li>
<li>Search Center</li>
<li>Login page</li>
<li>Publish pages with approval workflows</li>
<li>Only publishing subsites (with workflow) can be created</li>
</ul>
<p><strong>Note</strong>: This site template is available when you create a site collection in Central Administration.</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
<p><strong>My Site </strong></p>
<p>My Site is a site that is available to every user in an organization. It is included with Office SharePoint Server as a way for employees to store their personal documents, lists, contacts, calendars and more. My Site is not one of the site templates you choose from when you create a new site, but it is included here so that you can consider how you might want to share or promote its content on your site. You may, for example, create a new site that depends on My Site functionality and content, such as the Personalization site and My Site Host templates above.</p>
<div>
<table border="0">
<colgroup>
<col />
<col /></colgroup>
<tbody valign="top">
<tr>
<td><strong>My site</strong></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.spstech.net/wp-content/uploads/2011/12/mysite.gif"><img class="aligncenter size-full wp-image-77" title="mysite" src="http://www.spstech.net/wp-content/uploads/2011/12/mysite.gif" alt="" width="304" height="253" /></a></td>
<td>My Sites are enabled by default in Office SharePoint Server. Every user in your organization has a unique My Site.Similar to the default site templates, they contain features that can be used and customized to share content with others.What&#8217;s included in the template:</p>
<ul>
<li>2 parts: My Home personal site and My Profile public profile page</li>
<li>Links list</li>
<li>Colleagues Web Part</li>
<li>In Common with You Web Part</li>
<li>Memberships Web Part</li>
<li>Calendar Web Part</li>
<li>SharePoint Sites Web Part</li>
<li>Documents Web Part</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.spstech.net/identifying-the-default-templates-in-moss2007/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Access Checker</title>
		<link>http://www.spstech.net/sharepoint-access-checker?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-access-checker</link>
		<comments>http://www.spstech.net/sharepoint-access-checker#comments</comments>
		<pubDate>Wed, 14 Dec 2011 06:52:58 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[Access Checker]]></category>
		<category><![CDATA[Additional Features]]></category>
		<category><![CDATA[List Items]]></category>
		<category><![CDATA[Site Settings Page]]></category>

		<guid isPermaLink="false">http://www.spstech.net/?p=58</guid>
		<description><![CDATA[My customer recently asked me if it&#8217;s possible to which access permissions a user has in the MOSS2007 environment. After a notification of a SharePoint colleague I found the following webpart. The Access Checker Web Part is a Windows Sharepoint Services Web &#8230;<p class="read-more"><a href="http://www.spstech.net/sharepoint-access-checker">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>My customer recently asked me if it&#8217;s possible to which access permissions a user has in the MOSS2007 environment. After a notification of a SharePoint colleague I found the following webpart.</p>
<p>The Access Checker Web Part is a Windows Sharepoint Services Web Part, for use within Windows Sharepoint Services v3 and Microsoft Office Sharepoint Server 2007, that displays a tree view showing permissions on objects for a user scoped to a Site hierarchy. It also has a second mode which will show the permission inheritance of objects within a Site hierarchy.<span id="more-58"></span></p>
<p><a href="http://www.spstech.net/wp-content/uploads/2011/12/Access_Checker.png"><img class="aligncenter size-thumbnail wp-image-59" title="Access_Checker" src="http://www.spstech.net/wp-content/uploads/2011/12/Access_Checker-150x150.png" alt="" width="150" height="150" /></a></p>
<p>More specifically, The nodes within the tree are colour coded. If the user&#8217;s permissions on the content match or exceed the level of access specified, the node is coloured green, red otherwise. Enabling a Site Administrator to determine what access a user has and to which content within a Site.</p>
<p><strong>Background</strong></p>
<p>Frequently I would receive emails from site administrators fed up with managing permissions for users. A common scenario would be that a user needed to be able to read all content within a site. For a site admin to be certain of this, they would need to visit each list and library permissions page and check that a) the list was inheriting permissions or b) the list has unique permissions and the user needs to be added directly. (Not to mention folder and list item permissions, but that&#8217;s outside the scope of what this web part addresses!)</p>
<p>Expand this problem out to groups of sites and it gets really scary&#8230;</p>
<p>This Web Part hopes to solve this management issue for site administrators. The web part will confirm what permissions a user has to each list and site at a certain level in a Sharepoint hierarchy. It can also show the permission inheritance hierarchy for a better understanding of how permissions are setup.</p>
<p>I would like to get some feedback on its usefulness and if you have any suggestions on improving this web part i would like to hear about them.</p>
<p><strong>Additional Features</strong></p>
<p>- View Permission Inheritance on Sites and Lists. Useful for site administrators to understand how permissions are configured on their sites.<br />
- Sharepoint Feature included in the Solution that adds two links to the Site Settings Page.</p>
<p><a href="http://www.spstech.net/wp-content/uploads/2011/12/SiteSettings.gif"><img class="aligncenter size-full wp-image-60" title="SiteSettings" src="http://www.spstech.net/wp-content/uploads/2011/12/SiteSettings.gif" alt="" width="220" height="152" /></a></p>
<p>Check User Access &#8211; Page with embedded Access Checker, configured for User Access Mode<br />
View Permission Inheritance &#8211; Page with embedded Access Checker, configured for Permissions Inheritance mode.</p>
<p><strong>Limitations</strong></p>
<p>- List Items are not displayed.<br />
- Does not currently work with Forms Based Authentication.</p>
<p>Download the webpart <a href="http://accesschecker.codeplex.com/" target="_blank">here</a>.<br />
To change the code for use with SharePoint 2010, you can find your info <a href="http://accesschecker.codeplex.com/discussions/225338" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spstech.net/sharepoint-access-checker/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configure Mysite only for a specific user group</title>
		<link>http://www.spstech.net/configure-mysite-only-for-a-specific-user-group?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=configure-mysite-only-for-a-specific-user-group</link>
		<comments>http://www.spstech.net/configure-mysite-only-for-a-specific-user-group#comments</comments>
		<pubDate>Wed, 02 Nov 2011 10:20:40 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[SPS2010]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[Central Administration]]></category>
		<category><![CDATA[Configure Mysite]]></category>
		<category><![CDATA[Shared Service Provider]]></category>

		<guid isPermaLink="false">http://www.spstech.net/?p=51</guid>
		<description><![CDATA[Just for keeping everything the administrating easy on the backend, first make a list of the authorized users en put them in a usergroup in Active Directory. Go to the Central Administration and open the Shared Service Provider for your web application. Select  &#8230;<p class="read-more"><a href="http://www.spstech.net/configure-mysite-only-for-a-specific-user-group">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Just for keeping everything the administrating easy on the backend, first make a list of the authorized users en put them in a usergroup in Active Directory.</p>
<ul>
<li>Go to the Central Administration and open the Shared Service Provider for your web application.</li>
<li>Select  &#8220;Personalization services permissions&#8221;.</li>
<li>On the next page you&#8217;ll see a list where you could allow or deny certain functionality to certain groups. There you could define who&#8217;s allowed to create a MySite and who&#8217;s not. In this case you put the created AD group to the autohorized groups and give them the personal site authorisation.</li>
</ul>
<p>Source: <a href="http://technet.microsoft.com/en-us/library/cc263073(office.12).aspx" target="_blank">Microsoft MOSS2007</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spstech.net/configure-mysite-only-for-a-specific-user-group/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling mobile view in SharePoint</title>
		<link>http://www.spstech.net/disabling-mobile-view-in-sharepoint?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disabling-mobile-view-in-sharepoint</link>
		<comments>http://www.spstech.net/disabling-mobile-view-in-sharepoint#comments</comments>
		<pubDate>Tue, 25 Oct 2011 12:42:06 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[SPS2010]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.spstech.net/?p=46</guid>
		<description><![CDATA[When you access a SharePoint website with your mobile device, you will probably will be redirected to a boring template with some links on it like the picture below. &#160; To disable SharePoint from redirecting users to the mobile version, there &#8230;<p class="read-more"><a href="http://www.spstech.net/disabling-mobile-view-in-sharepoint">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>When you access a SharePoint website with your mobile device, you will probably will be redirected to a boring template with some links on it like the picture below.</p>
<p><a href="http://www.spstech.net/wp-content/uploads/2011/12/mobileview.png"><img class="aligncenter size-thumbnail wp-image-170" title="mobileview" src="http://www.spstech.net/wp-content/uploads/2011/12/mobileview-150x150.png" alt="" width="150" height="150" /></a></p>
<p>&nbsp;</p>
<p>To disable SharePoint from redirecting users to the mobile version, there is a hidden feature you can disable using PowerShell. <span id="more-46"></span>It’s quite simple and can be solved by the following command:</p>
<blockquote><p>disable-spfeature -identity MobilityRedirect -url <a href="http://addressofsite">http://addressofsite</a></p></blockquote>
<p>The mobile site will remain available at http://addressofsite/m, but your mobile users will have the same full experience (less browser limitations) as your desktop users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spstech.net/disabling-mobile-view-in-sharepoint/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Option Open With Windows Explorer Slow</title>
		<link>http://www.spstech.net/option-open-with-windows-explorer-slow?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=option-open-with-windows-explorer-slow</link>
		<comments>http://www.spstech.net/option-open-with-windows-explorer-slow#comments</comments>
		<pubDate>Wed, 19 Oct 2011 06:40:04 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[SPS2010]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[windows explorer]]></category>

		<guid isPermaLink="false">http://www.spstech.net/?p=42</guid>
		<description><![CDATA[When you are using the “Open with Windows Explorer” option in SharePoint 2010 and you experience a slow performance, you can use the following procedure to fix this and increase the performance: Open Internet Explorer Go to the Menu Tools &#62; Internet &#8230;<p class="read-more"><a href="http://www.spstech.net/option-open-with-windows-explorer-slow">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>When you are using the “Open with Windows Explorer” option in SharePoint 2010 and you experience a slow performance, you can use<br />
the following procedure to fix this and increase the performance:</p>
<ol>
<li>Open Internet Explorer</li>
<li>Go to the Menu <strong>Tools</strong> &gt; <strong>Internet Options</strong> then go to the <strong>Connections</strong> tab</li>
<li>Click on button <strong>LAN Settings</strong></li>
<li>Uncheck the box <strong>Automatically detect settings</strong></li>
<li>Close and restart all running Internet Explorer processes</li>
<li>Restart the <strong>Web Client </strong>Service, if needed.</li>
<li>Try it again!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.spstech.net/option-open-with-windows-explorer-slow/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

