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!!