Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

msi of Latest version #3001

Open
5 tasks
MBlondin opened this issue Nov 18, 2020 · 2 comments
Open
5 tasks

msi of Latest version #3001

MBlondin opened this issue Nov 18, 2020 · 2 comments

Comments

@MBlondin
Copy link

###Notice: many issues / bugs reported are actually related to the PnP Core Library which is used behind the scenes. Consider carefully where to report an issue:###

  1. Are you using Apply-PnPProvisioningTemplate or Get-PnPProvisioningTemplate? The issue is most likely related to the Provisioning Engine. The Provisioning engine is not located in the PowerShell repo. Please report the issue here: https://github.com/pnp/PnP-Sites-Core/issues.
  2. Is the issue related to the cmdlet itself, its parameters, the syntax, or do you suspect it is the code of the cmdlet that is causing the issue? Then please continue reporting the issue in this repo.
  3. If you think that the functionality might be related to the underlying libraries that the cmdlet is calling (We realize that might be difficult to determine), please first double check the code of the cmdlet, which can be found here: https://github.com/pnp/PnP-PowerShell/tree/master/Commands. If related to the cmdlet, continue reporting the issue here, otherwise report the issue at https://github.com/pnp/PnP-Sites-Core/issues

Reporting an Issue or Missing Feature

Looking for msi of SharePointPnPPowerShellOnline v. 3.26.2010.0

Expected behavior

Update of SharePointPnPPowerShellOnline to v. 3.26.2010.0

Actual behavior

update-module : Module 'SharePointPnPPowerShellOnline' was not installed by using Install-Module, so it cannot be
updated.
At line:1 char:1

  • update-module SharePointPnPPowerShellOnline
  •   + CategoryInfo          : InvalidOperation: (SharePointPnPPowerShellOnline:String) [Write-Error], WriteErrorExcept
     ion
      + FullyQualifiedErrorId : ModuleNotInstalledUsingInstallModuleCmdlet,Update-Module
    
    

Steps to reproduce behavior

update-module SharePointPnPPowerShellOnline in SPO Management Shell

Which version of the PnP-PowerShell Cmdlets are you using?

  • PnP PowerShell for SharePoint 2013
  • PnP PowerShell for SharePoint 2016
  • PnP PowerShell for SharePoint 2019
  • [x ] PnP PowerShell for SharePoint Online

What is the version of the Cmdlet module you are running?

(you can retrieve this by executing Get-Module -Name sharepointpnppowershell* -ListAvailable)

How did you install the PnP-PowerShell Cmdlets?

  • [ x ] MSI Installed downloaded from GitHub
  • Installed through the PowerShell Gallery with Install-Module
  • Other means
@ghost
Copy link

ghost commented Nov 18, 2020

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

@ghost ghost added the Needs: Triage 🔍 label Nov 18, 2020
@KoenZomers
Copy link
Collaborator

MSI releases are no longer being provided. The way to install or update PnP PowerShell is through using Install-Module/Update-Module. If you were looking for the MSI because you want to use it on a machine without an internet connection, read the following steps how to deal with this:

https://github.com/pnp/PnP-PowerShell/releases/tag/3.28.2012.0

under: "How to install on a machine without an internet connection and make the cmdlets automatically available in PowerShell"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants