Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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