How to set the Logo URL in SharePoint 2016?
Hi Sharepointers,
In this blog, I will give the powershell scripts to set the Logo URL in Sharepoint 2016.
$webapp.SuiteNavBrandingLogoUrl = “http://mysite/Shared%20Documents/mylogo.jpg
$webapp.SuiteNavBrandingLogoTitle =”LaksFarm”
$webapp.SuiteNavBrandingLogoNavigationUrl = “http://ca.mysite.com
$webapp.Update()
Happy SharePointing Folks!!