SharePoint 2010: Why is my name displaying as DOMAIN\LOGIN instead of Displayname?
My development environment was displaying my name as 'DOMAIN\LOGIN' instead of 'DisplayName'. I found the solution in this post - a simple one-line PowerShell command:
Get-SPUser -Web http://myweb.com | Set-SPUser -SyncFromAD
Get-SPUser -Web http://myweb.com | Set-SPUser -SyncFromAD
Comments
Post a Comment