Downloading folders from Sharepoint Online using Powershell
Needed to do this in work recently, found this excellent link over here: https://www.sharepointdiary.com/2017/07/download-folder-from-sharepoint-online-using-powershell.html Needs to open a Powershell window first and run “Install-Module -Name “PnP.PowerShell”” #Function to Download All Files from a SharePoint Online Folder – Recursively Function… Continue Reading