Skip to content

Commit 91a9927

Browse files
authored
Merge branch 'master' into patch-191
2 parents 9ce34af + 331b618 commit 91a9927

File tree

3 files changed

+44
-7
lines changed

3 files changed

+44
-7
lines changed

exchange/exchange-ps/exchange/Get-UrlTrace.md

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,61 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
## SYNTAX
2525

2626
```
27-
Get-UrlTrace [-ClickId <Guid>] [-EndDate <DateTime>] [-Expression <Expression>] [-Page <Int32>]
28-
[-PageSize <Int32>] [-RecipientAddress <MultiValuedProperty>] [-StartDate <DateTime>]
29-
[-UrlOrDomain <MultiValuedProperty>] [-Workloads <MultiValuedProperty>] [<CommonParameters>]
27+
Get-UrlTrace
28+
[-ClickId <Guid>]
29+
[-EndDate <DateTime>]
30+
[-Expression <Expression>]
31+
[-Page <Int32>]
32+
[-PageSize <Int32>]
33+
[-RecipientAddress <MultiValuedProperty>]
34+
[-StartDate <DateTime>]
35+
[-UrlOrDomain <MultiValuedProperty>]
36+
[-Workloads <MultiValuedProperty>]
37+
[<CommonParameters>]
3038
```
3139

3240
## DESCRIPTION
3341
Safe Links is a feature in Advanced Threat Protection that checks links in email messages to see if they lead to malicious web sites. When a user clicks a link in a message, the URL is temporarily rewritten and checked against a list of known, malicious web sites. Safe Links includes the URL trace reporting feature to help determine who has clicked through to a malicious web site. For more information about Advanced Threat Protection Safe Links, see [Office 365 ATP Safe Links](https://docs.microsoft.com/microsoft-365/security/office-365-security/atp-safe-links).
3442

35-
The following list described the values that are returned in the output of this cmdlet:
43+
For the reporting period you specify, the cmdlet returns the following information:
44+
45+
- Time Clicked: The date/time when the URL in the message body was clicked. Every analyzed URL click is recorded, even when a user clicks a URL in an existing message that's already been scanned.
46+
47+
- Workload
48+
49+
- Application Name
50+
51+
- Message ID
52+
53+
- Message Trace ID
54+
55+
- Source ID
56+
57+
- Source Details
3658

3759
- ClickId: A GUID for each URL that was analyzed in a message.
3860

39-
- Clicked: The date/time when the URL in the message body was clicked. Every analyzed URL click is recorded, even when a user clicks a URL in an existing message that's already been scanned.
61+
- Recipient Address
62+
63+
- URL
64+
65+
- User IP Address
4066

4167
- UrlBlocked: The URL was detected as malicious by Safe Links (only the initial block, not subsequent clicks), or the user clicked the URL while the scan in progress (users are taken to a notification page that asks them to try again after the scan is complete).
4268

4369
- UrlClicked: The URL is blocked, but the applicable Safe Links policy has the DoNotAllowClickThrough parameter value $false (click through is allowed). Updated policies aren't applied to existing messages that have already been scanned. New or updated policies are applied to new messages that were received after the policy is applied to the mailbox.
4470

71+
- Click Action: The action of a specific click. Possible values are:
72+
73+
• None: We were unable to capture the verdict for the URL. The user might have clicked through the URL.
74+
• Allowed: The user was allowed to navigate to the URL.
75+
• Blocked: The User was blocked from navigating to the URL.
76+
• Pending verdict: The user was presented with the detonation pending page.
77+
• Blocked overridden: The user was blocked from navigating to the URL; however, the user overrode the block to navigate to the URL.
78+
• Pending verdict bypassed: The user presented with the detonation page; however, the user overrode the page to navigate to the URL.
79+
• Error: The user was presented with the error page. This can also mean there was an error in capturing the verdict.
80+
• Failure: There was unknown exception while capturing the verdict. The user might have clicked through the URL.
81+
4582
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://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
4683

4784
## EXAMPLES

exchange/exchange-ps/exchange/New-DlpEdmSchema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222
## SYNTAX
2323

2424
```
25-
New-DlpEdmSchema [-FileData] <Byte[]> [-WhatIf] [-Confirm] [<CommonParameters>]
25+
New-DlpEdmSchema [-FileData] <Byte[]> [-Confirm] [-WhatIf] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION

exchange/exchange-ps/exchange/Remove-DlpEdmSchema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222
## SYNTAX
2323

2424
```
25-
Remove-DlpEdmSchema [-Identity] <EdmStorageIdParameter> [-WhatIf] [-Confirm] [<CommonParameters>]
25+
Remove-DlpEdmSchema [-Identity] <EdmStorageIdParameter> [-Confirm] [-WhatIf] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION

0 commit comments

Comments
 (0)