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.
subhasish-MSFT Yeah I've tried uninstalling and reinstalling several times, but it never updates to the latest version.
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.
- 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 😞