Skip to content
Merged

Patch 1 #12785

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions exchange/exchange-ps/exchange/Get-MessageTraceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ By default, this cmdlet returns up to 1000 results, with a maximum of 5000 resul

The time stamps on the output are in UTC time format. That might be different from the time format that you used for the -StartDate and the -EndDate parameters.

Pagination isn't supported in this cmdlet. Throttling based on the number of queries ensures the fair use of resources:
Throttling limit: A maximum of 100 query requests will be accepted within 5 minutes running window. Throttling is automatically not applied if the request rate is lower than 100 requests in the past 5 minutes

Pagination isn't supported in this cmdlet. To query subsequent data, use the StartingRecipientAddress and EndDate parameters with the values from the **Recipient address** and **Received Time** properties respectively of the previous result in the next query.

- Use the ResultSize parameter to adjust the size of your results.
- To query subsequent data, use the StartingRecipientAddress and EndDate parameters with the values from the **Recipient address** and **Received Time** properties respectively of the previous result in the next query.
- Be as precise as possible. Narrow the gap between StartDate and EndDate and use additional parameters (for example, SenderAddress) where possible.
- Use MessageTraceId where possible (required for messages sent to more than 1000 recipients).

The StartingRecipientAddress parameter is used with the EndDate parameter to query subsequent data for partial results that are partial while avoiding duplication. Query subsequent data of your partial results by taking the **Recipient address** and **Received Time** values of the last record of your partial results and using them as the values for the StartingRecipientAddress and EndDate parameters respectively in your next query.

You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).

Expand Down