Tuesday, February 21, 2012

How to Change Display name of User in Sharepoint.

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

No comments:

Post a Comment