<?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: Configuring SharePoint 2010 Search in a one-way trust scenario</title>
	<atom:link href="http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario</link>
	<description>photography, technology, and unicorn conspiracy theories</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: widget76</title>
		<link>http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario/comment-page-1#comment-11535</link>
		<dc:creator>widget76</dc:creator>
		<pubDate>Wed, 07 Dec 2011 17:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://mattstratton.com/?p=6027#comment-11535</guid>
		<description>You don&#039;t need managed accoutns, just use the old good STSADM with peoplepicker and searchadforests...</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need managed accoutns, just use the old good STSADM with peoplepicker and searchadforests&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Cranston</title>
		<link>http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario/comment-page-1#comment-11532</link>
		<dc:creator>Tyler Cranston</dc:creator>
		<pubDate>Fri, 02 Dec 2011 23:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://mattstratton.com/?p=6027#comment-11532</guid>
		<description>This problem has now been identified by Microsoft and a resolution is listed here: http://support.microsoft.com/kb/2344518</description>
		<content:encoded><![CDATA[<p>This problem has now been identified by Microsoft and a resolution is listed here: <a href="http://support.microsoft.com/kb/2344518" rel="nofollow">http://support.microsoft.com/kb/2344518</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint Search &#8211; AuthzInitializeContextFromSid failed &#187; Andy Burns&#8217; SharePoint Blog</title>
		<link>http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario/comment-page-1#comment-11405</link>
		<dc:creator>SharePoint Search &#8211; AuthzInitializeContextFromSid failed &#187; Andy Burns&#8217; SharePoint Blog</dc:creator>
		<pubDate>Fri, 08 Apr 2011 13:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://mattstratton.com/?p=6027#comment-11405</guid>
		<description>[...] I found a post from Matt Stratton where he mentions this being a problem in a one-way trust between domains scenario. And I found others describing the the same - repeatedly - and so changing their search [...]</description>
		<content:encoded><![CDATA[<p>[...] I found a post from Matt Stratton where he mentions this being a problem in a one-way trust between domains scenario. And I found others describing the the same &#8211; repeatedly - and so changing their search [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nibbel</title>
		<link>http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario/comment-page-1#comment-11358</link>
		<dc:creator>Nibbel</dc:creator>
		<pubDate>Fri, 28 Jan 2011 13:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://mattstratton.com/?p=6027#comment-11358</guid>
		<description>Hi Matt, thx for this. Its sounds like my problem here.
I have SP Foundation 2010 on a Server 2008 Standard (not R2). The Domain came over an samba server, not an AD. I can search with local users on the SP Server but Domain users cant find anything..
I have followed your text and try 
$cred = Get-Credential
I gave the right informations in the cred-window (user: DOMAINUSER, Password: ) and i try to add the domain account 
New-SPManagedAccount -Credential $cred
but it says
New-SPManagedAccount : The value for {0}-Parameter is not supported..

+ New-SPManagedAccount &lt;&lt;&lt;&lt;  -Credential $cred
    + CategoryInfo          : InvalidData: (Microsoft.Share...wManagedAccount:
   SPCmdletNewManagedAccount) [New-SPManagedAccount], ArgumentException
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewManag
   edAccount

I cant add the Domainuser account as an managed account and so I cant search with an domain user on this SP server :(
Any Ideas?

I have a look on the KB, but I think its a problem.. I have Foundation, not Server.. no CMDlet &quot;Get-SPEnterpriseSearchServiceApplication&quot;

</description>
		<content:encoded><![CDATA[<p>Hi Matt, thx for this. Its sounds like my problem here.<br />
I have SP Foundation 2010 on a Server 2008 Standard (not R2). The Domain came over an samba server, not an AD. I can search with local users on the SP Server but Domain users cant find anything..<br />
I have followed your text and try<br />
$cred = Get-Credential<br />
I gave the right informations in the cred-window (user: DOMAINUSER, Password: ) and i try to add the domain account<br />
New-SPManagedAccount -Credential $cred<br />
but it says<br />
New-SPManagedAccount : The value for {0}-Parameter is not supported..</p>
<p>+ New-SPManagedAccount &lt;&lt;&lt;&lt;  -Credential $cred<br />
    + CategoryInfo          : InvalidData: (Microsoft.Share&#8230;wManagedAccount:<br />
   SPCmdletNewManagedAccount) [New-SPManagedAccount], ArgumentException<br />
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewManag<br />
   edAccount</p>
<p>I cant add the Domainuser account as an managed account and so I cant search with an domain user on this SP server :(<br />
Any Ideas?</p>
<p>I have a look on the KB, but I think its a problem.. I have Foundation, not Server.. no CMDlet &quot;Get-SPEnterpriseSearchServiceApplication&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario/comment-page-1#comment-11355</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Fri, 21 Jan 2011 09:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://mattstratton.com/?p=6027#comment-11355</guid>
		<description>This KB can also be used to overcome this obstacle:
http://support.microsoft.com/kb/2344518
</description>
		<content:encoded><![CDATA[<p>This KB can also be used to overcome this obstacle:<br />
<a href="http://support.microsoft.com/kb/2344518" rel="nofollow">http://support.microsoft.com/kb/2344518</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario/comment-page-1#comment-11342</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 09 Dec 2010 12:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://mattstratton.com/?p=6027#comment-11342</guid>
		<description>Thank You Matt! Very helpful. I didn&#039;t have exactly the same problem but it solved the issue i was having!</description>
		<content:encoded><![CDATA[<p>Thank You Matt! Very helpful. I didn&#8217;t have exactly the same problem but it solved the issue i was having!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satheesh</title>
		<link>http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario/comment-page-1#comment-11303</link>
		<dc:creator>Satheesh</dc:creator>
		<pubDate>Wed, 20 Oct 2010 08:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://mattstratton.com/?p=6027#comment-11303</guid>
		<description>Canete,

Run the SharePoint Management Shell using a account which is part of user domain. to make sure that account is able to access sharepoint, add that account as Farm account. Then execute this powershell script.</description>
		<content:encoded><![CDATA[<p>Canete,</p>
<p>Run the SharePoint Management Shell using a account which is part of user domain. to make sure that account is able to access sharepoint, add that account as Farm account. Then execute this powershell script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Canete</title>
		<link>http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario/comment-page-1#comment-11301</link>
		<dc:creator>Canete</dc:creator>
		<pubDate>Mon, 18 Oct 2010 18:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://mattstratton.com/?p=6027#comment-11301</guid>
		<description>Satheesh, how did you get it to work?  Can you provide the PowerShell commands that you use?

Thank you</description>
		<content:encoded><![CDATA[<p>Satheesh, how did you get it to work?  Can you provide the PowerShell commands that you use?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Canete</title>
		<link>http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario/comment-page-1#comment-11300</link>
		<dc:creator>Canete</dc:creator>
		<pubDate>Mon, 18 Oct 2010 17:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://mattstratton.com/?p=6027#comment-11300</guid>
		<description>Matt, can you please explain how you got this to work?  It would really help if you could provide examples of the PowerShell commands that you used.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Matt, can you please explain how you got this to work?  It would really help if you could provide examples of the PowerShell commands that you used.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Canete</title>
		<link>http://www.mattstratton.com/tech-tips/configuring-sharepoint-2010-search-in-a-one-way-trust-scenario/comment-page-1#comment-11299</link>
		<dc:creator>Canete</dc:creator>
		<pubDate>Mon, 18 Oct 2010 16:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://mattstratton.com/?p=6027#comment-11299</guid>
		<description>I&#039;m having the same issue.  When I try to add the new managed acoount using the following PowerShell commands:

$cred = Get-Credential -Credential Domain\UserX
New-SPManagedAccount -Credential $cred

I get the following error:
New-SPManagedAccount : An error occurred while getting information about the user UserX at server Domain: Access is denied
At line:1 char:21
+ New-SPManagedAccount &lt;&lt;&lt;&lt;  -Credential $cred
    + CategoryInfo          : InvalidData: (Microsoft.Share...wManagedAccount:
   SPCmdletNewManagedAccount) [New-SPManagedAccount], InvalidOperationExcepti
  on
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewManag
   edAccount

Is there anything that I&#039;m missing here?

Thank you</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same issue.  When I try to add the new managed acoount using the following PowerShell commands:</p>
<p>$cred = Get-Credential -Credential Domain\UserX<br />
New-SPManagedAccount -Credential $cred</p>
<p>I get the following error:<br />
New-SPManagedAccount : An error occurred while getting information about the user UserX at server Domain: Access is denied<br />
At line:1 char:21<br />
+ New-SPManagedAccount &lt;&lt;&lt;&lt;  -Credential $cred<br />
    + CategoryInfo          : InvalidData: (Microsoft.Share&#8230;wManagedAccount:<br />
   SPCmdletNewManagedAccount) [New-SPManagedAccount], InvalidOperationExcepti<br />
  on<br />
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewManag<br />
   edAccount</p>
<p>Is there anything that I&#039;m missing here?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.mattstratton.com @ 2012-02-08 04:22:54 by W3 Total Cache -->
