This guide steps through SharePoint PowerShell scripting that may be used to loop through your User Profile properties in SharePoint 2013 and identify missing information. User Profiles contain information about your users in SharePoint. There are many properties that may or may not be populated. With missing information, it may be hard to find someone or get the proper People search results.
While you may use the same code to find any user profile property, the example outlined in this guide finds all people that do not have their PictureURL populated, that is, the user does not have an associated picture in SharePoint.
While you may use the same code to find any user profile property, the example outlined in this guide finds all people that do not have their PictureURL populated, that is, the user does not have an associated picture in SharePoint.