Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addressing typo in commandlet example #13624

Open
wants to merge 1 commit into
base: public
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Now you're ready to start your SharePoint migration. Before starting any cross-t
1. Make sure you've verified the compatibility status. If you see a status of either **Compatible** or **Warning** on your source tenant, you may continue. Run:

```powershell
Get-SPOCrossTenantCompatibilityStatus PartnerCrossTenantHostURL [Target tenant hostname]
Get-SPOCrossTenantCompatibilityStatus -PartnerCrossTenantHostURL [Target tenant hostname]
```

2. To start the migration, a SharePoint Admin or Microsoft 365 Global Admin of the source tenant must run the following command:

```PowerShell
Start-SPOCrossTenantSiteContentMove-SourceSiteUrl <…> -TargetSiteUrl <…> -TargetCrossTenantHostUrl <…>
Start-SPOCrossTenantSiteContentMove -SourceSiteUrl <…> -TargetSiteUrl <…> -TargetCrossTenantHostUrl <…>
```

|Parameters|Description|
Expand Down