| |

How to Install Microsoft Teams PowerShell Module

How to Install Microsoft Teams PowerShell Module

In this short post, we will look at how to install the PowerShell module for Microsoft Teams.

To get started we need to launch a PowerShell window.

Ps. a Minimum PowerShell version is 3.0

Then type the following.

Install-Module -Name MicrosoftTeams

Enter Yes to continue, the module will start to download and install.

To verify that the new Module has been installed run the following.

Connect-MicrosoftTeams

Once you have established a connection to Microsoft Teams, you will see details about your Tenant.

Now you a successful connection to Microsoft teams has been created, lets go ahead and run the following.

Get-Teams

Here we can see the current Teams in the Tenant.

There is also an option to Manually Download the Microsoft Teams PowerShell Module and the link can be found Here.

Similar Posts

Leave a Reply

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