From efcfed4f97e817f7a80543352d6460dbedfd5d03 Mon Sep 17 00:00:00 2001 From: mayanksahu11 <168190827+mayanksahu11@users.noreply.github.com> Date: Wed, 13 Aug 2025 10:56:45 +0530 Subject: [PATCH 1/5] 30 days data in AE --- .../ExchangePowerShell/Export-ActivityExplorerData.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Export-ActivityExplorerData.md b/exchange/exchange-ps/ExchangePowerShell/Export-ActivityExplorerData.md index 83eee07bc7..fbc0a0765a 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Export-ActivityExplorerData.md +++ b/exchange/exchange-ps/ExchangePowerShell/Export-ActivityExplorerData.md @@ -15,7 +15,7 @@ title: Export-ActivityExplorerData ## SYNOPSIS This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell). -Use the Export-ActivityExplorerData cmdlet to export activities from Data classification \> Activity Explorer in the Microsoft 365 Purview compliance portal. +Use the Export-ActivityExplorerData cmdlet to export activities from Data classification \> Activity Explorer in the Microsoft 365 Purview compliance portal. Activity explorer reports on up to 30 days worth of data. For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax). From 40e5f419d53f8bb144e44c4c8c472321e81c2184 Mon Sep 17 00:00:00 2001 From: Alberto Pascual - MSFT Date: Wed, 13 Aug 2025 12:49:52 +0200 Subject: [PATCH 2/5] Removing EXO references to BadItemLimit and LargeItemLimit Removing EXO references to BadItemLimit and LargeItemLimit since they are now gone from EXO cmdlets. --- .../ExchangePowerShell/New-MigrationBatch.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md b/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md index c7ee0db4cd..e00bb43104 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md @@ -199,15 +199,12 @@ New-MigrationBatch -Name -CSVData [-DisallowExistingUsers] [-AllowIncrementalSyncs ] [-AllowUnknownColumnsInCsv ] [-ArchiveDomain ] - [-ArchiveOnly] [-AutoComplete] [-AutoRetryCount ] [-AutoStart] - [-BadItemLimit ] [-CompleteAfter ] [-Confirm] [-DomainController ] - [-LargeItemLimit ] [-Locale ] [-MoveOptions ] [-NotificationEmails ] @@ -242,7 +239,6 @@ New-MigrationBatch -Name [-CSVData ] [-DisallowExistingUsers] [ [-AutoRetryCount ] [-AutoStart] [-AvoidMergeOverlap] - [-BadItemLimit ] [-CompleteAfter ] [-Confirm] [-ContentFilter ] @@ -254,7 +250,6 @@ New-MigrationBatch -Name [-CSVData ] [-DisallowExistingUsers] [ [-ForwardingDisposition ] [-IncludeFolders ] [-IncludeOtherContacts] - [-LargeItemLimit ] [-Locale ] [-MigrateTasks] [-MoveOptions ] @@ -967,13 +962,13 @@ Accept wildcard characters: False ### -BadItemLimit -> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online +> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE 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. 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. -**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. +**Note**: This parameter is deprecated in the cloud-based service. ```yaml Type: Unlimited @@ -1339,7 +1334,7 @@ Accept wildcard characters: False ### -LargeItemLimit -> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online +> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE 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. @@ -1350,7 +1345,7 @@ For more information about maximum message size values, see the following topics 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. -**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. +**Note**: This parameter is deprecated in the cloud-based service. ```yaml Type: Unlimited From 683621cb45ce9a9cdc00ada1948a695a952936a8 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 13 Aug 2025 09:46:26 -0700 Subject: [PATCH 3/5] Update New-MigrationBatch.md --- .../exchange-ps/ExchangePowerShell/New-MigrationBatch.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md b/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md index e00bb43104..fa8d5fa5bf 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md @@ -233,7 +233,7 @@ New-MigrationBatch -Name [-CSVData ] [-DisallowExistingUsers] [ [-AllowIncrementalSyncs ] [-AllowUnknownColumnsInCsv ] [-ArchiveDomain ] - [-ArchiveOnly] + [] [-AutoComplete] [-AutoProvisioning] [-AutoRetryCount ] @@ -848,7 +848,7 @@ You can use the TargetArchiveDatabases parameter to specify the database to migr ```yaml Type: SwitchParameter -Parameter Sets: Local, Onboarding, Offboarding +Parameter Sets: Local Aliases: Required: False @@ -964,6 +964,8 @@ Accept wildcard characters: False > Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE +This parameter is availabe only in on-premises Exchange. + 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. 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 > Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE +This parameter is available only in on-premises Exchange. + 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. For more information about maximum message size values, see the following topics: From 46253ccca35d2894b6f06ce0d5941818530d369b Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 13 Aug 2025 09:49:06 -0700 Subject: [PATCH 4/5] Update New-MigrationBatch.md --- exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md | 1 - 1 file changed, 1 deletion(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md b/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md index fa8d5fa5bf..31b9fc5e99 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md @@ -233,7 +233,6 @@ New-MigrationBatch -Name [-CSVData ] [-DisallowExistingUsers] [ [-AllowIncrementalSyncs ] [-AllowUnknownColumnsInCsv ] [-ArchiveDomain ] - [] [-AutoComplete] [-AutoProvisioning] [-AutoRetryCount ] From fda7780700dd553032b61871627e057458746fd8 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 13 Aug 2025 09:50:55 -0700 Subject: [PATCH 5/5] Update New-MigrationBatch.md --- .../ExchangePowerShell/New-MigrationBatch.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md b/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md index 31b9fc5e99..d70134a1ee 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-MigrationBatch.md @@ -631,7 +631,7 @@ Accept wildcard characters: False > Applicable: Exchange Online -This parameter is available only in the cloud-based service. +able only in the cloud-based service. {{ Fill Analyze Description }} @@ -651,7 +651,7 @@ Accept wildcard characters: False > Applicable: Exchange Online -This parameter is available only in the cloud-based service. +able only in the cloud-based service. {{ Fill ManagedGmailTeams Description }} @@ -711,7 +711,7 @@ Accept wildcard characters: False > Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE -This parameter is available only in on-premises Exchange. +able only in on-premises Exchange. The Local switch specifies a local move (mailboxes are moved to a different mailbox database in the same Active Directory forest). You don't need to specify a value with this switch. @@ -731,7 +731,7 @@ Accept wildcard characters: False > Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE -This parameter is available only in on-premises Exchange. +able only in on-premises Exchange. The SourcePublicFolderDatabase parameter specifies the source public folder database that's used in a public folder migration. You can use any value that uniquely identifies the database. For example: @@ -755,7 +755,7 @@ Accept wildcard characters: False > Applicable: Exchange Online -This parameter is available only in the cloud-based service. +able only in the cloud-based service. {{ Fill AdoptPreexisting Description }} @@ -775,7 +775,7 @@ Accept wildcard characters: False > Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE -This parameter is available only in on-premises Exchange. +able only in on-premises Exchange. The AllowIncrementalSyncs parameter specifies whether to enable or disable incremental synchronization. Valid values are: @@ -819,7 +819,7 @@ Accept wildcard characters: False > Applicable: Exchange Online -This parameter is available only in the cloud-based service. +able only in the cloud-based service. {{ Fill ArchiveDomain Description }} @@ -883,7 +883,7 @@ Accept wildcard characters: False > Applicable: Exchange Online -This parameter is available only in the cloud-based service. +able only in the cloud-based service. {{ Fill AutoProvisioning Description }} @@ -903,7 +903,7 @@ Accept wildcard characters: False > Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE -This parameter is available only in on-premises Exchange. +able only in on-premises Exchange. The AutoRetryCount parameter specifies the number of attempts to restart the migration batch to migrate mailboxes that encountered errors. @@ -943,7 +943,7 @@ Accept wildcard characters: False > Applicable: Exchange Online -This parameter is available only in the cloud-based service. +able only in the cloud-based service. {{ Fill AvoidMergeOverlap Description }} @@ -963,7 +963,7 @@ Accept wildcard characters: False > Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE -This parameter is availabe only in on-premises Exchange. +This parameter is available only in on-premises Exchange. 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.