Skip to content

Commit 73e355e

Browse files
Merge pull request #28228 from MicrosoftDocs/heidip-freshness-spring-2025
Update cross-tenant-onedrive-migration-step2.md
2 parents 45d0fd7 + d15ad49 commit 73e355e

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,31 @@ description: "Step 2 of the OneDrive Cross-tenant migration feature"
1818
---
1919
# Step 2: Establishing trust between the source and target tenants
2020

21-
This is Step 2 in a solution designed to complete a Cross-tenant OneDrive migration. To learn more, see [Cross-tenant OneDrive migration overview](cross-tenant-onedrive-migration.md).
21+
This article is Step 2 in a solution designed to complete a Cross-tenant OneDrive migration. To learn more, see [Cross-tenant OneDrive migration overview](cross-tenant-onedrive-migration.md).
2222

2323
- Step 1: [Connect to the source and the target tenants](cross-tenant-onedrive-migration-step1.md)
2424
- **Step 2: [Establish trust between the source and the target tenant](cross-tenant-onedrive-migration-step2.md)**
25-
- Step 3: [Verify trust has been established](cross-tenant-onedrive-migration-step3.md)
25+
- Step 3: [Verify trust is established](cross-tenant-onedrive-migration-step3.md)
2626
- Step 4: [Precreate users and groups](cross-tenant-onedrive-migration-step4.md)
2727
- Step 5: [Prepare identity mapping](cross-tenant-onedrive-migration-step5.md)
2828
- Step 6: [Start a Cross-tenant OneDrive migration](cross-tenant-onedrive-migration-step6.md)
2929
- Step 7: [Post migration steps](cross-tenant-onedrive-migration-step7.md)
3030

31-
After connecting to the source and target tenant, the next step in performing a cross-tenant OneDrive migration is establishing trust between the tenants.
31+
After you connect to the source and target tenant, the next step in performing a cross-tenant OneDrive migration is establishing trust between the tenants.
3232

33-
To establish trust, each SharePoint tenant administrator must run specific commands on both source and target tenants. Once the trust has been requested, the administrator of the target tenant will receive an email informing them that another tenant is trying to establish a trust relationship.
33+
To establish trust, each SharePoint tenant administrator must run specific commands on both source and target tenants. Once the trust is requested, the administrator of the target tenant receives an email informing them that another tenant is trying to establish a trust relationship.
3434

3535
> [!NOTE]
3636
> The "trust" command is specific to SharePoint. It only grants permission for the SharePoint administrator on the source tenant to execute OneDrive Migration operations to the identified target tenant.
3737
>
3838
> Granting trust *doesn't* give the administrator any visibility, permission, or ability to collaborate between the source tenant and the target tenant.
3939
4040
> [!IMPORTANT]
41-
> If you are Microsoft 365 Multi-Geo customer, you must establish trust between each geography involved in your migration project.
41+
> If you're a Microsoft 365 Multi-Geo customer, you must establish trust between each geography involved in your migration project.
4242
4343
## Before you begin
4444

45-
Before running the trust commands, obtain the cross-tenant host URLs for both the source and target tenants. You'll need these URLs when establishing the trust relationship between source-to-target and target-to-source.
45+
Before running the trust commands, obtain the cross-tenant host URLs for both the source and target tenants. You need these URLs when establishing the trust relationship between source-to-target and target-to-source.
4646

4747
**To obtain the cross-tenant host URLs:**
4848

@@ -54,11 +54,11 @@ Get-SPOCrossTenantHostURL
5454

5555
*Example:* Run command on Source tenant:
5656

57-
:::image type="content" source="../media/cross-tenant-migration/t2t-onedrive-hosturl-source.png" alt-text="example of how to obtain host url for source":::
57+
:::image type="content" source="../media/cross-tenant-migration/t2t-onedrive-hosturl-source.png" alt-text="Screenshot of an example of how to obtain host url for a source, it shows the running of the Get-SPOCrossTenantHostURL, which returns a my.sharepoint.com URL in the example.":::
5858

5959
*Example:* Run command on target tenant:
6060

61-
:::image type="content" source="../media/cross-tenant-migration/t2t-onedrive-hosturl-target.png" alt-text="example of how to obtain host url for target":::
61+
:::image type="content" source="../media/cross-tenant-migration/t2t-onedrive-hosturl-target.png" alt-text="Screenshot of an example of how to obtain host url for target it shows the running of the Get-SPOCrossTenantHostURL, which returns a my.sharepoint.com URL in the example.":::
6262

6363
## Run the trust commands
6464

@@ -78,19 +78,19 @@ These commands send a request to the tenant with whom you want to establish trus
7878

7979
### Parameter definitions
8080

81-
|Parameter|Definition|
82-
|---|---|
83-
|PartnerRole|Roles of the partner tenant you're establishing trust with. Use *source* if partner tenant is the source of the OneDrive migrations, and *target* if the partner tenant is the Destination.
84-
|PartnerCrossTenantHostURL|The cross-tenant host URL of the partner tenant. The partner tenant can determine this for you by running: *Get-SPOCrossTenantHostURL* on each of the tenants.|
81+
|Parameter |Definition |
82+
|--------------------------|-----------|
83+
|PartnerRole |Roles of the partner tenant you're establishing trust with. Use *source* if partner tenant is the source of the OneDrive migrations, and *target* if the partner tenant is the Destination. |
84+
|PartnerCrossTenantHostURL |The cross-tenant host URL of the partner tenant. You can determine the URL by running: *Get-SPOCrossTenantHostURL* on each of the tenants.|
8585

8686
## Sample trust email
8787

88-
The following in an example of the email that is sent to global admins:
88+
The following screenshot is an example of the email sent to global admins:
8989

90-
:::image type="content" source="../media/cross-tenant-migration/t2t-onedrive-trust-email.png" alt-text="example of trust email":::
90+
:::image type="content" source="../media/cross-tenant-migration/t2t-onedrive-trust-email.png" alt-text="A screenshot showing an example of a trust email from SharePoint to multiple test accounts.":::
9191

9292
**Subject:** SPO Tenant [https://a830edad9050849mnaus093022-my.sharepoint.com/] [setuporupdate] Organization Relation [Scenario=MnA, Role=Source] with us
9393

9494
**Message:** SPO Tenant [https://a830edad9050849mnaus093022-my.sharepoint.com/] [setuporupdate] Organization Relation [Scenario=MnA, Role=Source] with us
9595

96-
## Step 3: [Verify that trust has been established](cross-tenant-onedrive-migration-step3.md)
96+
## Step 3: [Verify that trust is established](cross-tenant-onedrive-migration-step3.md)

0 commit comments

Comments
 (0)