Teams – PowerShell module is now available for Microsoft Teams

As for all other Microsoft cloud services (Azure, Office 365…) Microsoft Teams now has his own PowerShell module.

You can get it by opening a PowerShell prompt (as usual always runas Administrator) and run the command

Install-Module -Name MicrosoftTeams

imageimage

If required you will need to install NuGet and trust the repository

image

The current version (0.9.0) allows you to perform “basic” management operations like create/remove Team or Channels, set Guest access settings or off course add/remove user to a Team.

Enjoy

Leave a Comment

Your email address will not be published. Required fields are marked *