February 21, 2013

UserName showing up as DomainName\UserName

http://sharepointpolice.com/blog/2010/12/06/username-showing-up-as-domainnameusername-instead-of-full-name-in-sharepoint-2010/

Set-SPUser -Identity ‘Domain\Name’ -DisplayName ‘Full Name' –Web http://SharePointServer

Set-SPUser -Identity ‘Domain\Name’ –Web http://SharePointServer –SyncFromAD .

Notes: If logged in to Trusted Site --> gets exact AD info, otherwise domainname\username

SonarQube with Jenkins Setup using Docker Images

https://funnelgarden.com/sonarqube-jenkins-docker/  https://medium.com/@hakdogan/an-end-to-end-tutorial-to-continuous-integration-and-con...