Do you know how to delete orphaned users from the People Picker?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
The SharePoint "People Picker" is a great tool for quickly selecting users of your SharePoint site. It allows you to quickly select users from your organization by browsing Active Directory. <imageEmbed alt="Image" size="large" showBorder={false} figureEmbed={{ preset: "default", figure: 'The People Picker', shouldDisplay: true }} src="/uploads/rules/do-you-know-how-to-delete-orphaned-users-from-the-people-picker/PeoplePicker.jpg" /> Unfortunately, if you have added users directly to your site collection, and later deleted or disabled them from Active Directory, you will notice that these orphaned users will still appear in your People Picker. This will eventually clutter up your People Picker. <imageEmbed alt="Image" size="large" showBorder={false} figureEmbed={{ preset: "default", figure: 'A user in the People Picker that was deleted from Active Directory', shouldDisplay: true }} src="/uploads/rules/do-you-know-how-to-delete-orphaned-users-from-the-people-picker/PeoplePicker-deleted.jpg" /> <imageEmbed alt="Image" size="large" showBorder={false} figureEmbed={{ preset: "default", figure: 'Searching in Active Directory for the user shows the user is in fact deleted', shouldDisplay: true }} src="/uploads/rules/do-you-know-how-to-delete-orphaned-users-from-the-people-picker/PeoplePicker-searching.jpg" /> To remove these orphaned users, as a SharePoint Administrator, you can open the following URL (where <www.northwind.com> is your SharePoint URL): - `http://www.northwind.com/\_catalogs/users/sample.aspx` On this page you will find a list of all the users that are members of your site collection, including the orphaned users. <imageEmbed alt="Image" size="large" showBorder={false} figureEmbed={{ preset: "default", figure: 'We have found our orphaned user!', shouldDisplay: true }} src="/uploads/rules/do-you-know-how-to-delete-orphaned-users-from-the-people-picker/PeoplePicker-found.jpg" /> To remove the user simply click on the **Username** | Click **Delete User from Site Collection** . This will instantly remove the user from the People Picker.