Forum Discussion
michaelkubala
Mar 31, 2020Brass Contributor
Unable to install latest PowerShell Module
I'm trying to follow the instructions here: https://docs.microsoft.com/en-us/MicrosoftTeams/private-channels-life-cycle-management#teams-powershell-module because ultimately I want to run the Get-Tea...
- 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
Microsoft
Apr 07, 2020michaelkubala ,
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
michaelkubala
Apr 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 😞
- ValliMarcoMay 14, 2020Copper Contributor
- DenisTMay 14, 2020Iron Contributor