For some reason Microsoft has disabled the ability to run multiple work/school profiles on the same Microsoft Teams instance .
What this script does it basically creates a new profile (Named by default : NewProfile) in order to run the same .exe of the teams with another profile.
There is no limit of the instances you can run just make sure to change the profile name after every instance you create .
- Windows
- Microsoft Teams
! Before running make sure Teams is already installed !
Run the script below through PowerShell :
iwr -useb https://raw.githubusercontent.com/emiljano-doda/MSTeamsDuplicator/master/MSTeamsDuplicator.ps1 | iex