Troubleshooting Microsoft Exchange Online — Question 22

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-Mailbox –Identity User1 –AuditEnabled $false
Does the solution meet the goal?

Answer options

Correct answer: B

Explanation

The proposed solution, which involves setting the AuditEnabled property of User1's mailbox to false, does not address the issue correctly. It would prevent User1's access from being logged, but it does not stop the auditing of User2's mailbox access by others, including administrators. Therefore, the answer is No; the solution does not meet the goal.