Uninstall Sharepoint Online Management Shell Version

[Solved] Uninstall Sharepoint Online Management Shell Version | Shell - Code Explorer | yomemimo.com
Question : uninstall sharepoint online management shell version

Answered by : gana

#check for installed version
Get-Module -Name Microsoft.Online.SharePoint.PowerShell -ListAvailable | Select Name,Version
#replace the <version number> with the version to remove: example 16.0.21714.0
Uninstall-Module -Name Microsoft.Online.SharePoint.PowerShell -MinimumVersion <version-number>

Source : https://www.sharepointdiary.com/2018/12/install-update-uninstall-sharepoint-online-powershell-module.html | Last Update : Fri, 08 Oct 21

Answers related to uninstall sharepoint online management shell version

Code Explorer Popular Question For Shell