<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered</title>
	<atom:link href="http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/</link>
	<description>How I do it...</description>
	<lastBuildDate>Wed, 16 Nov 2011 18:04:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Daniel Williams</title>
		<link>http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/comment-page-1/#comment-1566</link>
		<dc:creator>Daniel Williams</dc:creator>
		<pubDate>Wed, 08 Jun 2011 19:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/#comment-1566</guid>
		<description>Thank you thank you!</description>
		<content:encoded><![CDATA[<p>Thank you thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Bacchin</title>
		<link>http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/comment-page-1/#comment-1098</link>
		<dc:creator>Alexandre Bacchin</dc:creator>
		<pubDate>Tue, 05 Apr 2011 04:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/#comment-1098</guid>
		<description>Direct database changes are not supported by Microsoft, please use

Add-SPShellAdmin
http://technet.microsoft.com/en-us/library/ff607596.aspx</description>
		<content:encoded><![CDATA[<p>Direct database changes are not supported by Microsoft, please use</p>
<p>Add-SPShellAdmin<br />
<a href="http://technet.microsoft.com/en-us/library/ff607596.aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/ff607596.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/comment-page-1/#comment-676</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 17 Nov 2010 15:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/#comment-676</guid>
		<description>I had a samilar issue, but my problem was not running PowerShell utility as administartor.

Follow the steps below
1. Go to Start menu
2. Right click on PowerShell and select run as administrator option
3. This will open up PowerShell utility
4. Now type in add-PSSnapin Microsoft.SharePoint.PowerShell and hit Enter
5. Type in any other PowerShell command and Enter</description>
		<content:encoded><![CDATA[<p>I had a samilar issue, but my problem was not running PowerShell utility as administartor.</p>
<p>Follow the steps below<br />
1. Go to Start menu<br />
2. Right click on PowerShell and select run as administrator option<br />
3. This will open up PowerShell utility<br />
4. Now type in add-PSSnapin Microsoft.SharePoint.PowerShell and hit Enter<br />
5. Type in any other PowerShell command and Enter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruchir</title>
		<link>http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/comment-page-1/#comment-574</link>
		<dc:creator>Ruchir</dc:creator>
		<pubDate>Fri, 24 Sep 2010 11:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/#comment-574</guid>
		<description>Hi,

I have recently cloned one of my Sharepoint 2010 VM. I tried to use Rename-SPServer options. However, when I try to run these commands in PowerShell, it gives me an error saying, &quot;The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered.&quot; .Search on internet and your blog entry provided me with two possible solutions/remedies. (1) To ensure that the logged in user has Sharepoint_Shell_Access role membership in Sharepoint_Config database, and (2) To run the Management Shell as Administrator. Both the scenarios are true in my case. Can you suggest any other alternative solution?

Thanks in anticipation.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have recently cloned one of my Sharepoint 2010 VM. I tried to use Rename-SPServer options. However, when I try to run these commands in PowerShell, it gives me an error saying, &#8220;The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered.&#8221; .Search on internet and your blog entry provided me with two possible solutions/remedies. (1) To ensure that the logged in user has Sharepoint_Shell_Access role membership in Sharepoint_Config database, and (2) To run the Management Shell as Administrator. Both the scenarios are true in my case. Can you suggest any other alternative solution?</p>
<p>Thanks in anticipation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered &#171; SharePoint Fits and Starts</title>
		<link>http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/comment-page-1/#comment-515</link>
		<dc:creator>The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered &#171; SharePoint Fits and Starts</dc:creator>
		<pubDate>Fri, 13 Aug 2010 20:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/#comment-515</guid>
		<description>[...] found several articles with suggestions here and here. Having the appropriate SQL Server access is required but neither approached worked for [...]</description>
		<content:encoded><![CDATA[<p>[...] found several articles with suggestions here and here. Having the appropriate SQL Server access is required but neither approached worked for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a State Service Database for SharePoint 2010 Using Windows PowerShell &#124; Ulysses Ludwig&#39;s SharePoint blog</title>
		<link>http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/comment-page-1/#comment-418</link>
		<dc:creator>Creating a State Service Database for SharePoint 2010 Using Windows PowerShell &#124; Ulysses Ludwig&#39;s SharePoint blog</dc:creator>
		<pubDate>Thu, 17 Jun 2010 20:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/#comment-418</guid>
		<description>[...] NOTE: If you receive the “The Local Farm is Not Accessible” error see the following article: http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredepe...&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] NOTE: If you receive the “The Local Farm is Not Accessible” error see the following article: <a href="http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredepe...&#038;#160" rel="nofollow">http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredepe&#8230;&#038;#160</a>; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

