We are looking at moving files of about 350gb of files to sharepoint. What would be the ideal tool to use.Will powershell do the job? Thanks in Advance Cheers
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Definitely PowerShell is here to rescue you! Here is the small function which uploads the files from a directory
Happy SharePointing! :) |
|||||||||||
|
|
You should use the "-Recurse" option with this line below, then you will get all the child items as well. Get the Files from Local Folder
|
||||
|
|