pqwsa 发表于 2019-2-5 07:30:29

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

Changing the SharePoint text to something else using PowerShell
Before:
http://zimmergren.net/wp-content/uploads/2013/01/image_thumb8.png
After:
http://zimmergren.net/wp-content/uploads/2013/01/image_thumb9.png
PowerShell Snippet
123$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

页: [1]
查看完整版本: Change the "SharePoint" text in the top left corner.