In this short blog post, I will show you to install Microsoft Teams PowerShell Module using PowerShell.
Get Started
Microsoft Teams, PowerShell module can be installed using PowerShell without using a browser or an installation file.
To install the module, run the following command from your PowerShell session.
Install-Module -Name MicrosoftTeams
To view all the Microsoft Teams commands, run the following command:
Get-Command -Module microsoftteams