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