11-29-2018 08:35 AM
This week we started piloting our Teams upgrade from Skype For Business (S4B) online. For each of the policy we changed their settings using the Grant-CsTeamsUpgradePolicy -PolicyName UpgradeToTeams CMDLET. Everyone else is in Islands mode. Teams<->Teams communications seems to be working as expected.
HOWEVER: It's now been several days and I'm now getting reports from a fair number of users that when a Teams user tries to IM or meet with a S4B user, the following things happen:
Most enterprises need to be able to control their rollouts of apps across the company, and to have this happen is simply unacceptable.
11-29-2018 08:51 AM
It sounds like they are not in TeamsOnly mode. When the upgraded user opens their S4B do they get the information that they have been upgraded to Teams? Have you tried messaging them from Skype 4B? (Skype4B->Teams) Does it work?
11-29-2018 08:51 AM
11-29-2018 08:55 AM
11-29-2018 08:58 AM
11-29-2018 08:58 AM
For the pilot users it was simply: Grant-CsTeamsUpgradePolicy -PolicyName UpgradeToTeams -Identity $_.UserPrincipalName
Confirmination also via PS: get-csonlineuser -Identity $_.UserPrincipalName | select displayname,TeamsUpgradePolicy,TeamsUpgradeEffectiveMode,WhenChanged,windowsemailaddress,userprincipalname
Things looked as they should, and yes users were getting the 'you've been upgraded to Teams' popup in S4B, and are redirected to Teams.
11-29-2018 09:00 AM
11-29-2018 09:01 AM - edited 12-02-2018 02:58 AM
The current documentation says that Interop policy setting is no longer needed. (I edited the post to remove the obsolete information about interop policy)
11-29-2018 09:11 AM - edited 11-29-2018 09:12 AM
Bottom line here, you can't use Island mode on all your users, they need to be skype only, then your users that want to pilot and use Teams can stay set as they are with Teams Only. You need to go change your org setting to Skype Only.
This will keep everyone else in Skype, and Teams pilot users in Teams. The reason the Skype users get the Teams e-mail because you are in islands and Teams users send the message to them in Teams goes to their Teams account.
The problem is because you didn't do this first, you might have issues once you make this change since those users are already in and using Teams in addition to Skype. Never have gone back after the fact to see how it handled a transition like that.
11-29-2018 09:26 AM
11-29-2018 09:32 AM
11-29-2018 09:35 AM - edited 11-29-2018 09:42 AM
I and my team were one of the 1st in my org to go to UpgradeToTeams, and the email notifications were not seen/reported. InterOp IM/Chat worked fine, which is why I felt comfortable moving forward with the pilot. If the emails suddenly started appearing with my S4B users I would have put the brakes on and completely redesigned the rollout strategy. That's why it took me so much by surprise.
I didn't see anything in the documentation about the email notifications. I also watched the Ignite sessions on upgrading, and NOTHING was mentioned about this. In fact, it was just the opposite. Full 2-way transparency was the law. SS's from slide decks:
11-29-2018 09:47 AM
11-29-2018 09:50 AM
11-29-2018 09:54 AM
@Chris Webb If we set all users to Skype-only, then set Teams pilot users to Teams-only individually, what happens for the Teams-only users when they need to attend a recurring (let's say weekly) Sfb meeting? Are they able to join using the Teams client?
11-29-2018 09:57 AM
11-29-2018 10:35 AM
Our people have been going round and round with MS support on this. We tried the Skype Only/Teams Only scenario and it didn't work. But we've got a wrinkle that others might not have - we're Skype On Premise - we don't have licensing for Online. Skype Only/Teams Only won't work with on premise Skype.
So we're changing our plan for rollout. Since we have less than 100 who actually chat, we'll be rolling out Teams to everyone and just do training on Chat, screen sharing, and what people used to do in Skype. Then start training on the Teams parts... Not what we wanted to do but better than Islands mode. I liked the way it used to work!
11-29-2018 10:47 AM
You might want to try one SfBWithTeamsCollab or SfBWithTeamsCollabAndMeetings. I believe these can only be set in PowerShell. This way you can achieve the desired outcome, without disabling Teams for the Skype users.
https://docs.microsoft.com/en-us/microsoftteams/migration-interop-guidance-for-teams-with-skype
I haven't played with these modes myself, but hopefully, they may help you.
11-29-2018 10:48 AM
11-29-2018 10:49 AM