使用 PnP PowerShell 将频道添加到 MS Teams 站点会导致 Skype 错误

问题描述 投票:0回答:1

使用 Add-PnPTeamsChannel 将非隐藏 (-IsFavoriteByDefault) 通道添加到通过 Connect-PnPOnline 验证为 GA 的 Microsoft 团队会导致以下错误,但可以正确添加通道。

Add-PnPTeamsChannel: Failed to execute Skype backend request GetThreadS2SRequest.

有谁知道这是什么原因造成的吗?

使用多个通道配置重复测试,所有结果都导致相同的错误,但仍然正确创建通道。

powershell microsoft-teams
1个回答
0
投票

尝试一下,它会起作用:

Add-PnPTeamsChannel -Team myTeamGUID -DisplayName "MyChannelName" -ErrorAction SilentlyContinue
© www.soinside.com 2019 - 2024. All rights reserved.