Step 1: Connect to the source and target tenants (preview)

Note

Cross-Tenant SharePoint migration is currently in a private preview stage of development. As an unfinished project, any information or availability is subject to change at any time. Support for private-preview customers will be handled via email. Cross-Tenant SharePoint migration is covered by the preview terms of the Microsoft Universal License Terms for Online Services.

This is Step 1 in a solution designed to complete a Cross-tenant SharePoint migration. To learn more, see Cross-tenant SharePoint migration overview.

Before you begin

Connect to both tenants

  1. Sign in to the SharePoint Management Shell as a SharePoint admin or Microsoft 365 Global admin.

  2. Run the following entering the source tenant URL:

    Connect-SPOService -url https://<TenantName>-admin.sharepoint.com
    
  3. When prompted, sign in to the source tenant using your Admin username and password.

  4. Run the following entering the target tenant URL:

    Connect-SPOService -url https://<TenantName>-admin.sharepoint.com
    
  5. When prompted, sign in to the target tenant using your Admin username and password.

Important

Microsoft 365 Multi-Geo customers: You must treat each geography as a separate tenant. Provide the correct geography-specific URLs throughout the migration process.

Step 2: Establish trust between the source and target tenants