SharePoint Farm we want to add Users on another trusted Domain, but search does not find them.

Crouch, Joe 0 Reputation points
2025-02-27T14:34:27.1633333+00:00

Question, our SharePoint Farm we want to add Users on another trusted Domain, but search does not find them.

 

Server and our most Users are on Domain is -DomainName uswin.ad.vzwcorp.com

UK Users on a different Domain is -DomainName emea.dsmain.com

 

Can we use this command to add both Domains and not cause any issues to our Farm?

 

Verify settings:

Get-SPPeoplePickerSearchADDomain -WebApplication https://taxtest.verizon.com

& Returns nothing as expected as nothing is set.

 

Add domains to the search list (Thinking best to add both Domain via commands):

Add-SPPeoplePickerSearchADDomain -WebApplication https://taxtest.verizon.com -DomainName uswin.ad.vzwcorp.com

&

Add-SPPeoplePickerSearchADDomain -WebApplication https://taxtest.verizon.com -DomainName emea.dsmain.com

 

We have quickly tested on our Test Farm with success, but like to verify it’s ok to use on our Production Farm?

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
3,000 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 39,281 Reputation points Microsoft Vendor
    2025-02-28T02:47:18.5+00:00

    Hi @Crouch, Joe,

    You need a trust relationship between the domains. Put the second domain group into the main domain group. Then assign the main domain group to a SharePoint group.

    Here is a nice article similar with yours, please make a reference

    https://sharepoint.stackexchange.com/questions/287232/sharepoint-2016-onprem-peoplepicker-from-other-domain-not-allow-pull-of-data


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.