Forum Discussion
Peter Okorn
Jan 19, 2017Brass Contributor
Multiple chats sessions with same contact in S4B window ?
I see multiple instances of chats with the same contact. This is really cluttering up my Skype for Business app window in both my mobile iOS and my desktop app. Example: Chat session with Joe a...
Deleted
Jul 10, 2018My solution? We moved our entire group to Teams and configured S4B forwarding for our accounts. Goodbye Skype. The only issue is that Skype conversations are not forwarded to the Teams mobile app, but we're working on that. At least now I have consolidated and persistent conversations! Good riddance.
- Christian BourqueJul 10, 2018Copper ContributorHi Drew,
When you say: "S4B forwarding", are you talking about call or message forwarding? If it's the latter I would be very interested in knowing how you did it! Because like you I've migrated all my users to Teams but sometimes they still receive messages in Skype...
Thanks
Christian- DeletedJul 10, 2018
Since our group is small we used powershell to configure it at the user level for those that wanted to move to Teams. This document details the options: https://docs.microsoft.com/en-us/microsoftteams/migration-interop-guidance-for-teams-with-skype
Grant-CsTeamsInteropPolicy -Identity jsmith@example.com -PolicyName Tag:DisallowOverrideCallingTeamsChatTeams
- Christian BourqueJul 10, 2018Copper ContributorThank you sir!