[GH-ISSUE #2304] [Feature Request]: Report on group mailbox capacity #1177

Closed
opened 2026-03-02 13:42:11 +03:00 by kerem · 1 comment
Owner

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

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 <groupname> | ft TotalDeletedItemSize,TotalItemSize
kerem 2026-03-02 13:42:11 +03:00
Author
Owner

@KelvinTegelaar commented on GitHub (Apr 5, 2024):

Only sponsors can create frs

<!-- gh-comment-id:2039057888 --> @KelvinTegelaar commented on GitHub (Apr 5, 2024): Only sponsors can create frs
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CIPP#1177
No description provided.