Sunday, January 17, 2016

Build trust relationship with local domain of SharePoint server and Other Domain so that users of trusted domain can be used in SharePoint

Build trust relationship with local domain of SharePoint server and Other Domain so that users of trusted domain can be used in SharePoint

Scenario: 

  • SharePoint Farm installed in domain1.com 
  • All company users are registered in domaininternal.com 
  • Requirement: Add users from domaininternal.com to SharePoint site collection which is running in domain1.com 


Run this on Sharepoint PowerShell:

stsadm.exe -o setproperty -url -pn "peoplepicker-searchadforests" -pv "", ,,


Important: LoginName is the login name of user who is domain administrator or added to domain admin group, the command will run otherwise but the results will be be as desired.


Good References for this:
https://blog.tallan.com/2013/04/18/setting-up-an-external-domain-trust-in-a-simple-sharepoint-2010-extranet-with-separate-ad-domains-and-completing-a-profile-sync/

http://www.boostsolutions.com/blog/how-to-add-trust-domains-in-a-sharepoint-farm/

http://blog.sharepoint-voodoo.net/?p=17

No comments: