Forum Discussion
External chat disabled after s4b onpremise to teams migration
Is there any powershell script I have to run in migration task.
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.- Aug 30, 2021
Hello, it could take a couple of days after you make changes to on-premises attributes to reflect Online,
A couple of questions,
What is the current state of all msRTCSip- attributes?
Where are your DNS SRV records related to Skype/Teams pointing?
What is the value of OnPremHostingProvider/HostingProvider (Online side)?
What is the value of InterpretedUserType for the users?
- salman asif sAug 31, 2021Copper Contributor
1.What is the current state of all msRTCSip- attributes?
msRTCSIP-DeploymentLocator : sipfed.online.lync.com
msRTCSIP-FederationEnabled : True
msRTCSIP-InternetAccessEnabled : True
msRTCSIP-OptionFlags : 257
msRTCSIP-PrimaryHomeServer : CN=Lc Services,CN=Microsoft,CN=1:1,CN=Pools,CN=RTC
Service,CN=Services,CN=Configuration,DC=####,DC=com
msRTCSIP-PrimaryUserAddress : sip:#######
msRTCSIP-UserEnabled : True
msRTCSIP-UserPolicies : {0=1449800187}
msRTCSIP-UserRoutingGroupId : {237, 182, 12, 54...}
2.Where are your DNS SRV records related to Skype/Teams pointing?SRV _sipfederationtls._tcp 3600 100 1 5061 sipfed.online.lync.com SRV _sip._tls 3600 100 1 443 sipdir.online.lync.com CNAME lyncdiscover 3600 N/A N/A N/A webdir.online.lync.com CNAME sip 3600 N/A N/A N/A sipdir.online.lync.com
reference: https://docs.microsoft.com/en-us/skypeforbusiness/hybrid/decommission-manage-dns-entries3.What is the value of OnPremHostingProvider/HostingProvider (Online side)?
HostingProvider : SRV:
4.What is the value of InterpretedUserType for the users?Enabled : False
TeamsUpgradeEffectiveMode : TeamsOnly
InterpretedUserType : HybridOnpremTeamsOnlyUser