You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Get-SafeLinksAggregateReport.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.reviewer:
14
14
## SYNOPSIS
15
15
This cmdlet is available only in the cloud-based service.
16
16
17
-
Use the Get-SafeLinksAggregateReport cmdlet to return to return general data about Safe Links for the last 90 days.
17
+
Use the Get-SafeLinksAggregateReport cmdlet to return to return general information about Safe Links results for the last 90 days. Yesterday is the most recent date that you can specify.
18
18
19
19
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
20
20
@@ -33,11 +33,13 @@ Get-SafeLinksAggregateReport
33
33
```
34
34
35
35
## DESCRIPTION
36
+
**Note**: If you run Get-SafeLinksAggregateReport without specifying a date range, the command will return an unspecified error.
37
+
36
38
Safe Links is a feature in Microsoft Defender for Office 365 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.
37
39
38
40
For the reporting period you specify, the cmdlet returns the following information:
39
41
40
-
- Action
42
+
- Action (Allowed, Blocked, ClickedEventBlocked, and ClickedDuringScan)
41
43
- App
42
44
- MessageCount
43
45
- RecipientCount
@@ -111,6 +113,8 @@ The EndDate parameter specifies the end date of the date range.
111
113
112
114
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018.
113
115
116
+
Yesterday is the most recent date that you can specify. You can't specify a date that's older than 90 days.
117
+
114
118
```yaml
115
119
Type: System.DateTime
116
120
Parameter Sets: (All)
@@ -129,6 +133,8 @@ The StartDate parameter specifies the start date of the date range.
129
133
130
134
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018.
131
135
136
+
Yesterday is the most recent date that you can specify. You can't specify a date that's older than 90 days.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Get-SafeLinksDetailReport.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.reviewer:
14
14
## SYNOPSIS
15
15
This cmdlet is available only in the cloud-based service.
16
16
17
-
Use the Get-SafeLinksAggregateReport cmdlet to return to return detailed information about Safe Links.
17
+
Use the Get-SafeLinksDetailReport cmdlet to return to return detailed information about Safe Links results for the last 7 days. Yesterday is the most recent date that you can specify.
18
18
19
19
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
The Get-SafeLinksDetailReport cmdlet returns information about URL clicks for the last 7 days.
39
+
**Note**: If you run Get-SafeLinksAggregateReport without specifying a date range, the command will return an unspecified error.
40
+
40
41
Safe Links is a feature in Microsoft Defender for Office 365 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.
41
42
42
43
This cmdlet returns the following information:
@@ -62,7 +63,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
This example returns filters the results by the following information:
@@ -149,6 +150,8 @@ The EndDate parameter specifies the end date of the date range.
149
150
150
151
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018.
151
152
153
+
Yesterday is the most recent date that you can specify. You can't specify a date that's older than 7 days.
154
+
152
155
```yaml
153
156
Type: System.DateTime
154
157
Parameter Sets: (All)
@@ -216,6 +219,8 @@ The StartDate parameter specifies the start date of the date range.
216
219
217
220
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018.
218
221
222
+
Yesterday is the most recent date that you can specify. You can't specify a date that's older than 7 days.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-AntiPhishPolicy.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -345,7 +345,7 @@ This setting is part of spoof protection.
345
345
346
346
The EnableUnauthenticatedSender parameter enables or disables unauthenticated sender identification in Outlook. Valid values are:
347
347
348
-
- $true: This is the default value. A question mark (?) is applied to the sender's photo if the message does not pass SPF or DKIM checks AND the message does not pass DMARC or composite authentication. The via tag ([email protected] <u>via</u> michelle@fabrikam.com) is added if the domain in the From address (the message sender that's displayed in email clients) is different from the domain in the DKIM signature or the MAIL FROM address.
348
+
- $true: This is the default value. A question mark (?) is applied to the sender's photo if the message does not pass SPF or DKIM checks AND the message does not pass DMARC or composite authentication. The via tag ([email protected] <u>via</u> fabrikam.com) is added if the domain in the From address (the message sender that's displayed in email clients) is different from the domain in the DKIM signature or the MAIL FROM address.
349
349
- $false: A question mark is never applied to the sender's photo. The via tag is still added if the domain in the From address is different from the domain in the DKIM signature or the MAIL FROM address.
350
350
351
351
To prevent these identifiers from being added to messages from specific senders, you have the following options:
0 commit comments