[BUG] Connect-PnPOnline - Use 'Update-Module -Name PnP.PowerShell' #2912
-
I have not used PnP.Powershell for a couple of years so when I returned to use it today using Connect-PnPOnline I received this message Use 'Update-Module -Name PnP.PowerShell' to update. You can turn this check off by setting the 'PNPPOWERSHELL_UPDATECHECK' environment variable Tried several other things like re-installing then updating but it continues to suggest it is out of date. What is the version of the Cmdlet module you are running?Get-Module -Name "PnP.PowerShell" -ListAvailable Manifest 1.9.0 Which operating system/environment are you running PnP PowerShell on?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@GTEM19889 - As you mention the PowerShell ISE, I believe you're still on PS5. Can you try run |
Beta Was this translation helpful? Give feedback.
@GTEM19889 - As you mention the PowerShell ISE, I believe you're still on PS5. Can you try run
Install-Module PnP.PowerShell -RequiredVersion 1.12.0 -Force
.