Forum Discussion

Shawn Beckers's avatar
Shawn Beckers
Brass Contributor
Dec 21, 2020

Manual Install of Teams PowerShell Module?

Instead of using Install-Module to install the latest version (1.1.6) of the Teams PowerShell module, is it possible to download the NUPKG file and manually install?  I would like to install the modu...
  • ChrisHoardMVP's avatar
    Dec 27, 2020
    Hi Shawn Beckers

    As per the docs articles it is recommended to install it via the shell session. Run as administrator and then

    Install-Module MicrosoftTeams -RequiredVersion "1.1.6"

    You could download the .nupkg file from the Powershell Gallery, get it onto the machine via removable media or cloud storage, then use a combination of the docs articles together with videos such as this to extrapolate how to install manually

    https://www.youtube.com/watch?v=HEWxChLAMQk

    As per the docs article, it is not recommended, so would do it via the shell session

    Hope that answers your question

    Best, Chris

Resources