Hi
I am trying to find out if there is a way to audit auto responses from room mailboxes. I have audit enabled on the room mailboxes it does not show relevant data. Looks like when you enable auditing it does on enabling auditing for owner, so I enabled it Owners as well using the command below but I still don't see any data
Set-Mailbox -Identity RoomMailbox -AuditOwner @{Add="Update", "SoftDelete", "HardDelete", "SendAs", "Create"}
I have auditing enabled on shared mailboxes and they do show data when certain actions are performed. Shared mailboxes are tied to Outlook profile so they are open most of the time where as Room mailboxes are not generally not opened from an outlook client or webapp. Does that have to do something with audit mailboxes. Because when I opened the room mailbox using an Outlook client to check meeting declines and acceptance and ran a audit report on that room mailbox from ECP, I saw some soft-delete operation when meeting was accepted or declined and the mail item got moved to the Delete items folder of the room mailbox.
Basically, I am trying to see if there is a way to see X user submitted meeting request and was accepted or declined for Y conference room without logging into the conference room mailbox. Hope that made sense.
Shiva