When migrating large Network Drives, I have found that we need to break up sections into different Teams or Sites depending on the original permission structure.
To avoid throttling and guessing how long a job may take to run (and needing to stop and re-run scheduled jobs to avoid throttling), using a job dependency required to finish before the scheduled job starts would be beneficial.
Thank you for Woody's comment of using Powershell and the -WaitForImportCompletion command as I didn't know this (So I have learnt something for the day), however this also needs a visual implementation for the multi-select of folders to push to different jobs when you don't know the exact details of the folders beforehand.
When migrating large Network Drives, I have found that we need to break up sections into different Teams or Sites depending on the original permission structure.
To avoid throttling and guessing how long a job may take to run (and needing to stop and re-run scheduled jobs to avoid throttling), using a job dependency required to finish before the scheduled job starts would be beneficial.
Thank you for Woody's comment of using Powershell and the -WaitForImportCompletion command as I didn't know this (So I have learnt something for the day), however this also needs a visual implementation for the multi-select of folders to push to different jobs when you don't know the exact details of the folders beforehand.