Get-PnPTeamsTeam : Failed to execute Skype backend request GetThreadS2SRequest. #3189
Replies: 4 comments 1 reply
-
Yeah, Same issue I am also facing. Did you get any luck on executing? Get-PnPTeamsTeam is giving : Failed to execute backend request. Azure AD app has required one of Group.Read.All permission scope |
Beta Was this translation helpful? Give feedback.
-
I'm also encountering the same issue but also with Add-PnPTeamsChannel and Get-PnPTeamsChannel. |
Beta Was this translation helpful? Give feedback.
-
Hello. |
Beta Was this translation helpful? Give feedback.
-
Hi, same issue with command Add-PnPTeamsChannel. Info : |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We try to use Get-PnPTeamsTeam and got an error.
We are connecting like that to the Tenenant:
Connect-PnPOnline -Url $url -ClientId $ClientId -Thumbprint $Thumbprint -Tenant $Tenant -Verbose
This commands are working:
Get-PnPTenantSite
and also
Get-PnPTeamsTeam -Identity "PRJ_M365_Test"
Used Module:
1.12.0 PnP.PowerShell
But it's also not working with the actual version.
NuGet 2.8.5.208
Beta Was this translation helpful? Give feedback.
All reactions