sharepoint online migration
4 TopicsSharePoint Farm Shutdown & DNS Redirect
I am working on a migration project which involves migration of SP On-Prem farm to SPO. We are planning to shutdown the source On-Prem farm. If user has any URl's stored in favorite then the requirement is to redirect the URL's to target site hosted on SPO. I understand it is a straightforward activity if you have your source farm up n running. I am thinking of below approach and would like to understand if someone has already implemented. 1. DNS mapping between Source URL's with a Azure Hosted (Redirect) Web Application 2. Host a web application in Azure which will redirect the request to the migrated site. We need the web application as the migrated content is restructured 3. Have a mapping list (source URL vs target URL) which will be used by the Azure Hosted Redirect Web Application Thanks in Advance! DBSolved2.8KViews0likes5CommentsMigration of File Server to Sharepoint Online - Mover.io
We are using the built in mover.io migration in the SharePoint online Admin cCnter to migrate our File server(s) to the a SharePoint Site. We will then Mount them in Windows 10, as Sharepoint Libraries as a Part of OneDrive Sync. I have a question though. If a do a Migration/Copy ahead of time with Mover.io, when the time comes for us to go into production, can I just run the migration task again and is mover.io smart enough to sync/migrate just changes to the data that is already there? Or does it Re-copy and overwrite everything? You would think mover.io is just smart enough to do differences/changes. If you know the answer to this, thanks in advance 🙂2.1KViews1like3CommentsFile Share Migration to SharePoint Online via ExpressRoute using SPMT
Dear All One of the customers want to migrate File Shares to SharePoint online migration and customer already setup ExpressRoute between their on-premises and Azure Cloud. For this migration, we are proposing SharePoint Migration Tool (SPMT) for moving file shares to SharePoint online, however, we do have some clarifications on using ExpressRoute Whether it is possible to migrate files from on-premises file shares to SharePoint online via ExpressRoute instead of normal Internet If possible, does the SPMT supports this kind of migration, since i haven't seen any settings in the tool to leverage ExpressRoute for migration Any other points we need to consider when migrating via ExpressRoute Any support is much appreciated. Thanks Chandrasekaran1.7KViews0likes1CommentMigrating SharePoint List items created between two dates
Hello Community, I have a SharePoint 2013 list containing items created between 2012 and 2022. I want to migrate only the ones created in 2015 to SharePoint Online. I am using SharePoint Migration Tool. Note: I cannot migrate all of the source list and then delete all the non 2015 records because it exceeds 50 000 items. The tool only offers migrating list items that are created/modified after a certain date. Is there a way to only migrate list items that are created between two dates? Maybe using JSON for bulk migration? Maybe something like the following: { "Tasks": [ { "SourcePath": "source path", "TargetPath": "target path", "Items": { "Lists": [ { "SourceList": "source", "TargetList": "target" } ], "SubSites": [] }, "Settings":{ "MigrateFilesCreatedAfter": "2014-12-31", "MigrateFilesCreatedBefore": "2016-01-01" } } ] }590Views0likes0Comments