Change the Display name of the User in Sharepoint
You can use power Shell script to change the Display name of the User
For example
Set -SPUser -Identity "existingdisplayname" -DisplayName "newDisplayname" –Web http://sitename
You can use power Shell script to change the Display name of the User
For example
Set -SPUser -Identity "existingdisplayname" -DisplayName "newDisplayname" –Web http://sitename
No comments:
Post a Comment