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 know how to do it manually by checking and entering all the meetings in Excel, but is it possible to do it with PowerShell, Graph API or with some other way?
The reason for doing that is that we want to delete these resource mailboxes and use the new ones. Is it possible to copy / paste existing upcoming meetings from old ones to the new resource mailboxes?
Thanks.
Kindest regards
Leon
No way to do this with the built-in tools, if you need it that bad you can look into some 3rd party tools (meaning spend some $$$).
2 Replies
Sort By
- 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.- LeonPavesicSilver 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