Hello
I need to enable calendar logging for an account at the owner level. I know how to do this at the Delegate or Non-Admin owner but I cannot find anything on how to track logging for the calendar owner. We have a report of meetings going missing and there are no delegates on the Exchange account so I am looking for a method of tracking the owner actions on their own calendar.
So far, below is what I have enabled. These do work in our environment for another staff but only for delegate tracking.
Set-Mailbox -Identity "username" -AuditEnabled $true
get-mailbox username | Set-Mailbox -AuditEnabled:$true
Confirm auditing with: get-mailbox "username" | fl *audit*
Any help is appreciated and thanks in advance :)
~Nick