Skip to content

Commit 40e5f41

Browse files
authored
Removing EXO references to BadItemLimit and LargeItemLimit
Removing EXO references to BadItemLimit and LargeItemLimit since they are now gone from EXO cmdlets.
1 parent 0d453cf commit 40e5f41

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,12 @@ New-MigrationBatch -Name <String> -CSVData <Byte[]> [-DisallowExistingUsers]
199199
[-AllowIncrementalSyncs <Boolean>]
200200
[-AllowUnknownColumnsInCsv <Boolean>]
201201
[-ArchiveDomain <String>]
202-
[-ArchiveOnly]
203202
[-AutoComplete]
204203
[-AutoRetryCount <Int32>]
205204
[-AutoStart]
206-
[-BadItemLimit <Unlimited>]
207205
[-CompleteAfter <DateTime>]
208206
[-Confirm]
209207
[-DomainController <Fqdn>]
210-
[-LargeItemLimit <Unlimited>]
211208
[-Locale <CultureInfo>]
212209
[-MoveOptions <MultiValuedProperty>]
213210
[-NotificationEmails <MultiValuedProperty>]
@@ -242,7 +239,6 @@ New-MigrationBatch -Name <String> [-CSVData <Byte[]>] [-DisallowExistingUsers] [
242239
[-AutoRetryCount <Int32>]
243240
[-AutoStart]
244241
[-AvoidMergeOverlap]
245-
[-BadItemLimit <Unlimited>]
246242
[-CompleteAfter <DateTime>]
247243
[-Confirm]
248244
[-ContentFilter <String>]
@@ -254,7 +250,6 @@ New-MigrationBatch -Name <String> [-CSVData <Byte[]>] [-DisallowExistingUsers] [
254250
[-ForwardingDisposition <GmailForwardingDisposition>]
255251
[-IncludeFolders <MultiValuedProperty>]
256252
[-IncludeOtherContacts]
257-
[-LargeItemLimit <Unlimited>]
258253
[-Locale <CultureInfo>]
259254
[-MigrateTasks]
260255
[-MoveOptions <MultiValuedProperty>]
@@ -967,13 +962,13 @@ Accept wildcard characters: False
967962

968963
### -BadItemLimit
969964

970-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
965+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
971966

972967
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.
973968

974969
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.
975970

976-
**Note**: This parameter is being deprecated in the cloud-based service. In the future, if neither the BadItemLimit or LargeItemLimit parameters are specified, the migration uses Skipped Item approval semantics instead of BadItemLimit semantics.
971+
**Note**: This parameter is deprecated in the cloud-based service.
977972

978973
```yaml
979974
Type: Unlimited
@@ -1339,7 +1334,7 @@ Accept wildcard characters: False
13391334

13401335
### -LargeItemLimit
13411336

1342-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
1337+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
13431338

13441339
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.
13451340

@@ -1350,7 +1345,7 @@ For more information about maximum message size values, see the following topics
13501345

13511346
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 large items are detected. If you are OK with leaving a few large items behind, you can set this parameter to a reasonable value (we recommend 10 or lower) so the migration request can proceed.
13521347

1353-
**Note**: This parameter is being deprecated in the cloud-based service. In the future, if you don't use this parameter, Skipped Item approval semantics are used instead.
1348+
**Note**: This parameter is deprecated in the cloud-based service.
13541349

13551350
```yaml
13561351
Type: Unlimited

0 commit comments

Comments
 (0)