mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #820] FEATURE REQUEST: Pagination on Mailboxes #410
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#410
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @D49FVP on GitHub (Mar 11, 2022).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/820
Is your feature request related to a problem? Please describe.
Yes. Listing mailboxes for a large tenant (341 mail, 273 shared) the PowerShell in the Azure function hit's the default 5 min timeout.
Describe the solution you'd like
Some sort of pagination with a cache.
Describe alternatives you've considered
Can use the users list for a tenant but this does not show if a mailbox is shared.
Additional context
2022-03-11T12:38:58.440 [Error] Timeout value of 00:05:00 exceeded by function 'Functions.ListMailboxes' (Id: '92c96180-c94f-43dc-ab91-28fd132303c4'). Initiating cancellation.
2022-03-11T12:38:58.528 [Error] Executed 'Functions.ListMailboxes' (Failed, Id=92c96180-c94f-43dc-ab91-28fd132303c4, Duration=300092ms)Timeout value of 00:05:00 was exceeded by function: Functions.ListMailboxes
@KelvinTegelaar commented on GitHub (Mar 11, 2022):
Never look at these logs if you are not a dev; they'll only serve to confuse you. This issue is not related to that timeout at all as that's impossible'. All queries get ended after 45 seconds. It most likely stems from another problem.
Have you tried performing an exchange access check on the tenant you are trying? I've just listed a 2500 mailboxes list and it continues in 3 seconds :)