SOLVED

Create Microsoft teams with powershell

Deleted
Not applicable

Hi,

 

is there anyway to create a Microsoft teams with powershell ?  

Thanks, 

6 Replies
best response
Solution

Yes, via the New-Team cmdlet and the MicrosoftTeams PowerShell module: https://www.powershellgallery.com/packages/MicrosoftTeams/0.9.3

You can also create multiple Microsoft Teams using CSV file, please refer the below link 

https://jijitechnologies.com/blogs/create-teams-microsoft-teams-powershell

 

Note: This script also required  Microsoft teams PowerShell module.

 

Hi,

 

Thank you for your response, it seems that when I'm trying to run it in my script the cmdlets is not available, do you know why and how to resolve this problem? 

edit : I'm using Azure Powershell script, can't find a way to install the module on it.

Thanks

can you tell me please how i  can mask my number in team @Vasil Michev 

1 best response

Accepted Solutions
best response
Solution

Yes, via the New-Team cmdlet and the MicrosoftTeams PowerShell module: https://www.powershellgallery.com/packages/MicrosoftTeams/0.9.3

View solution in original post