Exchange,  IT,  Support

Exchange 2013/2016 – There are more results available than are currently displayed – Solved

There are more results available than are currently displayed in Exchange 2013 or 2016 ECP

The Problem

When you try to view Organisational Units or public folders and you have more than 500, not all are visible and you get the message “There are more results available than are currently displayed”. This is because Microsoft has limited the results to 500 and you cannot get more results.

The Solution

On the Exchange server navigate to the Exchange install folder then \ClientAccess\ECP.

By default it is in the following location:
“C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\ecp”

Find the web.config file, and make a copy of it,and then edit it :

select web.config file
select web.config file

Find the <appSettings> section and add the following key :


<add key=”GetListDefaultResultSize” value=”1000″ />

This will increase the maximum OU’s displayed to 1000. Set the value to something suitable for your needs.

It will look like this:

edit web config file
edit the web config file

Close and save the file.

Next, Navigate to the FrontEnd\HttpProxy\ecp folder.

By default it is in the following location:
C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\ecp

Again, find the web.config file, backup and make the same changes, using the same value as before and save it.

You will probably need to close the ECP and reopen it if you have it open, but this should resolve the issue.

Unfortunately, I believe these changes need to be made again if you upgrade Exchange with any CU update, but hopefully, you’ll not see “There are more results available than are currently displayed” again.

If this helps you out please leave a comment below, or see other exchange fixes here

Thanks

Ian

6 Comments

  • DMG

    I copied from the site and it caused an error on the page in Exchange 2013, I had to take out the comment to fix it. That’s what i get for being lazy. But great article and was the answer to my problem. Thank you much.

    • Ian

      Hi DMG. Thanks for letting me know.
      Looks like the double — has been reduced to a single – in the code for some reason in the comment.
      I will investigate.

      Ian

  • fred

    Thank you for the article it helped me solved the issue !
    I did the change only in the file: C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\ecp\web.config

Leave a Reply to Ian Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.