0
votes

I was wondering how would I go about provisioning a team that will have hundreds of guest users?

I looked at PowerShell and School Data Sync, but it's only possible to add members within the organization. Is there a way to add about 13.000 guests (in an organisation that has 250 employees), without having to add them individually? It's an EDU tenant.

We would split 13.000 users to multiple teams, so 10k limit will not be reached per team.

Thanks

3
Thank you for reaching out to us We will investigate and if we require further information we will reach out. Best regards, Teams PlatformAbhijit
Thank You for accepting answer, this will help others in the community with similar question. Could you please spare one min to let us know how we did by clicking on this feedback link?Abhijit

3 Answers

1
votes

Well there are two ways to do this. One which you already mentioned - PowerShell - You can add people outside your organization(Guests). Adding guests is a two step process. 1st you need to invite user, 2nd add him to the team. Check this documentation for how to add the guest and how to add bulk users using PowerShell script. And second option is to use api.

1
votes

As per my knowledge, you have to add guest users in azure active directory. If you need some special features like MFA then for guest users you can add up to 5 guest users for 1 license otherwise there are no restrictions. In the past I created 132 guest users for my azure account.

1
votes

Yes, it is possible to add guest users in your Teams organization.

  1. Add guest users as mail contacts in your exchange organization
  2. Add the contacts in to Teams You can find a short video tutorial prepared in my blog explaining this in the link shown below: If you are looking for the solution which I explain in my blog, I can help out further in preparing PowerShell script to add all users by PowerShell cmdlet

Add External Contacts in Microsoft Teams

Thanks, Manu