Pretty sure it's B. Set-AuditConfig is just org-wide, doesn't turn on auditing for a single mailbox like User1. You'd need Set-Mailbox -AuditEnabled $true for that user instead. Someone let me know if Microsoft changed this recently.
Q: 4
You have a Microsoft 365 subscription.
You have a user named User1 Several users have full access to the mailbox of User1.
Some email messages sent to User 1 appeal to have been read and deleted before the user viewed
them
When you search the audit log in the Microsoft Purview portal to identify who signed in to the
mailbox of User l. the results are blank.
You need to ensure that you can view future sign-ins to the mailbox of User1.
Solution: You run the Set-AuditConfig -Workload Exchange command.
Does that meet the goal?
Options
Discussion
B . Had something like this in a mock, Set-AuditConfig doesn’t handle auditing for just one mailbox, it’s for org-level only. You need Set-Mailbox -AuditEnabled $true for User1. Correct me if I’m missing new updates.
B is the right call here. Set-AuditConfig just sets audit logging at the org level, not per mailbox-easy to mix up if you don't work with these cmdlets much. You'd need Set-Mailbox -AuditEnabled $true for User1 specifically. Seen a few trip over this in practice.
B that command only deals with org settings. Gotta target the actual mailbox for audit logs to show up. Unless MS changed something lately, pretty sure on this.
B , you can check this in the official MS docs or labs for the Exchange audit settings.
Call it B. Set-AuditConfig is a trap here, since it’s not mailbox-level. You really need Set-Mailbox for specific auditing.
B, saw this in a similar question on a practice test. Set-AuditConfig isn’t for mailbox-specific auditing.
B tbh, Set-AuditConfig is more for org-wide audit log behaviors, it doesn't turn on mailbox auditing for individuals. You'd want Set-Mailbox -AuditEnabled $true on User1 instead. Super clear wording in this one, easy to follow.
Ugh, Microsoft makes this so confusing with all the audit config cmdlets. Its B because Set-AuditConfig only hits org-wide settings, not a specific mailbox like User1. Pretty sure you still need Set-Mailbox for mailbox-level auditing, at least from what I've seen on other practice sets.
B
Be respectful. No spam.
Question 4 of 25