You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-365/enterprise/cross-tenant-onedrive-migration-step6.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This article is Step 6 in a solution designed to complete a Cross-tenant OneDriv
34
34
35
35
Now you're ready to start your OneDrive migration. Before starting any cross-tenant migration, do the following steps.
36
36
37
-
1.Ensure you have verified the compatibility status. If you see a status of either **Compatible** or **Warning** on your source tenant, you can continue. Run:
37
+
1.Make sure you verified the compatibility status. If you see a status of either **Compatible** or **Warning** on your source tenant, you can continue. Run:
To Schedule a migration for a later time, you can use and append the above command with the one of the following parameters.
62
-
63
-
These commands can be useful when planning bulk batches of OneDrive migrations. You can queue/migrate up to 4,000 OneDrive migrations per batch. If your user count exceeds 4,000, create separate batches, and schedule them to run once the current batch is close to completion.
61
+
To Schedule a migration for a later time, you can use and append the previous command with the one of the following parameters:
64
62
65
63
|Parameter |Description |
66
64
|-----------------------|------------|
67
65
|PreferredMoveBeginDate |The migration likely begins at this specified time. Time must be specified in Coordinated Universal Time (UTC). |
68
66
|PreferredMoveEndDate |The migration likely completes by this specified time, on a best effort basis. Time must be specified in Coordinated Universal Time (UTC). |
69
67
68
+
These commands can be useful when planning bulk batches of OneDrive migrations. You can queue/migrate up to 4,000 OneDrive migrations per batch. If your user count exceeds 4,000, create separate batches, and schedule them to run once the current batch is close to completion.
69
+
70
70
## OneDrive status premigration
71
71
72
72
Before you start the migration, the users' current source OneDrive status is similar to the following screenshot. This example is from the users' source tenant, showing their current files and folders.
73
73
74
-
:::image type="content" source="../media/cross-tenant-migration/t2t-onedrive-status-premigration.png" alt-text="A screenshot showing a pre-migration status. There are files and folders displayed in a window, and a red box is drawn around the address of the OneDrive.":::
74
+
:::image type="content" source="../media/cross-tenant-migration/t2t-onedrive-status-premigration.png" alt-text="A screenshot showing a premigration status. There are files and folders displayed in a window, and a red box is drawn around the address of the OneDrive.":::
75
75
76
76
## Cancelling a OneDrive migration
77
77
78
-
You can stop the cross-tenant migration of a user's OneDrive by using the following command, provided the migration doesn't have a status of *In Progress*, *Rescheduled* or *Success*.
78
+
You can stop the cross-tenant migration of a user's OneDrive by using the following command, provided the migration doesn't have a status of *In Progress*, *Rescheduled*, or *Success*.
79
79
80
80
```powershell
81
81
Stop-SPOCrossTenantUserContentMove – SourceUserPrincipalName [UPN name of user who you wish to stop]
|Scheduled |The migration is now in the queue and is scheduled to run when a slot becomes available.|
144
144
|ReadytoTrigger |The Migration is in its preflight stage. The Migration starts shortly. |
145
145
|InProgress |The migration is in progress in one of the following states: </br>- Validation </br>- Backup </br>- Restore </br>- Cleanup |
146
146
|Success |The Migration completed successfully. |
147
-
|Rescheduled |The migration may not have completed and has been requeued for another pass. |
147
+
|Rescheduled |The migration may not be completed and is requeued for another pass. |
148
148
|Failed |The migration failed to complete. |
149
149
150
150
## Post-migration status checks
151
151
152
152
**Target tenant**: After the migration successfully completes, check the status of the user on the target tenant by logging into their new OneDrive account.
153
153
154
-
**Source tenant**: Since the user has successfully migrated to the target tenant, they no longer have an active OneDrive account on the source.
154
+
**Source tenant**: Since the user was successfully migrated to the target tenant, they no longer have an active OneDrive account on the source.
0 commit comments