Advertisement
goezler

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

May 20th, 2022 (edited)
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. On the Exchange server navigate to the Exchange install folder then \ClientAccess\ECP.
  2.  
  3. By default it is in the following location:
  4. "C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\ecp"
  5.  
  6. Find the web.config file, and make a copy of it,and then edit it :
  7.  
  8. select web.config file
  9. select web.config file
  10. Find the <appSettings> section and add the following key :
  11.  
  12.  
  13. <add key="GetListDefaultResultSize" value="1000" />
  14.  
  15. This will increase the maximum OU’s displayed to 1000. Set the value to something suitable for your needs.
  16.  
  17.  
  18. Next, Navigate to the FrontEnd\HttpProxy\ecp folder.
  19.  
  20. By default it is in the following location:
  21. "C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\ecp"
  22.  
  23. Again, find the web.config file, backup and make the same changes, using the same value as before and save it.
  24.  
  25. You will probably need to close the ECP and reopen it if you have it open, but this should resolve the issue.
  26.  
  27. 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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement