Powershell Commands: $webApp = Get-SPWebApplication http://sample:13234 $webApp.SuiteBarBrandingElementHtml = "Welcome to My Site" $webApp.Update()
This Blog is to discuss issues and problems that SharePoint admins/developers go through every day.