Change the "SharePoint" text in the top left corner.
Changing the SharePoint text to something else using PowerShellBefore:
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]