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.
1) clean uninstall and reinstall the microsoftteams module
uninstall: Uninstall-Module -Name MicrosoftTeams
Install: http://www.thatlazyadmin.com/install-microsoft-teams-powershell-module/
2) update the current version
Update-Module -Name MicrosoftTeams
- michaelkubalaApr 02, 2020Brass Contributor
subhasish-MSFT Yeah I've tried uninstalling and reinstalling several times, but it never updates to the latest version.
- subhasish-MSFTApr 07, 2020Former Employee
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- michaelkubalaApr 07, 2020Brass Contributor
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.