<?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>Microsoft Sharepoint Server &#187; Sharepoint 2010</title>
	<atom:link href="http://www.fivenumber.com/tag/sharepoint-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fivenumber.com</link>
	<description>It&#039;s all about SharePoint</description>
	<lastBuildDate>Fri, 28 May 2010 09:21:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.fivenumber.com</link>
<url>http://www.fivenumber.com/wp-content/mbp-favicon/5.jpg</url>
<title>Microsoft Sharepoint Server</title>
</image>
		<item>
		<title>Customizing SharePoint 2010 Social Tags: I Like It &#124; Tags &amp;  Notes</title>
		<link>http://www.fivenumber.com/customizing-sharepoint-2010-social-tags-i-like-it-tags-notes/</link>
		<comments>http://www.fivenumber.com/customizing-sharepoint-2010-social-tags-i-like-it-tags-notes/#comments</comments>
		<pubDate>Fri, 28 May 2010 09:20:32 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Sharepoint 2010 - General]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=741</guid>
		<description><![CDATA[When I was customizing the SharePoint 2010 V4.master I found the  Social tags I Like It and Tags &#38; Notes which are new in SharePoint 2010. The tag is a SharePoint Delegate control
The tags are occupying big amount of area, so our client told to minimize the icons to make use of space, also he [...]]]></description>
			<content:encoded><![CDATA[<p>When I was customizing the SharePoint 2010 V4.master I found the  Social tags <strong>I Like It</strong> and <strong>Tags &amp; Notes</strong> which are new in SharePoint 2010. The tag is a SharePoint Delegate control</p>
<p>The tags are occupying big amount of area, so our client told to minimize the icons to make use of space, also he given the hint that the nightandday.master has small social icons</p>
<p><strong>&lt;SharePoint:DelegateControl ControlId=&#8221;GlobalSiteLink3&#8243; Scope=&#8221;Farm&#8221; runat=&#8221;server&#8221;/&gt;</strong></p>
<div id="attachment_742" class="wp-caption aligncenter" style="width: 309px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/1.gif" rel="lightbox[741]"><img class="size-full wp-image-742" title="SharePoint 2010: Social Tags before customizing" src="http://www.fivenumber.com/wp-content/uploads/2010/05/1.gif" alt="SharePoint 2010: Social Tags before customizing" width="299" height="95" /></a><p class="wp-caption-text">SharePoint 2010: Social Tags before customizing</p></div>
<p>sooner I opened nightandday.master and compared with v4.master and found v4.master Social tag Delegate control Id is &#8216;GlobalSiteLink3&#8242; and the same delegate colntrol Id is GlobalSiteLink3-mini in nightandday.master</p>
<p>So I just changed the control Id to GlobalSiteLink3-mini  in v4.master and minimized the social icons.</p>
<p><strong>&lt;SharePoint:DelegateControl ControlId=&#8221;GlobalSiteLink3-mini&#8221; Scope=&#8221;Farm&#8221; runat=&#8221;server&#8221;/&gt;</strong></p>
<div id="attachment_743" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/2.gif" rel="lightbox[741]"><img class="size-medium wp-image-743" title="SharePoint 2010: Social Tags after customizing" src="http://www.fivenumber.com/wp-content/uploads/2010/05/2-300x78.gif" alt="SharePoint 2010: Social Tags after customizing" width="300" height="78" /></a><p class="wp-caption-text">SharePoint 2010: Social Tags after customizing</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/customizing-sharepoint-2010-social-tags-i-like-it-tags-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered</title>
		<link>http://www.fivenumber.com/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/</link>
		<comments>http://www.fivenumber.com/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/#comments</comments>
		<pubDate>Wed, 19 May 2010 15:44:40 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Sharepoint 2010 - General]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=737</guid>
		<description><![CDATA[When I am trying to run powershell window for the first time after installing SharePoint 2010 I was faced with a message that
The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered
Then, I did Bing search for some time and found the solution and the same I want to post here, so that [...]]]></description>
			<content:encoded><![CDATA[<p>When I am trying to run powershell window for the first time after installing SharePoint 2010 I was faced with a message that</p>
<p><strong>The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered</strong></p>
<p>Then, I did Bing search for some time and found the solution and the same I want to post here, so that it may be useful for some one.</p>
<p><strong>Solution: </strong>Make sure that the logged in user account has <strong>db_owner</strong> and <strong>SharePoint_Shell_Access</strong> rights to <strong>SharePoint_Config</strong> database</p>
<div id="attachment_738" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/5.gif" rel="lightbox[737]"><img class="size-medium wp-image-738" title="Granting rights to logged in user account" src="http://www.fivenumber.com/wp-content/uploads/2010/05/5-300x219.gif" alt="Granting rights to the user account" width="300" height="219" /></a><p class="wp-caption-text">Granting rights to the user account</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Site Templates</title>
		<link>http://www.fivenumber.com/sharepoint-2010-site-templates/</link>
		<comments>http://www.fivenumber.com/sharepoint-2010-site-templates/#comments</comments>
		<pubDate>Tue, 11 May 2010 16:55:30 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[site template]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=729</guid>
		<description><![CDATA[The following are the site templates shipped with SharePoint 2010 Beta and available for creating top-level sites



Collaboration




Team Site


Blank Site


Document Workspace


Blog


Group Work Site


Visio Process Repository


Meetings




Basic Meeting Workspace


Blank Meeting Workspace


Decision Meeting Workspace


Social Meeting Workspace


Multipage Meeting Workspace


Enterprise




Document Center


Records Center


Business Intelligence Center


Enterprise Search Center


My Site Host


Basic Search Center


FAST Search Center


Publishing




Publishing Portal


Enterprise Wiki



The following is the list site templates available [...]]]></description>
			<content:encoded><![CDATA[<p>The following are the site templates shipped with SharePoint 2010 Beta and available for creating top-level sites</p>
<table border="1">
<tbody>
<tr>
<td style="text-align: center;"><strong>Collaboration</strong></td>
<td rowspan="7">
<div id="attachment_730" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/Collaboration.gif" rel="lightbox[729]"><img class="size-medium wp-image-730" title="List of templates under Collaboration" src="http://www.fivenumber.com/wp-content/uploads/2010/05/Collaboration-300x177.gif" alt="List of templates under Collaboration" width="300" height="177" /></a><p class="wp-caption-text">List of templates under Collaboration</p></div></td>
</tr>
<tr>
<td style="text-align: center;">Team Site</td>
</tr>
<tr>
<td style="text-align: center;">Blank Site</td>
</tr>
<tr>
<td style="text-align: center;">Document Workspace</td>
</tr>
<tr>
<td style="text-align: center;">Blog</td>
</tr>
<tr style="text-align: center;">
<td>Group Work Site</td>
</tr>
<tr>
<td style="text-align: center;">Visio Process Repository</td>
</tr>
<tr>
<td style="text-align: center;"><strong>Meetings</strong></td>
<td style="text-align: center;" rowspan="6">
<p><div id="attachment_731" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/Meetings.gif" rel="lightbox[729]"><img class="size-medium wp-image-731" title="List of templates under Meetings" src="http://www.fivenumber.com/wp-content/uploads/2010/05/Meetings-300x177.gif" alt="List of templates under Meetings" width="300" height="177" /></a><p class="wp-caption-text">List of templates under Meetings</p></div></td>
</tr>
<tr>
<td style="text-align: center;">Basic Meeting Workspace</td>
</tr>
<tr>
<td style="text-align: center;">Blank Meeting Workspace</td>
</tr>
<tr>
<td style="text-align: center;">Decision Meeting Workspace</td>
</tr>
<tr>
<td style="text-align: center;">Social Meeting Workspace</td>
</tr>
<tr>
<td style="text-align: center;">Multipage Meeting Workspace</td>
</tr>
<tr>
<td style="text-align: center;"><strong>Enterprise</strong></td>
<td style="text-align: center;" rowspan="8">
<p><div id="attachment_732" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/Enterprise.gif" rel="lightbox[729]"><img class="size-medium wp-image-732" title="List of template under Enterprise" src="http://www.fivenumber.com/wp-content/uploads/2010/05/Enterprise-300x165.gif" alt="List of template under Enterprise" width="300" height="165" /></a><p class="wp-caption-text">List of template under Enterprise</p></div></td>
</tr>
<tr>
<td style="text-align: center;">Document Center</td>
</tr>
<tr>
<td style="text-align: center;">Records Center</td>
</tr>
<tr>
<td style="text-align: center;">Business Intelligence Center</td>
</tr>
<tr>
<td style="text-align: center;">Enterprise Search Center</td>
</tr>
<tr>
<td style="text-align: center;">My Site Host</td>
</tr>
<tr>
<td style="text-align: center;">Basic Search Center</td>
</tr>
<tr>
<td style="text-align: center;">FAST Search Center</td>
</tr>
<tr>
<td style="text-align: center;"><strong>Publishing</strong></td>
<td style="text-align: center;" rowspan="3">
<p><div id="attachment_733" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/Publishing.gif" rel="lightbox[729]"><img class="size-medium wp-image-733" title="List of template under Publishing" src="http://www.fivenumber.com/wp-content/uploads/2010/05/Publishing-300x182.gif" alt="List of template under Publishing" width="300" height="182" /></a><p class="wp-caption-text">List of template under Publishing</p></div></td>
</tr>
<tr>
<td style="text-align: center;">Publishing Portal</td>
</tr>
<tr>
<td style="text-align: center;">Enterprise Wiki</td>
</tr>
</tbody>
</table>
<p>The following is the list site templates available in SharePoint 2010</p>
<table border="1">
<tbody>
<tr>
<td><strong>SharePoint 2010 &#8211; Site Templates</strong></td>
</tr>
<tr>
<td>Team Site</td>
</tr>
<tr>
<td>Blank Site</td>
</tr>
<tr>
<td>Document Workspace</td>
</tr>
<tr>
<td>Basic Meeting Workspace</td>
</tr>
<tr>
<td>Blank Meeting Workspace</td>
</tr>
<tr>
<td>Decision Meeting Workspace</td>
</tr>
<tr>
<td>Social Meeting Workspace</td>
</tr>
<tr>
<td>Multipage Meeting Workspace</td>
</tr>
<tr>
<td>Blog</td>
</tr>
<tr>
<td>Group Work Site <img src="http://www.fivenumber.com/wp-content/uploads/2010/05/new.gif" alt="New" /></td>
</tr>
<tr>
<td>Assets Web Database <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /></td>
</tr>
<tr>
<td>Charitable Contributions Web <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Contacts Web Database <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Issues Web Database <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Projects Web Database <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Document center</td>
</tr>
<tr>
<td>Records Center</td>
</tr>
<tr>
<td>Personalization Site</td>
</tr>
<tr>
<td>Enterprise Search Center <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Basic Search Center <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>FAST Search Center <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Visio Process Repository <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Business Intelligence Center <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>My Site Host</td>
</tr>
<tr>
<td>Enterprise Wiki <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Publishing Portal</td>
</tr>
<tr>
<td>Publishing Site</td>
</tr>
<tr>
<td>Publishing Site With Workflow</td>
</tr>
</tbody>
</table>
<p><div id="attachment_734" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/All-Categories.gif" rel="lightbox[729]"><img class="size-medium wp-image-734" title="SharePoint 2010 - List of available site templates" src="http://www.fivenumber.com/wp-content/uploads/2010/05/All-Categories-300x264.gif" alt="SharePoint 2010 - List of available site templates" width="300" height="264" /></a><p class="wp-caption-text">SharePoint 2010 - List of available site templates</p></div>
<p>The following is the list of deprecated site templates</p>
<table border="1">
<tbody>
<tr>
<td>Wiki Site</td>
</tr>
<tr>
<td>Site Directory</td>
</tr>
<tr>
<td>Report Center</td>
</tr>
<tr>
<td>Search Center With Tabs</td>
</tr>
<tr>
<td>Search Center</td>
</tr>
<tr>
<td>Collaboration Portal</td>
</tr>
<tr>
<td>News Site</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/sharepoint-2010-site-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 and Office 2010 Launch</title>
		<link>http://www.fivenumber.com/sharepoint-2010-and-office-2010-launch/</link>
		<comments>http://www.fivenumber.com/sharepoint-2010-and-office-2010-launch/#comments</comments>
		<pubDate>Tue, 04 May 2010 15:15:35 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=726</guid>
		<description><![CDATA[Microsoft officially  announced that 12th May, 2010 is the date of launch for SharePoint 2010 and  Office 2010
All of can virtually join for the event  on 12th May, at 11 a.m EST to listen to Stephen Elop, President of the Microsoft  Business Division, please register for the event on the following [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft officially  announced that 12th May, 2010 is the date of launch for SharePoint 2010 and  Office 2010<br />
All of can virtually join for the event  on 12th May, at 11 a.m EST to listen to Stephen Elop, President of the Microsoft  Business Division, please register for the event on the following link<br />
<a title="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx" href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx">http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/sharepoint-2010-and-office-2010-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capacity Planning for SharePoint 2010</title>
		<link>http://www.fivenumber.com/capacity-planning-for-sharepoint-2010/</link>
		<comments>http://www.fivenumber.com/capacity-planning-for-sharepoint-2010/#comments</comments>
		<pubDate>Tue, 04 May 2010 15:12:56 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Sharepoint 2010 - General]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=724</guid>
		<description><![CDATA[The capacity planning document describes about the capacity and  performance uniqueness and recommendations of the features incorporated  in SharePoint 2010 server.
Please look in to the Capacity  Management Resource Center for SharePoint 2010 gone live when Office  2010 released  on April 16th.
]]></description>
			<content:encoded><![CDATA[<p>The capacity planning document describes about the capacity and  performance uniqueness and recommendations of the features incorporated  in SharePoint 2010 server.<br />
Please look in to the <a title="Capacity Management Resource Center" href="http://technet.microsoft.com/en-us/sharepoint/ff601870.aspx" target="_blank">Capacity  Management Resource Cente</a>r for SharePoint 2010 gone live when Office  2010 released  on April 16th.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/capacity-planning-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New in Microsoft SharePoint 2010</title>
		<link>http://www.fivenumber.com/whats-new-in-microsoft-sharepoint-2010/</link>
		<comments>http://www.fivenumber.com/whats-new-in-microsoft-sharepoint-2010/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 14:34:12 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=718</guid>
		<description><![CDATA[People who are looking for E-Learning courses and to know what&#8217;s new in Sharepoint 2010, please follow the links below and sign up for the courses, even you may download the entire course for offline viewing.
Clinic 10277: What&#8217;s New in Microsoft SharePoint 2010 for Developers
 Developing SharePoint 2010 Solutions by Using Visual Studio 2010

 Creating [...]]]></description>
			<content:encoded><![CDATA[<p>People who are looking for E-Learning courses and to know what&#8217;s new in Sharepoint 2010, please follow the links below and sign up for the courses, even you may download the entire course for offline viewing.</p>
<div id="attachment_719" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/04/Microsoft-E-Learning.gif" rel="lightbox[718]"><img class="size-medium wp-image-719" title="Microsoft E-Learning: What's new in Sharepoint 2010" src="http://www.fivenumber.com/wp-content/uploads/2010/04/Microsoft-E-Learning-300x25.gif" alt="Microsoft E-Learning: What's new in Sharepoint 2010" width="300" height="25" /></a><p class="wp-caption-text">Microsoft E-Learning: What&#39;s new in Sharepoint 2010?</p></div>
<p><a title="What's new in Microsoft Sharepoint 2010 for Developers" href="https://www.microsoftelearning.com/eLearning/courseDetail.aspx?courseId=160329&amp;tab=overview" target="_blank">Clinic 10277: What&#8217;s New in Microsoft SharePoint 2010 for Developers</a><br />
<strong> Developing SharePoint 2010 Solutions by Using Visual Studio 2010</strong></p>
<ul>
<li> Creating SharePoint 2010 Solutions by Using Visual Studio 2010</li>
<li> Deploying SharePoint 2010 Solutions by Using Visual Studio 2010</li>
</ul>
<p><strong>Integrating New Development Features in SharePoint 2010 Solutions</strong></p>
<ul>
<li> New Process Capabilities for SharePoint 2010</li>
<li> Developing New User Interfaces for SharePoint 2010</li>
<li> Using LINQ to SharePoint</li>
</ul>
<p><strong>Developing Remote Clients for SharePoint 2010</strong></p>
<ul>
<li>Developing Remote Clients by Using the Client Object Model</li>
<li> Accessing SharePoint Data in Silverlight Applications</li>
</ul>
<p><strong>Incorporating External Data in SharePoint 2010 Solutions</strong></p>
<ul>
<li> Configuring Business Connectivity Services for SharePoint 2010</li>
</ul>
<p><a title="What's new in Microsoft Sharepoint 2010 for IT Professionals" href="https://www.microsoftelearning.com/eLearning/courseDetail.aspx?courseId=161467&amp;tab=overview" target="_blank">Clinic 10279: What&#8217;s New in Microsoft SharePoint 2010 for IT Professionals</a></p>
<p><strong>Introduction to SharePoint 2010</strong></p>
<ul>
<li> Fundamentals of SharePoint 2010</li>
<li> SharePoint 2010 User Interface Experience</li>
</ul>
<p><strong>Managing Data in SharePoint 2010</strong></p>
<ul>
<li> Using IFilters</li>
<li> Managing Lists with Large List Resource Throttling</li>
<li> Using Windows PowerShell</li>
<li> Backing Up and Recovering Data</li>
</ul>
<p><strong>Monitoring Data in SharePoint 2010</strong></p>
<ul>
<li> Performance Tracking in SharePoint 2010</li>
<li> Using the SharePoint Best Practices Analyzer</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/whats-new-in-microsoft-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find Sharepoint version</title>
		<link>http://www.fivenumber.com/how-to-find-sharepoint-version/</link>
		<comments>http://www.fivenumber.com/how-to-find-sharepoint-version/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 06:27:32 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=703</guid>
		<description><![CDATA[Normally to find the Sharepoint version we approach Central administration page Central Administration &#62; Operations &#62; Servers in Farm
One more method using SQL query
SELECT Version FROM Versions WHERE VersionId = &#8216;00000000-0000-0000-0000-000000000000&#8242;
Also you can find Sharepoint version programmatically using API
using (SPSite site = new SPSite(&#8220;&#60;Central Administration Site URL&#8230;..&#62;&#8221;))
{
SPFarm farm = site.WebApplication.Farm;
Console.WriteLine(SPWebService.ContentService.Farm.BuildVersion.ToString());
}
Console.WriteLine(&#8220;Press any key to continue&#8230;..&#8221;);
Console.ReadLine();
]]></description>
			<content:encoded><![CDATA[<p>Normally to find the Sharepoint version we approach Central administration page <strong>Central Administration &gt; Operations &gt; Servers in Farm</strong></p>
<p>One more method using SQL query</p>
<p><strong>SELECT Version FROM Versions WHERE VersionId = &#8216;00000000-0000-0000-0000-000000000000&#8242;</strong></p>
<p>Also you can find Sharepoint version programmatically using API</p>
<p>using (SPSite site = new SPSite(&#8220;&lt;Central Administration Site URL&#8230;..&gt;&#8221;))<br />
{<br />
SPFarm farm = site.WebApplication.Farm;<br />
Console.WriteLine(SPWebService.ContentService.Farm.BuildVersion.ToString());<br />
}<br />
Console.WriteLine(&#8220;Press any key to continue&#8230;..&#8221;);<br />
Console.ReadLine();</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/how-to-find-sharepoint-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 &amp; Office 2010 Launch</title>
		<link>http://www.fivenumber.com/sharepoint-2010-office-2010-launch/</link>
		<comments>http://www.fivenumber.com/sharepoint-2010-office-2010-launch/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 08:36:29 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=701</guid>
		<description><![CDATA[Microsoft has made an official announcement that on May 12th, 2010 is the launch date for SharePoint 2010 &#38; Office 2010
Let us join Microsoft virtually on May 12th at 11am EST and listen to Stephen Elop, President of the Microsoft Business Division, use the following link to register for the event Microsoft Office 2010 and SharePoint [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has made an official announcement that on May 12th, 2010 is the launch date for SharePoint 2010 &amp; Office 2010</p>
<p>Let us join Microsoft virtually on May 12th at 11am EST and listen to Stephen Elop, President of the Microsoft Business Division, use the following link to register for the event <a href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx" target="_blank"><strong>Microsoft Office 2010 and SharePoint 2010</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/sharepoint-2010-office-2010-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing SharePoint Server 2010 Preliminary System Requirements</title>
		<link>http://www.fivenumber.com/announcing-sharepoint-server-2010-preliminary-system-requirements/</link>
		<comments>http://www.fivenumber.com/announcing-sharepoint-server-2010-preliminary-system-requirements/#comments</comments>
		<pubDate>Tue, 26 May 2009 08:54:48 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=472</guid>
		<description><![CDATA[On May 11th, 2009 early morning Microsoft Sharepoint Team Blog announced the preliminary system requirements of Sharepoint Server 2010
To enjoy reading, please follow the link http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx
]]></description>
			<content:encoded><![CDATA[<p>On May 11th, 2009 early morning <strong>Microsoft Sharepoint Team Blog</strong> announced the preliminary system requirements of Sharepoint Server 2010</p>
<p>To enjoy reading, please follow the link <a title="Sharepoint Server 2010 Preliminary system requirements" href="http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx" target="_blank">http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/announcing-sharepoint-server-2010-preliminary-system-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
