Any one knows a useful script or program that can achieve this?
(Visited 12 times, 1 visits today)
Hi it’s easy:
- reading a CSV file is very simple (Import-Csv cmdlet)
- document library can be accessed using WebDav integration in Windows Explorer
- file operations are simple (Copy-Item cmdlet)
Example of script to copy files to sharepoint:example
(Visited 1 times, 1 visits today)