SharePoint Display name not updating after sync

Published by AJ Alacan on

i always had this issue with the profile service and userinfo table getting out of sync. to force an AD sync for a single user run PowerShell script:

Set-SPUser -Identity ‘Domain\UserName’ -Web http://SharePointURL -SyncFromAD

 

Categories: