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 ...
salman asif s
Aug 28, 2021Copper Contributor
How will I achieve it .
Is there any powershell script I have to run in migration task.
Is there any powershell script I have to run in migration task.
Aug 28, 2021
You 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/
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/