exam questions

Exam MS-203 All Questions

View all questions & answers for the MS-203 exam

Exam MS-203 topic 2 question 23 discussion

Actual exam question from Microsoft's MS-203
Question #: 23
Topic #: 2
[All MS-203 Questions]

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.

  • A. From the Security & Compliance center, run a message trace.
  • B. From the Exchange admin center, run a message trace.
  • C. From Exchange Online PowerShell, run the Get-MessageTrace cmdlet.
  • D. From the Security & Compliance center, export the mailbox audit logs.
  • E. From Exchange Online PowerShell, run the Get-MessagetraceDetail cmdlet.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Ronnie123
Highly Voted 3 years, 7 months ago
Correct anwser is A and B. Get-MessageTrace only returns mails from last 10 days. "To search for message data that is greater than 10 days old, use the Start-HistoricalSearch and Get-HistoricalSearch cmdlets."
upvoted 26 times
jeffangel28
3 years, 3 months ago
Agree, reference to support the answer https://docs.microsoft.com/en-us/powershell/module/exchange/get-messagetrace?view=exchange-ps#description
upvoted 2 times
...
...
Carlos1787
Highly Voted 3 years, 7 months ago
Answer, run a message trace from security and compliance center https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/message-trace-scc?view=o365-worldwide Run a message trace from EAC https://docs.microsoft.com/en-us/exchange/monitoring/trace-an-email-message/run-a-message-trace-and-view-results#view-message-trace-results-for-messages-more-than-7-days-old
upvoted 8 times
waseemsmr
3 years, 6 months ago
That's correct, The answer is A & B
upvoted 5 times
...
...
Amir1909
Most Recent 6 months, 2 weeks ago
A and B is correct answer
upvoted 1 times
...
Noie
1 year, 6 months ago
Selected Answer: AB
Correct anwser is A and B.
upvoted 1 times
...
RagehAmmar
1 year, 11 months ago
Selected Answer: AB
A: Since we have an option in S&C Admin Center to run a message trace (Normally a redirection to ECP). B: Regular Message Trace.
upvoted 3 times
...
UWSFish
2 years, 1 month ago
Message trace these days is in M365D portal...but really only as a link to Exchange admin center...still, if past is prologue the legacy answers would apply
upvoted 3 times
...
maxustermann
2 years, 4 months ago
Selected Answer: AB
Correct anwser is A and B.
upvoted 2 times
...
learnerearner
2 years, 5 months ago
A and B are correct.
upvoted 2 times
...
gta33578
2 years, 6 months ago
on exam 11-27-21
upvoted 3 times
...
mackypatio
3 years ago
I do this a lot. A and B. get-messagetrace cannot show more than 10days. If you run this command and you put a start date that is more than 10days ago, there will be an error and will return no results. The correct command to trace emails that are more that 10 days ago is Start-HistoricalSearch and Get-HistoricalSearch. else, use the admin portal either S&C or Exchange admin center.
upvoted 4 times
...
m2L
3 years, 4 months ago
A&B are the good answers I think
upvoted 2 times
...
Stan007
3 years, 4 months ago
I select Security & Compliance admin center and Exchange admin center. Get-MessageTrace is limited to 7 days. Start-HistoricalSearch will allow you to search the full 90 days. https://social.technet.microsoft.com/Forums/en-US/ce0252af-fec7-40e5-8935-1dbe70ee4fe1/getmessagetrace-look-back-period?forum=onlineservicesexchange
upvoted 3 times
...
Jfran
3 years, 5 months ago
this is what appears in the MS-203 official book: For example, to perform the same search for messages sent by [email protected] in a specific time interval, you would run the following cmdlet: Get-MessageTrace -SenderAddress “[email protected]” ‘ -StartDate “01/08/2019 10:00:00” ‘ -EndDate “01/09/2019 11:00:00” Note: There is often a delay of 5 to 30 minutes before message trace information is available after a message is sent. This applies to both the EAC and Windows PowerShell.
upvoted 1 times
Dimonchik
3 years, 5 months ago
Try yourself, there is no info for 30 days there. https://answers.microsoft.com/en-us/msoffice/forum/msoffice_o365admin/get-messagetrace-returning-last-30-days/99e4f692-db88-4981-b4d5-36e02ca79a6b
upvoted 1 times
Dimonchik
3 years, 5 months ago
Or https://github.com/MicrosoftDocs/office-docs-powershell/pull/4658
upvoted 1 times
...
...
...
Gboy19
3 years, 5 months ago
Correct answer should be A and B since you need to search for 30 days trace. You can use Get-MessagetraceDetail and Get-MessageTrace to search message data for the last 10 days. If you enter a time period that's older than 10 days, you will receive an error and the command will return no results.
upvoted 3 times
...
bamboo
3 years, 5 months ago
Answer:- A,B
upvoted 2 times
...
Bryan
3 years, 6 months ago
https://docs.microsoft.com/en-us/powershell/module/exchange/get-messagetrace?view=exchange-ps. This is a URL that works the one on the Question doesn't
upvoted 1 times
...
Tumbrik
3 years, 7 months ago
The answer A is also wrong as you can't export failed messages from the Security & Compliance admin center
upvoted 1 times
2511
3 years, 7 months ago
Yes you can. If you select the time range for more then 10 days you get this message: If you choose a time range of more than 10 days, you'll only be able to view the results in a downloadable CSV file. So A is correct.
upvoted 8 times
Theoter
3 years, 6 months ago
@2511, you are very correct https://techcommunity.microsoft.com/t5/exchange-team-blog/new-message-trace-in-office-365-security-038-compliance-center/ba-p/607893
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...