File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,24 @@ New-SPOMigrationPackage [-SourceFilesPath] <String> [-OutputPackagePath] <String
28
28
Cmdlet to create a new migration package based on source files in a local or network shared folder.
29
29
30
30
> [ !NOTE]
31
+ > Limits on the SPO package size and file size
31
32
>
32
33
> | Limit | Max Size (Gb) | Description |
33
34
> | :---: | :---: | :---: |
34
35
> | Package Size | 2-4 | The whole package can't exceed 4Gb |
35
36
> | File Size | 2 | A single file inside the source folder can't exceed 2 Gb. |
36
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
37
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
+
38
49
39
50
## EXAMPLES
40
51
You can’t perform that action at this time.
0 commit comments