Meeting Room Statistics

Copper Contributor

I was wondering if there is a way to get any type of statistics on our meeting rooms? We have a good number of conference room resources and would like to see some data that would show how one room is being booked more often than another. Are there any reports or Powershell commands that can be run to achieve this?

3 Replies
I’ve seen a few powershell scripts out there, but can’t tell if they work, or work with ex online!
There are third party systems also doing this as well!

There are a uservoice for this too:

https://office365.uservoice.com/forums/273493-office-365-admin/suggestions/15876075-meeting-room-usa...

Adam

If you need just the "count" of meetings, you can do a Search-Mailbox query against the room mailboxes in question and tally the results. If you want a proper report with duration, participants and whatnot, the only way to get such is via EWS, and there's a sample code here: https://stackoverflow.com/questions/10921563/extract-the-report-of-room-calendar-from-exchage-server...

@Vasil Michev  Is there any sample script for exchange online ?