Forum Discussion
Unable to install latest PowerShell Module
- Apr 07, 2020
Yeah I had tried that command, but it didn't work. I got the issue resolved now though. I noticed that even after running Uninstall-Module, the module was still in my Modules directories on my machine. I manually deleted the MicrosoftTeams module folder in both modules directories and went through the install steps again and now I see that MicrosoftTeams v1.0.21 is installed.
michaelkubala ,
Which cmdlet are you trying for installing MicrosoftTeams module?
Can you please try this. It worked for me.
Install-Module -Name MicrosoftTeams -RequiredVersion 1.0.21
Yeah I had tried that command, but it didn't work. I got the issue resolved now though. I noticed that even after running Uninstall-Module, the module was still in my Modules directories on my machine. I manually deleted the MicrosoftTeams module folder in both modules directories and went through the install steps again and now I see that MicrosoftTeams v1.0.21 is installed.
- DenisTMay 05, 2020Iron Contributor
This is what I get
PS C:\WINDOWS\system32> Install-Module -Name MicrosoftTeams -RequiredVersion 1.0.21 PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'MicrosoftTeams'.
Without -RequiredVersion it does install, but then it's the 1.06 😞
- ValliMarcoMay 14, 2020Copper Contributor
DenisT try this!
https://docs.microsoft.com/en-us/microsoftteams/private-channels-life-cycle-management#install-the-latest-teams-powershell-module-from-the-powershell-test-gallery
- DenisTMay 14, 2020Iron Contributor