DEV Community

Jun Kudo
Jun Kudo

Posted on

How to launch multiple Teams and use multiple organizational accounts at the same time.

Introduction

One of the problems that occurs when you start using Teams is that you cannot easily switch between organizational accounts. You can do this in the mobile app, but not in the PC app.

You have to log out and log back in. This is very inefficient and frustrating.

Research into this issue shows that there are ways to install it as an app in Edge, or to use tools such as Rambox to switch. However, the reality is that all of these methods only switch the web version of Teams. Therefore, they cannot be used by organizations that restrict the use of the web version.

The solution is to launch multiple Teams app versions. However, it is usually not possible to launch multiple Teams. I would like to introduce a tool that allows you to launch multiple Teams: Multi Microsoft Teams is OSS which solves the problem by allowing you to launch multiple Teams. Currently, it is only available for Windows.

GitHub logo TonCunha / multi-microsoft-teams

Launcher to manage profiles and open multiple instances of Microsoft Teams desktop version. It's compatible with many accounts and organizations (tenants).

Multi Microsoft Teams

Launcher to manage profiles and open multiple instances of Microsoft Teams desktop version. It's compatible with many accounts and organizations (tenants).

Support

If this project help you, you can buy me a coffee :)

paypal

Built With

Prerequisites

  • Microsoft Teams
  • .NET Core

Releases

You can download the latest version in Releases

Deployment

  1. Open project in Visual Studio
  2. Build solution
  3. Build > Publish MMT.UI
  4. Publish

Getting Started

First time

  1. Open your Microsoft Teams
  2. Click in your picture
  3. Open Settings
  4. Uncheck Auto-start application
  5. Close your Microsoft Teams

Configure Multi Teams

  1. Open Multi Microsoft Teams
  2. Create all the profiles you need by clicking the New profile button
  3. Select a profile and Launch Teams
  4. Uncheck the options auto-start application in all Microsoft Teams
  5. You can check Auto Start option to launch all profiles when Windows starts

Authors

  • Cleriton Cunha - Initial work - TonCunha

License

This…

Multi Microsoft Teams

Simply download the file from GitHub, unzip it, and run it.

The startup screen is quite simple.
Image description
In NEW PROFILE, name the second profile to be activated and SAVE.
Image description
You can register multiple Teams in the same way.

Select the Teams profile you wish to launch and click LAUNCH TEAMS.

When launching, you will be prompted to log in using your organization’s account.

The following is a case where three profiles have been registered and each profile has been activated.
Image description
Each Teams launched is also displayed in the taskbar. They are also resident in the tray.
Image description
If you want to delete it, use the Delete key. Double-click to Disable.
Image description
If Teams cannot be started successfully, restarting Teams, re-logging in, etc., fixed the problem.

Conclusion

Multi Microsoft Teams is a very useful tool and you should use it.

(I was going to donate, but they wouldn’t accept it from Japan)

...
References

https://level69.net/archives/30570

Top comments (0)