Forum Discussion

Bernd Verhofstadt's avatar
Bernd Verhofstadt
Iron Contributor
Aug 31, 2016
Solved

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.   ...
  • DougWare's avatar
    Sep 02, 2016
    There 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

Resources