Forum Discussion
salman asif s
Aug 28, 2021Copper Contributor
External chat disabled after s4b onpremise to teams migration
We have shutdown skype for busines server . Done below steps 1. changed all the dns configuration 2.changed coexistence mode in teams admin center to teams only. 3. Enabled external chat settings ...
Aug 28, 2021
Hi, what have you done after the migration from Skype onPrem to Teams.
If your Hosting provider ist still srv: , this means your user is still on the SFB onPrem server.
The msRTCsip-Deploymentlocator should be sipfed.online.lync.com for all user in your AD
If your Hosting provider ist still srv: , this means your user is still on the SFB onPrem server.
The msRTCsip-Deploymentlocator should be sipfed.online.lync.com for all user in your AD
- salman asif sAug 28, 2021Copper ContributorI tried running powershell command
Grant-CsTeamsUpgradePolicy for the users but it failed saying I have to run Move-CsUser first.
But when I tried executing Move-CsUser command, I get error saying Move-CsUser is not recognised . - salman asif sAug 28, 2021Copper ContributorHow will I achieve it .
Is there any powershell script I have to run in migration task.- Aug 28, 2021You can test with one user to change the msRTCSIP-DeploymentLocator from SRV: to sipfed.online.lync.com, wait for AAD Sync and check the Interpretedusertype. If this is ok for the user, clear the msRTCSIP-DeploymentLocator and check the Interpretedusertype after AAD Sync.
This is for all users:
Get-ADUser -Filter {UserPrincipalName -eq "UPN"} -Properties * | Set-ADUser -clear msRTCSIP-DeploymentLocator
Here is a good lin, how to remove the SfB onPrem correct with all steps
https://imkarl.me/skype-for-business-server-decommission-after-migrating-to-microsoft-teams/- salman asif sAug 30, 2021Copper ContributorOnly password synchronisation was enabled and Attributes synchronisation was not enabled in AAD synchronisation configuration.
I did following step :
1. cleared msRTCSIP-DeploymentLocator attribute in local AD
2. RECONFIGURED AAD with attribute enabled for lync server
3. Initiatied manual synchronisation .
Still the values remain same in online.
In AAD synchronisation wizard , it shows success delta synchronisation and even I performed a full synchronisation but the values are not synchronising with online user.
- salman asif sAug 28, 2021Copper ContributorWe didn't had much meeting data or contact list to migrate from skype to teams.
So we basically shutdown the skype server.
Changed dns entry and changed the coexistence mode to teamsonly in teams admin center.