Change the "SharePoint" text in the top left corner (SuiteBar)


$webapp = Get-SPWebApplication "Your Site URL"
$webapp.SuiteBarBrandingElementHtml ="Your New Text"
$webapp.Update()

Comments

Popular posts from this blog

IRM and the Object Model

This content database has a schema version which is not supported in this farm

Activate and Deactivate Feature through PowerShell