Skip to content

Commit 601f78c

Browse files
authored
Merge pull request #653 from AnfraMsft/patch-3
Update Start-SPOSiteContentMove.md
2 parents 9c2211e + 4d5e734 commit 601f78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteContentMove.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Start-SPOSiteContentMove [-SourceSiteUrl] <String> [-DestinationUrl] <String> [[
3939

4040
UrlAndDestinationDataLocation: These parameters allow a SharePoint administrator to validate a geo move before scheduling it.
4141

42-
UrlAndDestinationUrl: These parameters allow a SharePoint administrator to move and (optionally) rename a site as part of the geo move operation by specifying a new site name in the destination URL.
42+
UrlAndDestinationUrl: These parameters allow a SharePoint administrator to move and (optionally) rename a site as part of the geo move operation by specifying a new site name in the destination URL. Renaming a site is not supported for SharePoint Embedded container sites.
4343

4444
## EXAMPLES
4545

@@ -65,7 +65,7 @@ Starts a site geo move for <https://contosoenergy.sharepoint.com/sites/hr> to th
6565
Start-SPOSiteContentMove -SourceSiteUrl https://contosoenergy.sharepoint.com/sites/hr -DestinationUrl https://contosoenergyEUR.sharepoint.com/sites/hrEU
6666
```
6767

68-
Starts a site geo move for <https://contosoenergy.sharepoint.com/sites/hr> and allows site rename to <https://contosoenergyEUR.sharepoint.com/sites/hrEU> as part of the geo move operation.
68+
Starts a site geo move for <https://contosoenergy.sharepoint.com/sites/hr> and allows site rename to <https://contosoenergyEUR.sharepoint.com/sites/hrEU> as part of the geo move operation. Renaming a site is not supported for SharePoint Embedded container sites.
6969

7070
## PARAMETERS
7171

0 commit comments

Comments
 (0)