Answers for "uninstall sharepoint online management shell version"

0

uninstall sharepoint online management shell version

#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>
Posted by: Guest on October-01-2021

Code answers related to "uninstall sharepoint online management shell version"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language