Can We Filter People Picker to Only Display Users from Active Directory Group

Jerry Xu-MSFT 7,921 Reputation points
2020-11-04T01:19:55.47+00:00

Hi,

We are adding users in AD group. I would like to ask if we can control the SharePoint people picker to display user names that are added within Active Directory Group only.

Appreciate your response, thanks!

Fran

Source Link from TechNet

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.
2,798 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Elsie Lu_MSFT 9,761 Reputation points
    2020-11-13T02:01:45.513+00:00

    Thanks for waiting.
    According to my test, you could have a try with the following code, make sure your path is vaild:

    stsadm -o setsiteuseraccountdirectorypath -path "OU=,DC=,DC=" -url http://ServerName  
    

    Reference:
    https://learn.microsoft.com/en-us/previous-versions/office/sharepoint-server-2010/gg602075(v=office.14)?redirectedfrom=MSDN

    Test Result in my end:
    39494-9233.jpg
    39493-1.jpg
    39551-2.jpg
    39561-3.jpg
    39562-4.jpg


    If the answer is helpful, please click "Accept Answer" and upvote it.

    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