Deleted AD Users still appearing in SharePoint Site

  • Solution-1
  • Goto central admin-Monitering-SPJobDefintions-My Site Cleanup timer job
  • In order to actually delete the profiles, we must run the My Site Cleanup Timer job. This job will purge the profiles marked for deletion.
  • Solution-2
  • Replace the company.com with the site url, find the deleted user and delete from this list.
  • http://company.com/_catalogs/users/simple.aspx
  • Solution-3
  • Replace the company.com with the site url, find the deleted user and delete from this list.
  • http://company.com/_layouts/people.aspx 
  • Solution- 4
  • Replace the company.com with the site url, find the deleted user and delete from this group.
  • http://company.com/_layouts/people.aspx?MembershipGroupID=
 

1 comment:

  1. Well, there are multiple ways to Delete Users from SharePoint Site Collection:

    1. You can delete users using SharePoint Web Interface
    2. Delete users from SharePoint site using PowerShell (Bulk Delete also possible)
    3. Remove users from SharePoint programmatically using C#

    Find all possible ways at: Delete Users from SharePoint Site Collection

    ReplyDelete