Edit Top Navigation Text
Before : Run this command in SharePoint PowerShell $webApp = Get-SPWebApplication "http://SharePoint-Site" $webApp.SuiteBarBrandingElementHtml = " Gaurav Goyal's Site" $webApp.Update() After successfully completion of this command you will see :