PowerShellPnP Won't Uninstall #717
Replies: 2 comments
-
I have transferred this as a question. This is not an issue with the PnP.PowerShell module per say. |
Beta Was this translation helpful? Give feedback.
-
I've had this before and as Veronique says uninstall the module from Uninstall Programs/Apps or delete the module folder. You can run the following PowerShell below to find where the module is installed. (Get-Module -Name "SharePointPnPPowerShellOnline").ModuleBase Make a note of this folder and then close all instances of PowerShell down then delete this folder. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Removing the old version for it's sake of not working and trying to install PnP.Powershell instead of SharePointPnPPowerShellOnline. For whatever reason it says I don't have SharePointPnPPowerShellOnline though it clearly shows in the Get-Module list.
Picture below.

Beta Was this translation helpful? Give feedback.
All reactions