Skip to content

Commit cda8f5a

Browse files
Update cross-tenant-onedrive-migration-step6.md
1 parent 25c64eb commit cda8f5a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

microsoft-365/enterprise/cross-tenant-onedrive-migration-step6.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article is Step 6 in a solution designed to complete a Cross-tenant OneDriv
3434
3535
Now you're ready to start your OneDrive migration. Before starting any cross-tenant migration, do the following steps.
3636

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:
3838

3939
```powershell
4040
Get-SPOCrossTenantCompatibilityStatus –PartnerCrossTenantHostURL [Target tenant hostname]
@@ -58,24 +58,24 @@ Example:
5858
Start-SPOCrossTenantUserContentMove -SourceUserPrincipalName [email protected] -TargetUserPrincipalName [email protected] -TargetCrossTenantHostUrl https://m365x946316-my.sharepoint.com/
5959
```
6060

61-
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:
6462

6563
|Parameter |Description |
6664
|-----------------------|------------|
6765
|PreferredMoveBeginDate |The migration likely begins at this specified time. Time must be specified in Coordinated Universal Time (UTC). |
6866
|PreferredMoveEndDate |The migration likely completes by this specified time, on a best effort basis. Time must be specified in Coordinated Universal Time (UTC). |
6967

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+
7070
## OneDrive status premigration
7171

7272
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.
7373

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.":::
7575

7676
## Cancelling a OneDrive migration
7777

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*.
7979

8080
```powershell
8181
Stop-SPOCrossTenantUserContentMove – SourceUserPrincipalName [UPN name of user who you wish to stop]
@@ -139,18 +139,18 @@ Get-SPOCrossTenantUserContentMoveState -PartnerCrossTenantHostURL https://ttestt
139139

140140
|Status |Description |
141141
|---------------|------------|
142-
|NotStarted |The migration hasn't yet started.|
142+
|NotStarted |The migration isn't started.|
143143
|Scheduled |The migration is now in the queue and is scheduled to run when a slot becomes available.|
144144
|ReadytoTrigger |The Migration is in its preflight stage. The Migration starts shortly. |
145145
|InProgress |The migration is in progress in one of the following states: </br>- Validation </br>- Backup </br>- Restore </br>- Cleanup |
146146
|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. |
148148
|Failed |The migration failed to complete. |
149149

150150
## Post-migration status checks
151151

152152
**Target tenant**: After the migration successfully completes, check the status of the user on the target tenant by logging into their new OneDrive account.
153153

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.
155155

156156
## Step 7: [Post migration steps](cross-tenant-onedrive-migration-step7.md)

0 commit comments

Comments
 (0)