An add-on SharePoint PowerShell module that leverages SharePoint PnP PowerShell module to recursively download or upload of files and folders to or from SharePoint.
SharePointPnP.PowerShell.Commands.Files.Recurse
is published in PowerShell Gallery and can
be installed using PowerShell 5.x or higher using the Install-Module
cmdlet.
Install-Module -Name 'SharePointPnP.PowerShell.Commands.Files.Recurse'
To update the module on your current machine with PowerShell 5.x or higher, use the Update-Module
cmdlet.
Update-Module -Name 'SharePointPnP.PowerShell.Commands.Files.Recurse'
- Version 5.0 or higher
- Office 365 Multi Tenant (MT)
- Office 365 Dedicated (D)
- SharePoint 2013 on-premises
- SharePoint 2016 on-premises
Utilises open-source SharePointPnP.PowerShell Module from GitHub:
Please kindly refer to Cmdlets documentation in our Docs folder.