Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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>
Source by www.sharepointdiary.com #
 
PREVIOUS NEXT
Tagged: #uninstall #sharepoint #online #management #shell #version
ADD COMMENT
Topic
Name
4+4 =