Posts

Showing posts from March, 2016

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

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