Planning and Configuring a Messaging Platform (legacy) — Question 20
You have a Microsoft Exchange Online subscription.
You need to generate a CSV file containing all the email messages that failed to send from the[email protected]email address during the last 30 days.
What are two possible ways to achieve the goal? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. From Exchange Online PowerShell, run the Get-MessageTrace cmdlet.
- B. From the Exchange admin center, run a message trace.
- C. From the Security & Compliance admin center, export the mailbox audit logs.
- D. From Exchange Online PowerShell, run the Get-MessagetraceDetail cmdlet.
- E. From the Security & Compliance admin center, run a message trace.
Correct answer: B, D
Explanation
Option B is correct as it allows you to run a message trace directly from the Exchange admin center, which is suitable for this task. Option D is also correct since the Get-MessagetraceDetail cmdlet can provide detailed information about the failed messages. Options A, C, and E do not specifically fulfill the requirement of generating a CSV of failed messages from the specified email address in the last 30 days.