Forum Discussion
LeonPavesic
Sep 12, 2023Silver Contributor
Resource Mailboxes (Rooms) - Export all meetings
Hello, is it possible to export (for example in csv file) all the upcoming meetings (with the meeting organizer, timeline and other meeting participants) for all resource mailboxes (rooms). I k...
- Sep 12, 2023Not via pure PowerShell, but you can use an EWS-based script. Here's a sample one: https://letsexchange.blogspot.com/2017/05/exchange-meeting-room-statistics.html?m=0
The Graph API is another option, see Tony's post here: https://practical365.com/report-room-mailbox-statistics/
Both will require some work if you want individual meeting details to be exported, but the bulk of the logic remains the same.
VasilMichev
Sep 12, 2023MVP
Not via pure PowerShell, but you can use an EWS-based script. Here's a sample one: https://letsexchange.blogspot.com/2017/05/exchange-meeting-room-statistics.html?m=0
The Graph API is another option, see Tony's post here: https://practical365.com/report-room-mailbox-statistics/
Both will require some work if you want individual meeting details to be exported, but the bulk of the logic remains the same.
The Graph API is another option, see Tony's post here: https://practical365.com/report-room-mailbox-statistics/
Both will require some work if you want individual meeting details to be exported, but the bulk of the logic remains the same.
- LeonPavesicSep 13, 2023Silver Contributor
Hi VasilMichev,
thanks for your answer, I already found your recommendation for this procedure earlier, I couldn't find anything better, so I will definitely try your recommendation.
Kindest regards
Leon