Skip to content

Commit c74c512

Browse files
authored
Merge pull request MicrosoftDocs#3120 from j0rt3g4/#1830
SPO Limits #1830
2 parents ae997a0 + b6989cc commit c74c512

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,25 @@ New-SPOMigrationPackage [-SourceFilesPath] <String> [-OutputPackagePath] <String
2727
## DESCRIPTION
2828
Cmdlet to create a new migration package based on source files in a local or network shared folder.
2929

30+
>[!NOTE]
31+
> Limits on the SPO package size and file size
32+
>
33+
>| Limit | Max Size (Gb) | Description |
34+
>| :---: | :---: | :---: |
35+
>| Package Size | 2-4 | The whole package can't exceed 4Gb |
36+
>| File Size | 2 | A single file inside the source folder can't exceed 2 Gb. |
37+
>| Target Size | -| target site should remain non-accessible to end user until migration is complete|
38+
39+
40+
>[!NOTE]
41+
>Limits on HTTP Get
42+
>
43+
>| Limit | API Get (chars) | Description |
44+
>| :---: | :---: | :---: |
45+
>| Action GET on API | 260 chars | The size of the API GET request can't exceed 260 chars|
46+
>
47+
48+
3049

3150
## EXAMPLES
3251

@@ -48,6 +67,9 @@ This example creates a new set of migration source package metadata files in the
4867

4968
## PARAMETERS
5069

70+
71+
72+
5173
### -IgnoreHidden
5274
Switch to ignore hidden files and folders.
5375

0 commit comments

Comments
 (0)