mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #137] Feature Request: Show shared mailboxes statistics #80
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#80
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 @tech-squid on GitHub (Oct 27, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/137
Is your feature request related to a problem? Please describe.
Currently only user mailboxes are visible on the Mailbox Statistics page.
Describe the solution you'd like
Shared mailboxes could be added to the existing list, have them become visible with a toggle or even get their own page called "Shared Mailbox Statistics".
@KelvinTegelaar commented on GitHub (Oct 29, 2021):
Microsoft doesn't expose these currently via the graph API, I've tried retrieving them using the classical method but that takes a lot of time. @gavsto Maybe you can check this one out?
@gavsto commented on GitHub (Oct 31, 2021):
So I've had a look in to this and it is not going to be simple to do. The reports that we rely on pulling from the Graph just don't include these statistics in them and there is no graph alternative I can find to get these statistics.
If you can present a graph/API endpoint we can hit we can re-visit this, but for now there's no realistic way to implement this I'm afraid.