Change Sharepoint Site Collection Logo with Powershell Tutorial
1 Comment
When you create a SharePoint site, it comes with the orange logo icon. You can easily change it by using Powershell and an image that’s already on the site. Here is how: Original Logo: The PowerShell Code: $mainurl = “http://vlad.test.loc” $Web = Get-SpWeb $mainurl Write-Host -ForegroundColor White ” – Changing the...Read More