How-to remove previous version of PnP PowerShell

When you get the module PnP PowerShell, you might be get the previous version like below image: Solution: Run Get-Module SharePointPnPPowerS...

PnP - afahru.com


When you get the module PnP PowerShell, you might be get the previous version like below image:

PnP0 - afahru.com

Solution:

  1. Run Get-Module SharePointPnPPowerShellOnline -ListAvailable in PowerShell.
  2. Go to the Directory, default located C:\Program Files\WindowsPowerShell\Modules
  3. Remove the previous version:

    PnP2 - afahru.com

    PnP3 - afahru.com

  4. And the result should be return like below image:

    Pnp4 - afahru.com

You Might Also Like

0 comments