Forum Discussion
Mustafa_680
Dec 24, 2023Copper Contributor
A problem in PowerShell
Uninstall-Module -Name SharePointPnPPowerShellO nline -Allversions -Force PackageManagement\Unin stall-Package: No match was found for the specified search criteria and module ...
Dec 26, 2023
Mustafa_680 Are you trying to uninstall the module? If you still can't, you can find where the module folder is and remove it
get-module -ListAvailable "SharePointPnPPowerShellOnline" | fl path