Posts

Showing posts with the label User Profile Image not showing.

SharePoint 2013: Profile Pictures not showing in User Information List

Scenario: Refer to  this post for the scenario. Here there can be other reasons as well for example check out your my sites hosting location. There can be a situation that somebody in the past changed the location of My site as in my case it was changed 3 times. Resolution: If you are facing similar sort of problem then first you should verify the following: Are the profile picture uploaded in the first place? for that you may want to check inside Manage User Profile in User Profile Service Application.  Does the Profile picture appear on the my site of the user? Visit the user profile and also check out User Photos under my sites.  If the photos do exist in User Photos Library then perhaps you can  $web=Get-SPWeb "http://SharePoint/" $list= $web.SiteUserInfoList $user=$web.Ensureuser("User's display name") $listitem=$list.GetItemById($user.Id) $listitem["Picture"]="http://my/User Photos/Profilbilder/cellent_Name_MThumb.jpg...