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 names
'SharePointPnPPowerShell
Online'.
At C:\Program
Files\Windows PowerShell\
Modules\PowerShellGet\1.
0.0.1\PSModule.psm1:2194
char:21
+
$null =
PackageManagement\Unin stall-Package @PSBoundParameters
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