Skip to main content

SharePoint User Display Name Incorrect

SharePoint User Display Name Incorrect

Scenario:
This scenario occurs when SharePoint pulls the display name value from active directory. At some point later, a change was made to the display name. The change in display name was not pushed down to SharePoint. 

Find the SharePoint User Account Identity
  1. Go to a site collection/site where the incorrect display name is used.
  2. Go to Site -> Site Settings
  3. Under "Users and Permissions", select "People and Groups"
  4. Locate a group where the user is a member
  5. Click on the name of the user to find the user's information
  6. You will see the account name to use in the script to change the SharePoint user display name

Change SharePoint User Display Name
Run powershell as an administrator, and call the SharePoint snapin if you are not using the management shell. Use "Set-SPUser". Specify the account (identity), the new display name, and the site. 

Set-SPUser -Identity 'account_name' -DisplayName ' -DisplayName 'New_Display_Name' -Web https://domain/sites/name


Note: The prefix used in your environment may be different e.g.
  • Claims based authentication prefix i:0#.w|
  • Forms based authentication prefix i:0#.f|


Comments

Popular posts from this blog

Nintex Web Service call error: Unauthorized

Nintex Web Service call unauthorized (401) Issue: When Nintex web service call fails with unauthorized error (401) Remedy: Ensure all of the SSL certificates have been installed in IIS and SharePoint. SharePoint:  Central Admin Security In the General Security Section, Manage Trust Select New Enter a friendly name. Browse to the saved file. To save a certificate: Navigate to the site. Select the cert icon. View Certificates. Select the Details tab. Copy to file. Next, select DER encoded binary X.509 (.CER) Select/enter a path/filename. Next, and select Finish to save to local filesystem.

AgreeYa QuickApps for SharePoint Javascript Files Missing

Description: SCRIPT5009: 'xxxJavascript Control' is undefined. Cause: The error happens because javascript files required for the QuickApps Web Parts are missing. This occurrence has been observed to happen when a Web Application is deleted. Resolution: Check to see if the javascript files are found in the following location: %program files%Common Files%Microsoft Shared%Web Server Extensions%wpresources If the files are not found, reinstall QuickApps.