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.
1 |
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.
1 |
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.
1 |
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.
Be First to Comment