Skip to content

Commit 8843b81

Browse files
authored
Merge pull request MicrosoftDocs#12786 from ericacho1/patch-2
Update Get-MessageTraceDetailV2.md
2 parents 07bd010 + c5d3c6b commit 8843b81

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

exchange/exchange-ps/exchange/Get-MessageTraceDetailV2.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Get-MessageTraceDetailV2 [-MessageTraceId] <Guid> [-RecipientAddress] <String>
2929
## DESCRIPTION
3030
You can use this cmdlet to search message data for the last 90 days. You can only query 10 days worth of data per query. If you enter a timeframe that's older than 90 days, you receive an error and the command will return no results.
3131

32+
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
33+
3234
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).
3335

3436
## EXAMPLES
@@ -52,14 +54,6 @@ This example uses the Get-MessageTrace cmdlet to retrieve message trace informat
5254
### -MessageTraceId
5355
The MessageTraceId parameter filters the results by the message trace ID value of the message. This GUID value is generated for every message that's processed by the system (for example, c20e0f7a-f06b-41df-fe33-08d9da155ac1).
5456

55-
The MessageTraceId value is also available in the output of the following cmdlets:
56-
57-
- Get-MailDetailATPReport
58-
- Get-MailDetailDlpPolicyReport
59-
- Get-MailDetailEncryptionReport
60-
- Get-MailDetailTransportRuleReport
61-
- Get-MessageTraceV2
62-
6357
```yaml
6458
Type: Guid
6559
Parameter Sets: (All)

0 commit comments

Comments
 (0)