pnp / blog

holds all blogs published on the Microsoft 365 Platform Community blog
https://pnp.github.io/blog
MIT License
76 stars 107 forks source link

PnP PowerShell v2.2.0 #1457

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

PnP PowerShell v2.2.0

PnP PowerShell is a cross-platform PowerShell Module providing over 650 cmdlets that work with Microsoft 365 environments and more specifically SharePoint Online, Microsoft Teams, Microsoft Planner and Power Automate.

https://pnp.github.io/blog/pnp-powershell/pnp-powershell-v2-2-0/

buszi2137 commented 1 year ago

Hi. I'm having a problems with command "Sync-PnPAppToTeams". I want to synchronize an app from tenant app catalog to Teams and i assume it's a command which will do this. When i type "ync-PnPAppToTeams -Identity F8FBB38C-26DB-4B17-B506-35D0706BBA46" i get an error Sync-PnPAppToTeams: {"odata.error":{"code":"10005","message":{"lang":"en-US","value":"Authentication method is not allowed."}}}. To connect i'm using a command connect-pnponline -url "https://{tenant}.sharepoint.com/sites/appcatalog" -Interactive