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 Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,335 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,355 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 94,911 Reputation points MVP
    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,206 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