Skip to content

Commit 683621c

Browse files
authored
Update New-MigrationBatch.md
1 parent 40e5f41 commit 683621c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ New-MigrationBatch -Name <String> [-CSVData <Byte[]>] [-DisallowExistingUsers] [
233233
[-AllowIncrementalSyncs <Boolean>]
234234
[-AllowUnknownColumnsInCsv <Boolean>]
235235
[-ArchiveDomain <String>]
236-
[-ArchiveOnly]
236+
[]
237237
[-AutoComplete]
238238
[-AutoProvisioning]
239239
[-AutoRetryCount <Int32>]
@@ -848,7 +848,7 @@ You can use the TargetArchiveDatabases parameter to specify the database to migr
848848

849849
```yaml
850850
Type: SwitchParameter
851-
Parameter Sets: Local, Onboarding, Offboarding
851+
Parameter Sets: Local
852852
Aliases:
853853
854854
Required: False
@@ -964,6 +964,8 @@ Accept wildcard characters: False
964964

965965
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
966966

967+
This parameter is availabe only in on-premises Exchange.
968+
967969
The BadItemLimit parameter specifies the maximum number of bad items that are allowed before the migration request fails. A bad item is a corrupt item in the source mailbox that can't be copied to the target mailbox. Also included in the bad item limit are missing items. Missing items are items in the source mailbox that can't be found in the target mailbox when the migration request is ready to complete.
968970

969971
Valid input for this parameter is an integer or the value unlimited. The default value is 0, which means the migration request will fail if any bad items are detected. If you are OK with leaving a few bad items behind, you can set this parameter to a reasonable value (we recommend 10 or lower) so the migration request can proceed. If too many bad items are detected, consider using the New-MailboxRepairRequest cmdlet to attempt to fix corrupted items in the source mailbox, and try the migration request again.
@@ -1336,6 +1338,8 @@ Accept wildcard characters: False
13361338

13371339
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
13381340

1341+
This parameter is available only in on-premises Exchange.
1342+
13391343
The LargeItemLimit parameter specifies the maximum number of large items that are allowed before the migration request fails. A large item is a message in the source mailbox that exceeds the maximum message size that's allowed in the target mailbox. If the target mailbox doesn't have a specifically configured maximum message size value, the organization-wide value is used.
13401344

13411345
For more information about maximum message size values, see the following topics:

0 commit comments

Comments
 (0)