User Statistics on Room Mailboxes

by nortrond at 2013-03-04 07:03:08

Hi!

My boss wants me to get user statistics on our Room Mailboxes. I Guess number of Meetings pr user/owner would be sufficient.

Does anybody have a Nice PowerShell-script to accomplish this?

Thanks in advance!

Trond A Jenssen
by DonJ at 2013-03-06 03:54:49
There’s nothing in the PowerShell cmdlets that can access the contents of mailboxes - you’ll need to code against the .NET APIs for Exchange. http://gsexdev.blogspot.com/#!/2012/01/ … ow-to.html is a good starting point.