Sync the user display name from the profile service down to the content dbs

this script will sync the user display name from the user profile service and update the user display name on the site collection level. all it does is to trigger the timer job: <user profile service app>-ProfSync

get-sptimerjob | ? {$_.Name -like "*Profsync*"} | start-sptimerjob

 

- mutaz