Uninstall PS modules

I updated MSTeams to v1.0.0. I also had v0.9.6 installed. Now I have 2 installed:

Binary 1.0.0 MicrosoftTeams {Add-TeamUser, Get-Team, Get-TeamChannel, Get-TeamHelp…}
Binary 0.9.6 MicrosoftTeams {Add-TeamUser, Get-Team, Get-TeamChannel, Get-TeamHelp…}

I was unable to use uninstall-module to remove 0.9.6. How do I remove it or do I just keep it there?

 

Thanks

 

Did you install it using Install-Module ? if so you can use Uninstall-Module with the version.

See Get-Help Uninstall-Module -Online

Hey thanks! I was able to use example #1 to uninstall v0.9.6.

 

Thanks again

Aweseome,hence you realized the Power of reading help documentation !