Exchange 2019 Override Search limit over 250 limits

J Lyons 21 Reputation points
2023-01-08T19:32:25.873+00:00

We have numerous lawyers with large mail boxes reaching 100GB, they insist on saving everything in their mailboxes.
using cache mode is limited to 50GB by default and raising it will just eventually max out there computer hard drive.
using the command New-SettingOverride -Name "Increase Search Results Limit" seems a good option.
I have seen a couple of threads to over ride search limit in exchange 2013:
https://social.technet.microsoft.com/Forums/en-US/6daba294-905f-4b33-b696-9d8cb872bcd3/outlook-search-limited-to-250-results?forum=Exch2016SD
and exchange 2016:
https://social.technet.microsoft.com/Forums/en-US/c0925403-e077-49d5-8973-00a3a99c4552/override-search-limit-over-250-limits?forum=Exch2016GD
Does anyone have any experience with this command in an exchange 2019 environment:

Exchange | Exchange Server | Other
Exchange | Exchange Server | Other
A robust email, calendaring, and collaboration platform developed by Microsoft, designed for enterprise-level communication and data management.Miscellaneous topics that do not fit into specific categories.
Outlook | Windows | Classic Outlook for Windows | For business
Exchange | Exchange Server | Management
Exchange | Exchange Server | Management
The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
{count} votes

Answer accepted by question author
  1. Yuki Sun-MSFT 41,451 Reputation points Moderator
    2023-01-09T03:00:02.407+00:00

    Hi @J Lyons ,

    Based on my test in Exchange 2019 CU12, the command mentioned in the two forum posts can still do the trick.

    I run the command below on the Exchange 2019 mailbox server:

    New-SettingOverride -Name “Exceed Search Limit over 250” -Component ManagedStore -Section StoreSettings -Reason “Override Search limit over 250 limits” -Parameters @("MaxHitsForFullTextIndexSearches=1000")  
    

    Then untick the checkbox of "Improve search speed by limiting the number of results shown" in Outlook > Options > Search. After that, I am able to see more than 250 search results when running in online mode:
    277270-1.png

    You can have go on your end to make change, just do remember to inform users that they need to adjust the setting below within their Outlook applications as well:
    277323-2.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.