Forum Discussion
Carrera_B
Sep 09, 2019Copper Contributor
Bulk Creation of Teams from Existing Groups using PowerShell
Hello, I am wondering if it's possible to create a large number of teams from existing O365 groups using PowerShell. I know how to bulk create in PowerShell, but we've recently created a number of SP...
- Sep 10, 2019Not possible with powershell alone! To do this programmatically use Microsoft Graph:
https://docs.microsoft.com/en-us/graph/teams-create-group-and-team
Sep 10, 2019
Not possible with powershell alone! To do this programmatically use Microsoft Graph:
https://docs.microsoft.com/en-us/graph/teams-create-group-and-team
https://docs.microsoft.com/en-us/graph/teams-create-group-and-team
- Sep 10, 2019+1 for the Graph
Mr Link...
Best, Chris