Reader small image

You're reading from  Hands-On Microsoft Teams. - Second Edition

Product typeBook
Published inDec 2021
PublisherPackt
ISBN-139781801075275
Edition2nd Edition
Right arrow
Author (1)
João Ferreira
João Ferreira
author image
João Ferreira

João Ferreira is an acclaimed Microsoft MVP, MCP, and MCSA. João has been working with SharePoint for the last 9 years and embraced Microsoft Teams right from day one. João is responsible for the development of several products and is also the owner of 4 blogs: HANDS-ON tek, HANDS-ON SharePoint, HANDS-ON Teams, and HANDS-ON Lists.
Read more about João Ferreira

Right arrow

Installing Microsoft Teams PowerShell

The PowerShell module for Microsoft Teams is not installed by default on Windows, so it needs to be added to the operating system.

Most of the official modules available can be found in the PowerShell Gallery, a site where you can find a description for the module, installation instructions, and also the change log of each version. The PowerShell gallery is available at https://www.powershellgallery.com/.

Important

The Microsoft Teams PowerShell module requires PowerShell 5.1. To find out what version is running on your computer, execute the following cmdlet:

Get-Host | Select-Object Version

If the cmdlet returns a lower version than 5.1, execute the following cmdlet to update it:

Install-Module -Name PowerShellGet -Force -AllowClobber

To get the Microsoft Teams module installed on your system, follow these steps:

  1. On your computer, open the PowerShell command line with administrator...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Microsoft Teams. - Second Edition
Published in: Dec 2021Publisher: PacktISBN-13: 9781801075275

Author (1)

author image
João Ferreira

João Ferreira is an acclaimed Microsoft MVP, MCP, and MCSA. João has been working with SharePoint for the last 9 years and embraced Microsoft Teams right from day one. João is responsible for the development of several products and is also the owner of 4 blogs: HANDS-ON tek, HANDS-ON SharePoint, HANDS-ON Teams, and HANDS-ON Lists.
Read more about João Ferreira