Forum Discussion
Aron1560
Aug 09, 2023Copper Contributor
Error when using script to download all documents from a SharePoint online document library
Hi everyone, I'm using the following script to try to download all files from a document library:
Function Download-AllFilesFromLibrary()
{
param
(
[Parameter(Mandatory=$true)...
Oct 23, 2023
I'm unsure if this is still an issue for you, but did you update your PnP.PowerShell module?