How to change the default SharePoint suite logo in SharePoint 2013/2016/2019?
Hello SharePointers,
Below are the powershell commands to change the default SharePoint suite logo in SharePoint 2016/2019.
$webapp = Get-SPWebApplication “http://ca.krossfarm.com”
$webapp.SuiteNavBrandingText = “Central Admin (Dev)”
$webapp.Update()
Happy SharePointing 🙂