A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Dear IBN.,
Thank you for reaching out
Sorry for not making things clear enough in my first email. The scripts requires PowerShell 7 and PnP powershell module. Please follow below steps to connect.
- Install PowerShell 7: click here --->>Installing PowerShell on Windows - PowerShell | Microsoft Learn
Install PnP PowerShell Module with command:
Install-Module PnP.PowerShell
- Register your PnP App:
Register-PnPEntraIDAppForInteractiveLogin -ApplicationName "PnP Rocks" -Tenant [yourtenant].onmicrosoft.com -Interactive
- Connect to SharePoint:
Connect-PnPOnline [yourtenant].sharepoint.com -Interactive -ClientId <client id of your Entra ID Application Registration>
- Update the logo
Set-PnPWeb -SiteLogoUrl "https://YourTenantName.sharepoint.com/sites/YourSite/SiteAssets/YourLogo.png"
If none of these steps resolve the issue, feel free to reach out. I’ll be happy to assist further.
Best regards,
Sophia