In the section "Enable the user account with Skype for Business Server" the powershell for checking available RegistrarPool should be changed from:
Get-CsOnlineUser -Identity '[email protected]'| fl registrarpool
to:
Get-CsUser -Identity '[email protected]'| fl registrarpool
Since the article is about activating on a Skype for Business server and not Skype for Business Online
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@lcansby Thank you for submitting feedback and contributing to the docs. We are currently investigating this.
@scanum the steps on this article is for Skype for Business Online and not like it indicates on the Article: Deploy Microsoft Teams Rooms with Exchange Online and Skype for Business Server on-premises.
@LanaChin Could you please aid us by confirming the issue raiser's solution? Thanks
@sohailta - can you help us confirm whether the command should be changed? Thank you.
@sohailta Hi Sohail, any updates on this? Thanks!
@scanum - confirmed that its OK to make this change. Thank you.
Merged PR. Closing issue. Thanks.