mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #2304] [Feature Request]: Report on group mailbox capacity #1177
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#1177
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 @Grem66 on GitHub (Apr 5, 2024).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/2304
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
You can review the used/remaining capacity of a regular mailbox and shared mailboxes through web UIs, CIPP etc, but there is no way to report on group mailboxes (like one attached to a Team) via the usual methods (teams are just missing from CIPP when you run statistics) and MS locations such as exchange admin centre and teams admin centre don't report on it at all, and you have to run a powershell command to check the current status (see below)
PowerShell commands you would normally use to achieve above request
Get-MailboxStatistics | ft TotalDeletedItemSize,TotalItemSize
@KelvinTegelaar commented on GitHub (Apr 5, 2024):
Only sponsors can create frs