Troubleshooting Microsoft Exchange Online — Question 74

A company uses Exchange Online in a multi-geo environment. A user named User1 has delegate permission to the mailbox of a user named User2. Auditing is enabled for the organization. All users are assigned Microsoft 365 E5 licenses.
You discover that all mailbox access to User2 is being logged. However, security policies mandate that only mailbox access from administrators should be audited.
You need to ensure that mailbox audit logs conform to the security requirements.
Solution: Run the following command: Set-MailboxAuditBypassAssociation –Identity User2 –AuditByPassEnabled $true
Does the solution meet the goal?

Answer options

Correct answer: B

Explanation

The proposed solution does not meet the goal because enabling the AuditBypass feature for User2 allows all non-admin delegate access to bypass auditing, which contradicts the requirement that only administrator access should be logged. Therefore, the correct answer is 'No' as the solution does not achieve the desired outcome.