Change the "SharePoint" text in the top left corner.

Changing the SharePoint text to something else using PowerShell

Before:

p_w_picpath

After:

p_w_picpath

PowerShell Snippet

1
2
3
$webApp = Get-SPWebApplication http://tozit-sp:2015
$webApp .SuiteBarBrandingElementHtml = "Awesome Text Goes Here"
$webApp .Update()

原文連接:http://zimmergren.net/technical/sp-2013-tip-change-the-sharepoint-text-in-the-top-left-corner
web

相關文章
相關標籤/搜索