Forum Discussion
JeroenKIT1605
Feb 01, 2022Copper Contributor
Teams external chat
Hey All, As of today i have users reporting issues with external chat functionality. For some reason all external users (even if they are Teams users) are shown as Skype for Business users. When ...
Seunblues
May 17, 2024Copper Contributor
Run the below on Powershell and should resolve the issue.
Connect-MicrosoftTeams
$x = New-CsEdgeAllowAllKnownDomains
Set-CsTenantFederationConfiguration -AllowedDomains $x
Get-CsTenantFederationConfiguration
Connect-MicrosoftTeams
$x = New-CsEdgeAllowAllKnownDomains
Set-CsTenantFederationConfiguration -AllowedDomains $x
Get-CsTenantFederationConfiguration