Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Examples

Mikhail Safonov edited this page Mar 25, 2022 · 1 revision

Import all files from the user guides folder on the central file share to the userguides document library on the intranet

OrbitOne.SharePoint.Importer.exe -folder:"\\fileshare\documents\user guides" site:"http://intranet/documentation" -documentlibrary:userguides

Import files from shared folders from the years 2007 - 2010 to separate document libraries for each year, and move all processed files to an archive folder why creating subfolders in the document library

This can be accomplished by creating a batch file that executes the importer on separate folders one after another

OrbitOne.SharePoint.Importer.exe -folder:"\\fileshare\documents\2007" site:"http://intranet/documentation" -documentlibrary:2007 -archive:"\\fileshare\archive\2007" -createfolders
OrbitOne.SharePoint.Importer.exe -folder:"\\fileshare\documents\2008" site:"http://intranet/documentation" -documentlibrary:2008 -archive:"\\fileshare\archive\2008" -createfolders
OrbitOne.SharePoint.Importer.exe -folder:"\\fileshare\documents\2009" site:"http://intranet/documentation" -documentlibrary:2009 -archive:"\\fileshare\archive\2009" -createfolders
OrbitOne.SharePoint.Importer.exe -folder:"\\fileshare\documents\2010" site:"http://intranet/documentation" -documentlibrary:2010 -archive:"\\fileshare\archive\2010" -createfolders

Clone this wiki locally