Forum Discussion
Bernd Verhofstadt
Aug 31, 2016Iron Contributor
Download folder or library from sharepoint online using powershell
Hi, I'm looking for a way to download a folder or library from SharePoint Online by using Powershell. At the moment I'm able to upload or download a file + upload a folder to SPO by using PnP. ...
- Sep 02, 2016There are a few ways to go about this, but the easiest is to use WebDav for the path and then basic file commands such as Get-ChildItem, will just work. The general format is: \\yoursite.sharepoint.com@SSL\DavWWWRoot\ServerRelativePath
Aug 31, 2016
In both cases you will need to iterate throught the content of the folder