Forum Discussion
MS Teams External Chat not working
- Jun 30, 2021
yes in my post above I posted a command to clear all those locators. I think it was this one :
Get-ADUser -Filter {msRTCSIP-DeploymentLocator -like "SRV*"} |
Set-ADUser -Clear msRTCSIP-DeploymentLocator
http://terenceluk.blogspot.com/2020/11/powershell-script-for-clearing-msrtcsip.html
you can always try 1 account with the AD attribute editor and see if it works before dooing the command on all users. ( don't forget to sync to the cloud)Dooing a logout + login cycle for teams on the users computer might be required.
If not you can make a case with O365 support but I solved it myself before they had any decent info
no idea why this happens but in my case the Skype on prem server crashed before we could decommission properly.
Any other people with suggestions?
MastBob did you found a solution? Same problem here...
- MastBobJun 30, 2021Copper ContributorDid you get it fixed Jef ?
- Jef VleugelsJun 30, 2021Brass ContributorNot instantly, but your information helped making the migration plan from a complex hybrid S4B environment with resource forest and appliance to Teams Only with direct routing. We could not adjust DNS nor empty the msRTCSIP-DeploymentLocator for users who were still using the old environment. Migration is almost finished now.
- MastBobApr 26, 2021Copper Contributor
Hello Jef,
I did solve it. It has been a wile so I don't know exacly how I did it but here are some left over notes. I would create a MS case if you are not sure about the following commands.
This commands to connect to PS :
Import-Module SkypeOnlineConnector
$session = New-CsOnlineSession -Verbose -OverrideAdminDomain ******.onmicrosoft.com
Import-PSSession $session –AllowClobberCommand to disable lync on premise shared sip space
Set-CsTenantFederationConfiguration -SharedSipAddressSpace $false
also changed the following DNS
lyncdiscover.yourdomain.com to webdir.online.lync.com
I do remember setting some user settings from hybrid to online online but not sure if this command did anything :
Get-ADUser -Filter {msRTCSIP-DeploymentLocator -like "SRV*"} |
Set-ADUser -Clear msRTCSIP-DeploymentLocator- Lucas_ReisJun 28, 2021Copper Contributor
- Jef VleugelsJun 29, 2021Brass Contributor
Lucas_Reis can you elaborate a little further? S4B? Hybrid? Teams migration?