Share via

Does this command support bulk teams creation I.e., New-TeamsFromCSV, Not able to create a teams bulk via below command and getting error?

Vinod Survase 4,811 Reputation points
2021-09-13T15:49:40.343+00:00

Does this command support bulk teams creation I.e., New-TeamsFromCSV, Not able to create a teams bulk via below command and getting error?

New-TeamsFromCSV -Path "C:\Users\username\bulkteamscreation.csv"
New-TeamsFromCSV : The term 'New-TeamsFromCSV' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • New-TeamsFromCSV -Path "C:\Users\username\bulkteamscreation.csv"
  • ~~~~~~~~~~~~~~~~
  • CategoryInfo : ObjectNotFound: (New-TeamsFromCSV:String) [], CommandNotFoundException
  • FullyQualifiedErrorId : CommandNotFoundException
Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments

Answer accepted by question author

Sharon Zhao-MSFT 25,771 Reputation points Microsoft External Staff
2021-09-14T06:06:42.983+00:00

@Vinod Survase ,

New-TeamsFromCSV is not a Microsoft Teams official command. So, if you want to use this command, it needs to create a new function combining with some official commands.

Marius Pretorius explains this as below. You can refer to it.
131807-image.png

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.