Update User Display Name in SharePoint

Update User Display Name in SharePoint:

  • To force a manual sync for the user properties from the Active Directory
Set-SPUser -Identity 'domain\userid' –Web http://WebApp:Port –SyncFromAD
  • However to apply a global refresh for all users from the Active Directory we can use this:
Get-SPUser –Web http://WebApp:Port | Set-SPUser –SyncFromAD


Comments

Popular posts from this blog

Creation of Secure Store Service Application failed because of the following errors: The Timer Job Completed but failed on one or more machines in the farm.

SharePoint Latest Interview Questions- July 2016

Migrate Secure Store Service Application from SharePoint 2013 to SharePoint 2016