Hi,
I'm facing a strange issue, where the SummaryReport CSV generated from a PowerShell SharePoint Migration Tool (SPMT, SPMTMigration), is not showing accurate information for one of the tasks at the end of a migration run; the task below shows that it is still in progress, but the migration finished successfully:
Checking the task reports in the folder, everything is in order; the migration completed successfully; all files/folders have migrated to SharePoint online, and there are no issues, as well as no FailureReports in any of the report folders. Since we use the SummaryReport to give confidence migrations are successful, we'd like to troubleshoot the issue.
I have included our PowerShell script, which (among others);
- maps a network folder
- registers 4 tasks with SPMT
- runs the migration
- logs everything from SPMT
I've taken out some lines containing the passwords, but nothing else.
I've tried running the SPMT attended outside of PowerShell, which seems to run fine.
I've also tried 'turning it off and on again', after updating the SPMT cmdlet to a newer version.
I've searched high and low for similar situations across the web, but couldn't find any matches online.
Can someone please shed a light on what could be the issue here?
Could it be that there's a pending disk write to the report which doesn't happen due to the PS script finishing?
Not sure if the issue here is SPMTMigration or PowerShell related.
Thanks!
Regards,
Vincent vom Kothen