Teams enable Enterprise Voice

Sharon Zhao-MSFT 25,056 Reputation points Microsoft Vendor
2020-08-10T06:27:33.133+00:00

[Note] This thread was originally posted on TechNet. Due to the lock down of TechNet forums, we manually migrated this one to Microsoft Q&A platform to continue the troubleshooting.
TechNet thread link

16636-445.png

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,150 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. StephanG 1 Reputation point
    2020-08-10T06:37:55.813+00:00

    Hi,

    i've set up some users lately. You have to connect to the Skype Online Powershell
    Import-Module SkypeOnlineConnector
    $sfboSession = New-CsOnlineSession
    Import-PSSession $sfboSession

    Then you command should work.
    https://learn.microsoft.com/en-us/skypeforbusiness/set-up-your-computer-for-windows-powershell/download-and-install-the-skype-for-business-online-connector

    Best regards
    Stephan


  2. Sharon Zhao-MSFT 25,056 Reputation points Microsoft Vendor
    2020-08-10T06:39:26.44+00:00

    [Note] This answer was summarized from the original thread on TechNet platform.
    TechNet thread link

    According to the official document, Set-CsUser cmdlet also applies to Skype for Business online. For more details, please refer to this link: https://learn.microsoft.com/en-us/powershell/module/skype/set-csuser?view=skype-ps.

    Agree with Vasil, it recommends you use this command to configure Enterprise Voice.

    Using the following command to connect Skype for Business online administrator:

    Import-Module SkypeOnlineConnector  
    $sfbSession = New-CsOnlineSession  
    Import-PSSession $sfbSession