Forum Discussion
ProgentCT
Jun 16, 2021Brass Contributor
How does one move a user to Teams now that SFB Powershell is blocked?
Now that "Skype for Business Online PowerShell connections are blocked" how does one move a user to Teams from on-prem? The Teams PS module reports "Move-CsUser : The term 'Move-CsUser' is not re...
MastBob
Jul 05, 2021Copper Contributor
Skype 4 buisiness online will be gone soon. July 31ste if I am not mistaken. You can still connect to the Teams online for some functions. Best to go look at some Migration paths from skype for buisiness to teams and most will be explained on those websites.
Don't forget to correct the DNS settings to the cloud and don't have the deployment locater set to on premise.
I have a script to remove all the deployment locator settings
Get-ADUser -Filter {msRTCSIP-DeploymentLocator -like "SRV*"} |
Set-ADUser -Clear msRTCSIP-DeploymentLocator
Command to connect to teams online :
Use "install-module Microsoftteams" first
Import-Module MicrosoftTeams
Connect-MicrosoftTeams
And have teams settings in the admin center to "teams only"
Hope this helps. We also had alot of problems with the migration because our skype on prem server failed.