Forum Discussion
garyleung1981
Feb 14, 2019Copper Contributor
Meeting Room Statistics
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 i...
VasilMichev
Feb 14, 2019MVP
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-using-powershell-scripti
- Manoj KumarNov 06, 2019Copper Contributor
VasilMichev Is there any sample script for exchange online ?