您的租户已停用此服务。您不能使用此cmdlet - Skype Online

时间:2017-04-24 09:29:30

标签: powershell office365 skype-for-business

我正在运行以下PowerShell命令,但收到错误。 我已使用我的CSP凭据连接到Skype Online会话。

Set-CsOnlineVoiceUser -Identity user@example.com -TelephoneNumber +12221115654654

错误如下

Your tenant is Disabled for this service. You are not permitted to use this cmdlet.
+ CategoryInfo          : NotSpecified: (:) [Set-CsOnlineVoiceUser], BvdCmdletException
+ FullyQualifiedErrorId : TenantNotEnabledPSTN,Microsoft.Rtc.Management.Hosted.Bvd.SetVoiceUserCmdlet
+ PSComputerName        : adminca1.online.lync.com

1 个答案:

答案 0 :(得分:0)

当您的租户中没有用户是有效的“语音用户”时,就会发生此错误。

您可以通过运行Get-CsOnlineVoiceUser进行验证。
输出将是

WARNING:  No more business voice user available for tenant <id>

没有任何用户。

有效的“语音用户”必须具有

  • 至少具有Office 365 E3许可证
  • “电话系统”许可(如果不是Office 365 E5)
  • PSTN呼叫计划(例如内陆pstn呼叫120分钟)

更多信息:https://products.office.com/en-us/microsoft-teams/voice-calling