Thursday, May 31, 2018

Exchange change Search results limit 250

Exchange 2016  has search limit , when your outlook is online, or in web mail
to change this limit run this command in exchange shell to change limit from 250 to 5000:


New-SettingOverride -Name "Increase Search Results Limit" -Component ManagedStore -Section StoreSettings -Parameters @("MaxHitsForFullTextIndexSearches=5000") -Reason "Increases Search Result Limit from 250 to 5000"

No comments: