Sunday, March 27, 2011

Login user name fix domain name\user

If your SharePoint site is showing the active directory user name instead of full user name, run the following powershell command

Get-SPUser –Web http://yoursharepointsite/ | Set-SPUser –SyncFromAD

Cheers!

No comments:

Post a Comment