Jan 23 2021 08:37 AM
I'm trying to install a solution from github and I get the error:
Import-Module : Could not load file or assembly 'file:///C:\Users\...\SharePointPnPPowerShellOnline\SharePointPnP.PowerShell.Online.Commands.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
Anyone nows what I'm doing wrong? I have deleted som of the url there, because it has my name and the name of the solution in it.
Jan 24 2021 01:37 PM
Jan 24 2021 10:41 PM
Hi @Joel Rodrigues,
Thanks for answering! Yes, I have the newest version of PnPPowerShell installed.
Jan 25 2021 05:28 AM
In that case, I believe you will need the previous version for Windows PowerShell and not the new version for PowerShell Core.
Install-Module SharePointPnPPowerShellOnline |
Documentation still seems to be available:
Jan 25 2021 05:30 AM
SolutionThe problem is sloved. It was caused by the zip-file being blocked by your operating system. Sloved it by using 7Zip
Jan 18 2023 08:10 PM