Forum Discussion
Markus_Hupfauer
Apr 30, 2021Copper Contributor
Microsoft Teams PowerShell Module V2.3 - Set-CsUser broken!
As Microsoft discontinued SkypeOnlineConnector (finally) we moved to MicrosoftTeams PowerShell Module for user management - especially for Direct Routing phone number management (-OnPremLineURI). ...
- Apr 30, 2021
We had the same issue today and this is how we got round it:
- Run a PS session as Admin
- Uninstall-Module -Name MicrosoftTeams
- Install-Module -Name MicrosoftTeams -RequiredVersion 2.0.0
- Import-Module -Name MicrosfTeams
This then allowed us to progress and use the Set-CsUser command.
TonyRedmond
May 13, 2021MVP
Microsoft has released V2.3.1. Have you tested against that version?
- vrallapalli034May 19, 2021Copper ContributorTony -
The connect-microsoftteams with AadAccessToken doesn't let us access any SFBO CS-Online commands and this is same in 2.3.1 version as well. Today again, Microsoft started throwing a warning on the SFBO connector sessions that it is EOL for it. There seems to be no alternative for the backend integrated scripts to function without interactive login.
Does anyone have any workarounds for this issue?