File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,25 @@ New-SPOMigrationPackage [-SourceFilesPath] <String> [-OutputPackagePath] <String
27
27
## DESCRIPTION
28
28
Cmdlet to create a new migration package based on source files in a local or network shared folder.
29
29
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
+
30
49
31
50
## EXAMPLES
32
51
@@ -48,6 +67,9 @@ This example creates a new set of migration source package metadata files in the
48
67
49
68
## PARAMETERS
50
69
70
+
71
+
72
+
51
73
### -IgnoreHidden
52
74
Switch to ignore hidden files and folders.
53
75
You can’t perform that action at this time.
0 commit comments