Forum Discussion

Aron1560's avatar
Aron1560
Copper Contributor
Aug 09, 2023

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)...

Resources