Forum Discussion

Robomurphy's avatar
Robomurphy
Copper Contributor
Nov 24, 2022
Solved

Mailbox usage/activity reports for Shared, room and equipment mailbox

Hi! We have a lot of Shared, room and equipment mailbox. I'm looking for a way to clean up the ones that's not in use. Is there anyway i can do this for Shared, room and equipment mailbox? The...
  • VasilMichev's avatar
    Nov 24, 2022
    The Mailbox usage report should feature Shared mailboxes now. Apart from that, script away 🙂

    Instead of looking at audit log events, you can do something simpler such as checking the newest message in Inbox/Sent items?

    Get-MailboxFolderStatistics shared -FolderScope Inbox -IncludeAnalysis -IncludeOldestAndNewestItems | select *ItemReceivedDate,*ItemLastModifiedDate