Menu Close

How to Migrate Skype Meetings to Teams: The Best Method (2023)

The strategies in this post will help you migrate Skype meetings to teams meetings.

Before I get started, here are a couple of things you can do:

  • We have written the tutorial for Microsoft Teams basics, which is really interesting to learn.
  • We have also written posts to improve your Microsoft Teams experience for better productivity. Check out the tips and tricks mentioned here.

Let’s dive right in.

A tenant or a user account has to be moved to teams only mode before migrate Skype meetings to teams. If for some reason, you are in islands mode but trying to move skype meetings to teams you will get an error. If your tenant is not in teams only mode, follow the below steps.

How do I change the coexistence mode for individual users?

  • Go to the “Teams admin center.“
  • Select “Users” and click “Manage users.”
  • Search for an account and click to open its properties.
  • At “Teams Upgrade,” click “Edit.”
  • Change their coexistence mode to “Teams only” and turn Off“ Migrate this user’s meetings to Teams.”
migrate skype meetings to teams
  • Click “Apply.
  • Allow a few hours for this policy to apply.

How do I set the entire tenant to teams only?

  • Go to the “Teams admin center.
  • Select “Org-wide settings” and select “Teams upgrade.“
  • Change coexistence mode to “Teams only.“
microsoft 365 teams
  • Turn Off “Notify Skype for Business users that an upgrade to Teams is available” based on organization requirements.
  • Click “Save.“
  • Allow for a few hours to apply these changes.

I figured I would check PowerShell and sure enough, you are able to easily do this to change the mode for individual users.

Grant-CsTeamsUpgradePolicy -PolicyName UpgradeToTeams -Identity user@user.com

Once it is run, you can look at your user and you will notice the user has the policy now assigned.

migrate skype for business meetings to teams

Use the following command if you are interested in moving the entire tenant to Teams only. This means all users will be moved to Teams only.

Grant-CsTeamsUpgradePolicy -PolicyName UpgradeToTeams

How do I access and use these commands?

Connect to the Skype for Business Online module and after you enter your password to connect, you will now have access to all the commands to manage this and many other items with Skype/Teams.

How do I migrate Skype meetings to teams?

Let’s assume you have followed the above steps and your users are in teams only mode but their Skype meetings are available in their mailbox. Now, with the help of the Meeting Migration Service we can convert your meeting links over to Teams Meetings.

The Meeting Migration Service (MMS) updates a user’s existing scheduled meetings in Outlook and migrates Skype meetings to teams. The system is automated and will run under the following scenarios:

  • When a user is migrated from on-premises to the cloud (whether to Skype for Business Online or to TeamsOnly).
  • When an admin makes a change to the user’s audio conferencing settings
  • When an online user is upgraded to Teams only, or when a user’s mode in TeamsUpgradePolicy is set to SfBwithTeamsCollabAndMeetings (TAP customers only).

By default, the MMS is automatically triggered in each of these cases, although admins can disable it at the tenant level. In addition, admins can use a PowerShell cmdlet to manually trigger meeting migration for a given user.

  • Connect to Skype for Business Online PowerShell.
  • Execute the command “Start-CsExMeetingMigration -Identity “UPN HERE.”
ms teams app
  • Allow for a few hours to complete the migration between Skype for business and Teams.
  • To check the status, use the command (Get-CsMeetingMigrationStatus -Identity “UPN HERE”).

TotalMeetings: This has a number of skype meetings that were available in a user’s mailbox.
SucceededMeeting: This shows the total number of successful meetings that converted to teams meetings.
LastMessage: Complete migration status of the user.

The meeting migration service cannot be used if any of the following apply:

  • The user’s mailbox is hosted in Exchange on-premises.
  • The user is being migrated from the cloud to Skype for Business Server on-premises.

In these situations, you can use the Meeting Migration Tool to migrate Skype meetings to teams. You can get all the details here on how the Meeting Migration Services tool works.

How do I migrate bulk users from Skype meetings to Teams?

It is recommended to migrate 1000 users at a time to avoid the tenant load. You may use the concatenate option in Excel to create batches and execute them using PowerShell.

Migrate Skype meetings to teams limitations

  • Only future meetings that were organized by a user will be migrated.
  • If a mailbox had expired Skype meetings, it would remain the same.
  • If a meeting was organized by a different user, it will not migrate to teams meetings.
  • If meeting invites had more than 250 participants, you could not migrate them to teams meetings and a meeting invite had to be recreated to fix it.
  • Only meetings scheduled using the “Add Skype Meeting” button in Outlook or Outlook on the Web will be migrated. If the meeting organizer copied and pasted the meeting information from an old meeting, the meeting will not be updated.
  • Meeting content created or attached (documents, whiteboards, polls, etc.) will not be retained after MMS runs.
  • Links to shared meeting notes will be overwritten. The content in OneNote will still be there.

Congratulations! Now you know how to migrate Skype meetings to teams meetings. If you have any questions, let me know.

Did I miss anything? Or maybe you have a question about something that I covered.

Either way, I’d like to hear from you. So go ahead and leave a comment below.

Related Posts

1 Comment

  1. Pingback:How To Move Users To Teams Only [2020]

Leave a Reply

Your email address will not be published. Required fields are marked *