Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.47 KB

File metadata and controls

44 lines (30 loc) · 1.47 KB

SharePointPnP.PowerShell.Commands.Files.Recurse

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.

How to Install the module

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'

How to Update the module

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'

Supported PowerShell Version(s)

  • Version 5.0 or higher

Applies to

  • Office 365 Multi Tenant (MT)
  • Office 365 Dedicated (D)
  • SharePoint 2013 on-premises
  • SharePoint 2016 on-premises

Dependencies

Utilises open-source SharePointPnP.PowerShell Module from GitHub:

Documentation

Please kindly refer to Cmdlets documentation in our Docs folder.