Forum Discussion
MarkusSten
Jul 12, 2022Copper Contributor
Meeting room usage reports
Hi! How can i get any type of usage reports on our meeting rooms (room mailbox)? We have over 500 rooms in our organisation and i would like to know how much these rooms are booked, if some rooms ...
- Jul 12, 2022There's nothing built-in in O365, but there are sample scripts available online that can generate such a report. Here's one: https://github.com/NunoFilipeMota/PublicScripts/blob/main/GetMeetingRoomStats_EWS.ps1
TonyRedmond
Sep 16, 2024MVP
Here's a script to get statistics for room mailboxes: https://practical365.com/report-room-mailbox-statistics/ and another to printg out weekly schedules for room mailboxes https://practical365.com/room-mailbox-weekly-schedule/. Between the two, you should be able to construct a script that meets your needs.