Hi all,
On our exchange environment we do have the "in-place archvie" function enabled, which does create an additional archive mailbox for each user.
Now I am looking for a way to get the mailbox stats for these additonal "mailboxes" - I search the complete exchange index but could not find anything useful, the eventtype "msexchange-mailbox-usage" does not contain those information.
If we look at the powershell side, it does look like this:
get user mailbox stats
Get-MailboxStatistics -Identity USERNAME| Select TotalItemSize
get user in-place archive stats
Get-MailboxStatistics -Identity USERNAME -Archive | Select TotalItemSize
Does have anyone an idea if I can find these data in the Exchange for Splunk app? Or if not how can I add these data to splunk?
Thanks a lot!