Re-migration of Failed SharePoint Migration Items is an essential step to validate the completion of a migration process.

- Connect to the source and destination connections.
- Drill down the source resource.
- Drill down to the folder of the failed items and select the item.
- Configure the migration options and then copy them.
To Re-migration of Failed SharePoint Migration Items/files using Saketa Shell:
To re-migrate the failed SharePoint migration items/files of a completed migration, you can use the Copy-SKTContent cmdlet available as part of Saketa SharePoint migration PowerShell cmdlets. as you can follow the below steps. 1.Get the failed items details from a migration exported to excel. To export the failed items, you can do one of the following.- Open migration session report of the failed migration and filter only the error items from all the report items and export them to excel.
- Or else you can run Post Migration , filter the error items and export the report in excel format.

$sourceConnection = Connect-SKTSite -Url “https://sample.sharepoint.com/sites/sourcesite/” -Username “user” -Password “password”
$destinationConnection = Connect-SKTSite -Url “https://sample.sharepoint.com/sites/destinationsite/” -Username “user” -Password “password”
$sourceList = Get-SKTList -ID “583637ad-b40f-4344-a3f8-376937a3a5e5” -Connection $sourceConnection
$destinationList = Get-SKTList -ID “425637ad-b40f-4374-a3f8-376be7a3a5f2” -Connection $destinationConnection
Copy-SKTContent -ExcelFilePath ”D:\ExcelFilePath.xlsx” -SheetName ”AllData” -SourcePathColumn ”SourcePath” -DestinationPathColumn ”destinationpath” -SourceList $sourceList -SourceConnection $sourceConnection -DestinationList $destinationList -DestinationConnection $destinationConnection
Migrating the multiple source items at different levels to multiple destination paths using Saketa Shell
By making use of this Copy-SKTContent cmdlet, you can migrate the multiple items at different levels from a resource to multiple destination levels by simply preparing the excel file containing the mappings of source and destination paths for items.Creating an Excel File for migration:
- Create an Excel file.
- Add two columns for source and destination paths.
- Fill the item’s source path in the ‘Source Path’ column and the desired destination folder path in its respective ‘Destination Path’ column.
- Repeat step 3 for all the items/files that need to be migrated.

Recommended approach for a successful content(items/files/folders) migration:
- Run Inventory before you start the migration to avoid blocked file types and URL and name length exceed errors.
- Run a premigration check before you start the migration to avoid missing folders, missing content types, missing feature activation, etc.
- Clean dead users and check permissions of users and check unique permissions on items/files using Saketa Security Manager.
- Run a post-migration check after every migration and remigrate the failed items.
Saketa SharePoint Migration Tool
Experience a high-speed, hassle-free migration with no data limits.