SharePoint PowerShell Corner

These are commands that I have found helpful. More will be added as and when I come across them. Change display name of SharePoint user Set-SPUser -Identity domainuser -DisplayName “Display Name” -Web <SharePoint Site URL>