Skip to content

Commit 3b262e2

Browse files
authored
Update cross-tenant-onedrive-migration-step7.md
Updated the Missing parameter on the Powershell command to get redirect site Fixes https://github.com/MicrosoftDocs/microsoft-365-docs/issues/13155
1 parent e6156a0 commit 3b262e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This is Step 7 in a solution designed to complete a Cross-tenant OneDrive migrat
6161
Occasionally, a user may need to be migrated back to the original source. Remove the redirect link on the Target if you migrate a user back to the source.
6262

6363
- To remove redirect links, use the **Remove-SPOSite** PowerShell command.
64-
- To get a list of all redirect sites on a tenant, use the **Get-Sposite -Template RedirectSite#0** command.
64+
- To get a list of all redirect sites on a tenant, use the **Get-Sposite -Template RedirectSite#0 -IncludePersonalSite $true** command.
6565

6666
Keep track of any user or site you migrate back to the source from the target. After successfully migrating these users or sites back to the source, confirm that the user/sites are accessible. Then you can remove the redirect link from Target using the **Remove-SPOSite command**.
6767

0 commit comments

Comments
 (0)