TOP

使用PowerShell執行下列指令,紅字部分請參考您真實的網址,與將要顯示的字樣。

 

$app=Get-SPWebApplication -Identity http://website

$app.SuiteBarBrandingElementHtml = "<div class='ms-core-brandingText'>Demo</div>"

$app.Update()