Export room calendar details - powershell script

Chopra 126 Reputation points
2021-11-04T05:52:05.357+00:00

How to export following info from a room mailbox

  1. Who has booked the room
    username@upn
  2. Room Number
    201 1B
  3. Time slot
    2 pm to 3 pm
Exchange Exchange Server Management
Windows for business Windows Server User experience PowerShell
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 119.5K Reputation points MVP Volunteer Moderator
    2021-11-04T07:33:51.217+00:00

    Item-level details such as information about specific meetings are not exposed directly via PowerShell. You will need to use a solution based on EWS or the Graph API, here's a sample one: https://letsexchange.blogspot.com/2017/05/exchange-meeting-room-statistics.html?m=0


1 additional answer

Sort by: Most helpful
  1. KyleXu-MSFT 26,396 Reputation points
    2021-11-05T06:25:42.62+00:00

    @Chopra

    If you want to export this information with PowerShell, you will need to use EWS as michev said. I will help you add Exchange development tag to this thread.

    If you just want to check who booked this room, you could add your mailbox to this room mailbox's full access list, then you will could open this room mailbox and check from it directly.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.