TurricanII
Well-Known Member
- Reaction score
- 449
- Location
- Isle of Man
Hey all,
Using this article...
https://support.office.com/en-us/ar...998153407b8a?ui=en-US&rs=en-US&ad=US&fromAR=1
...I have managed to upload multiple PST files, map them to accounts and kick off an import with no problem. I have managed to upload a user's My Documents folder to their OneDrive for Business by packaging it, retargeting it, uploading the files/manifest, uploading the mapping CSV and executing the import.
I am wondering what is the most efficient way to package/upload/map/import multiple shared folders/home drives in parallel to pre-created SharePoint Document Libraries on Office 365. Do you have a tool that is cheap and wonderful at replacing the crazy number of Powershell scripts?
When I uploaded the first user's OneDrive I specified the root Azure container in the AzCopy command:
/Dest:"https://5a75d....c8d4c3daf2c406.blo...=gr7ylgzZOdpcziO/MENRD3wu1tnru8ruCaaI4+g...A="
If I were to stick with the manual SharePoint Online Management Shell commands, am I supposed to do multiple parallel imports by running concurrent AzCopy commands and appending a subfolder for each share, e.g. below in bold:
/Dest:"https://5a75d....c8d4c3daf2c406.blo...s-2017041314-3a6459475aa84542898a11e39....cfd/Accounts?sv=2012-02-12&se=2017-07-12T14%3A16%3A46Z&sr=c&sp=wl&sig=gr7ylgzZOdpcziO%2FMENRD3wu1tnru8ruCaaI4%2Bg...A%3D"
I tried this and the files/manifests upload to the relevant subfolders OK, but I get a import Failed error after uploading and validating the mapping CSV file with the SPFileContainer set to files-2017041314-3a6459475aa84542898a11e39....cfd/Accounts
Using this article...
https://support.office.com/en-us/ar...998153407b8a?ui=en-US&rs=en-US&ad=US&fromAR=1
...I have managed to upload multiple PST files, map them to accounts and kick off an import with no problem. I have managed to upload a user's My Documents folder to their OneDrive for Business by packaging it, retargeting it, uploading the files/manifest, uploading the mapping CSV and executing the import.
I am wondering what is the most efficient way to package/upload/map/import multiple shared folders/home drives in parallel to pre-created SharePoint Document Libraries on Office 365. Do you have a tool that is cheap and wonderful at replacing the crazy number of Powershell scripts?
When I uploaded the first user's OneDrive I specified the root Azure container in the AzCopy command:
/Dest:"https://5a75d....c8d4c3daf2c406.blo...=gr7ylgzZOdpcziO/MENRD3wu1tnru8ruCaaI4+g...A="
If I were to stick with the manual SharePoint Online Management Shell commands, am I supposed to do multiple parallel imports by running concurrent AzCopy commands and appending a subfolder for each share, e.g. below in bold:
/Dest:"https://5a75d....c8d4c3daf2c406.blo...s-2017041314-3a6459475aa84542898a11e39....cfd/Accounts?sv=2012-02-12&se=2017-07-12T14%3A16%3A46Z&sr=c&sp=wl&sig=gr7ylgzZOdpcziO%2FMENRD3wu1tnru8ruCaaI4%2Bg...A%3D"
I tried this and the files/manifests upload to the relevant subfolders OK, but I get a import Failed error after uploading and validating the mapping CSV file with the SPFileContainer set to files-2017041314-3a6459475aa84542898a11e39....cfd/Accounts