Aug 06 2018 11:59 AM
Has anyone gone through a migration like this. How can I automate copying or synchronizing Home dir to one drive. Id like zero interaction from the user so I can do this a few users at a time and then set a cut off date.
Aug 11 2018 07:42 AM
Aug 29 2018 06:30 AM
I want to migrate all users home DIR sitting on a local Network share to their 1 drive for BIZ.
However I want to do this on the back end. with 300 users I want to schedule a group at a time. THis way i can give them a cut off date as to when to start using 1 drive for Biz and disable their local home dir.
Aug 29 2018 06:31 AM
Aug 29 2018 06:57 AM
We migrated 7000 users using this approach. Our key concern was the bandwidth required the next morning when they come in a start syncing back the files you migrated, although today with files on demand it wouldn't be a concern.
We used ShareGate's powershell modules to script the move, and when we were done we set their previous space to be read only, then a month later we removed the share, and 3 months later we deleted it.
it took about 5 months to complete the job.
Sep 05 2018 10:30 AM
thats what i was wondering the transmission of the data to cloud. Let me look into sharegate.
Sep 05 2018 09:29 PM
Sep 10 2018 09:47 PM
Hi Steven, we are about to do the same type of migration which is moving users home drives to OneDrive for Business - not the same amount of users luckily (Approx. 500 users). We have already used Sharegate but for migrating on-prem sharepoint to sharepoint on-line so we have 1 license. I see your migration you used sharegate powershell. I found these links:
https://en.share-gate.com/blog/onedrive-for-business-migration-powershell
https://en.share-gate.com/blog/easier-onedrive-for-business-migration
Was that the method you used?
Regards
Justin
Sep 24 2018 05:51 AM
Sounds good, will check into this as well.
Nov 05 2018 04:02 AM
Apr 05 2019 02:37 PM
Hi Steve,
I was wondering if you created a folder called "Home Drive" referencing their file share drive or did you simply ingested all the data to root of ONEDRIVEURL?
Did you work of one machine with share gate client or did you install share gate on the file servers?
Not sure why but I can't get the sharegate module to load on my local machine PS.
Thank you.
Nov 01 2019 05:58 AM
Nov 01 2019 06:32 AM
@Edwin Campschroer Yep, found that tool I completed the migration of about 300 users a month ago.
Nov 16 2019 05:51 AM
As far as I can see SharePoint Migration Tool is user driven, not admin tool for moving user's folders to OD
Or did I miss something?
Seb
Nov 16 2019 05:57 AM
@Sebastian cerazy Migration tool is for Admins, users wouldnt know what to do with it without direction from IT.
Nov 25 2019 09:05 AM
Dec 18 2019 01:18 PM
@Christian Taveras , Using SPMT , can we copy the network share folders to users OneDrive folders from backend without user interaction? I checked the tool and when ruIn the tool with global admin account, I am not able to give the destination as Users OD folder( URL) as it throwing access denied error. When I searched , I see information that not even Global Admins can access users OD personal folders due to privacy restrictions. We have 1000+ users using a network share as homedrive ( mapped network folder) and requirement is to move the date to users OD silently without user interaction.
Dec 18 2019 10:32 PM
Dec 19 2019 06:18 AM - edited Dec 19 2019 06:42 AM
@sriphani then you must have some sort of permission issue, my global admin acct is also a site collection admin for all users sharepoint My-sites(Aka Onedrive). But to answer your question, yes Zero user interaction using this SPMT. With 1k users I would suggest you do the following.
1. Provision all users onedrive instance via power shell.
https://docs.microsoft.com/en-us/onedrive/pre-provision-accounts
2. get a list of all users one drive url.
https://docs.microsoft.com/en-us/onedrive/list-onedrive-urls
3. get a list of all users network share path.
4. add all this info to a CSV to feed the SPMT.
You may need to google some of this info and or reach out to Support for assistance.
Advise if you need anything else.
Jun 10 2021 07:36 AM