Skip to content

Commit 1983f16

Browse files
authored
Merge branch 'master' into patch-8
2 parents 9aa64ac + 9b50a05 commit 1983f16

12 files changed

+104
-42
lines changed

exchange/exchange-ps/exchange/Get-SafeLinksAggregateReport.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

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.
1818

1919
**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).
2020

@@ -33,11 +33,13 @@ Get-SafeLinksAggregateReport
3333
```
3434

3535
## DESCRIPTION
36+
**Note**: If you run Get-SafeLinksAggregateReport without specifying a date range, the command will return an unspecified error.
37+
3638
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.
3739

3840
For the reporting period you specify, the cmdlet returns the following information:
3941

40-
- Action
42+
- Action (Allowed, Blocked, ClickedEventBlocked, and ClickedDuringScan)
4143
- App
4244
- MessageCount
4345
- RecipientCount
@@ -111,6 +113,8 @@ The EndDate parameter specifies the end date of the date range.
111113

112114
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.
113115

116+
Yesterday is the most recent date that you can specify. You can't specify a date that's older than 90 days.
117+
114118
```yaml
115119
Type: System.DateTime
116120
Parameter Sets: (All)
@@ -129,6 +133,8 @@ The StartDate parameter specifies the start date of the date range.
129133

130134
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.
131135

136+
Yesterday is the most recent date that you can specify. You can't specify a date that's older than 90 days.
137+
132138
```yaml
133139
Type: System.DateTime
134140
Parameter Sets: (All)

exchange/exchange-ps/exchange/Get-SafeLinksDetailReport.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

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.
1818

1919
**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).
2020

@@ -36,7 +36,8 @@ Get-SafeLinksDetailReport [-Action <MultiValuedProperty>]
3636
```
3737

3838
## DESCRIPTION
39-
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+
4041
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.
4142

4243
This cmdlet returns the following information:
@@ -62,7 +63,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
6263

6364
### Example 1
6465
```powershell
65-
Get-SafeLinksDetailReport -StartDate 06-07-2020 -EndDate 06-10-2020 -Action Allowed,Blocked -AppNameList "Email Client","Teams" -Domain google.com,teams.com -RecipientAddress [email protected],[email protected]
66+
Get-SafeLinksDetailReport -StartDate 06-07-2020 -EndDate 06-10-2020 -Action Allowed,Blocked -AppNameList "Email Client","Teams" -Domain google.com,teams.com -RecipientAddress [email protected],[email protected]
6667
```
6768

6869
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.
149150

150151
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.
151152

153+
Yesterday is the most recent date that you can specify. You can't specify a date that's older than 7 days.
154+
152155
```yaml
153156
Type: System.DateTime
154157
Parameter Sets: (All)
@@ -216,6 +219,8 @@ The StartDate parameter specifies the start date of the date range.
216219

217220
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.
218221

222+
Yesterday is the most recent date that you can specify. You can't specify a date that's older than 7 days.
223+
219224
```yaml
220225
Type: System.DateTime
221226
Parameter Sets: (All)

exchange/exchange-ps/exchange/Get-UnifiedAuditLogRetentionPolicy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,13 @@ The RetentionDuration parameter filters the policy results by the retention dura
9292
- SixMonths
9393
- NineMonths
9494
- TwelveMonths
95+
- TenYears
9596
9697
```yaml
9798
Type: UnifiedAuditLogRetentionDuration
9899
Parameter Sets: (All)
99100
Aliases:
100-
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths
101+
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths, TenYears
101102
Applicable: Security & Compliance Center
102103

103104
Required: False

exchange/exchange-ps/exchange/New-AntiPhishPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ This setting is part of spoof protection.
345345

346346
The EnableUnauthenticatedSender parameter enables or disables unauthenticated sender identification in Outlook. Valid values are:
347347

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.
349349
- $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.
350350

351351
To prevent these identifiers from being added to messages from specific senders, you have the following options:

exchange/exchange-ps/exchange/New-MailboxImportRequest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -482,12 +482,12 @@ Accept wildcard characters: False
482482
### -ConflictResolutionOption
483483
The ConflictResolutionOption parameter specifies what to do if there are multiple matching messages in the target. Valid values are:
484484

485-
- ForceCopy
485+
- ForceCopy (Exchange 2016 or later)
486486
- KeepAll
487487
- KeepLatestItem
488-
- KeepSourceItem (This is the default value.)
489-
- KeepTargetItem
490-
- UpdateFromSource
488+
- KeepSourceItem (This is the default value)
489+
- KeepTargetItem (Exchage 2016 or later)
490+
- UpdateFromSource (Exchange 2016 or later)
491491

492492
```yaml
493493
Type: ConflictResolutionOption

exchange/exchange-ps/exchange/New-RetentionComplianceRule.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ You view and create labels by using the Get-ComplianceTag and New-ComplianceTag
8080

8181
You can't use this parameter with the Name or PublishComplianceTag parameters.
8282

83+
You can't use this parameter for Teams retention rules.
84+
8385
```yaml
8486
Type: String
8587
Parameter Sets: ComplianceTag
@@ -134,6 +136,8 @@ You view and create labels by using the Get-ComplianceTag and New-ComplianceTag
134136
135137
You can't use this parameter with the Name or ApplyComplianceTag parameters.
136138
139+
You can't use this parameter for Teams retention rules.
140+
137141
```yaml
138142
Type: String
139143
Parameter Sets: PublishComplianceTag
@@ -191,6 +195,8 @@ Use the Get-DLPSensitiveInformationType cmdlet to list the sensitive information
191195

192196
You can use this parameter with the ApplyComplianceTag parameter.
193197

198+
You can't use this parameter for Teams retention rules.
199+
194200
```yaml
195201
Type: PswsHashtable[]
196202
Parameter Sets: ComplianceTag
@@ -209,6 +215,8 @@ The ContentMatchQuery parameter specifies a content search filter.
209215

210216
This parameter uses a text search string or a query that's formatted by using the Keyword Query Language (KQL). For more information about KQL, see [Keyword Query Language (KQL) syntax reference](https://docs.microsoft.com/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference).
211217

218+
You can't use this parameter for Teams retention rules.
219+
212220
```yaml
213221
Type: String
214222
Parameter Sets: ComplianceTag, Default
@@ -236,7 +244,9 @@ The ExcludedItemClasses parameter specifies the types of messages to exclude fro
236244

237245
Additionally, you can specify [message classes for Exchange items](https://docs.microsoft.com/office/vba/outlook/concepts/forms/item-types-and-message-classes) and custom or third-party message classes. Note that the values you specify aren't validated, so the parameter accepts any text value.
238246

239-
You can specify multiple item class values by using the syntax "Value1","Value2",..."ValueN".
247+
You can specify multiple item class values by using the following syntax: `"Value1","Value2",..."ValueN"`.
248+
249+
You can't use this parameter for Teams retention rules.
240250

241251
```yaml
242252
Type: MultiValuedProperty
@@ -257,6 +267,8 @@ The ExpirationDateOption parameter specifies whether the expiration date is calc
257267
- CreationAgeInDays
258268
- ModificationAgeInDays
259269

270+
You can't use this parameter for Teams retention rules.
271+
260272
```yaml
261273
Type: String
262274
Parameter Sets: (All)
@@ -318,6 +330,8 @@ The RetentionDurationDisplayHint parameter specifies the units that are used to
318330

319331
For example, if this parameter is set to the value Years, and the RetentionDuration parameter is set to the value 365, the Security & Compliance Center will display 1 year as the content hold duration.
320332

333+
You can't use this parameter for Teams retention rules.
334+
321335
```yaml
322336
Type: HoldDurationHint
323337
Parameter Sets: Default

exchange/exchange-ps/exchange/New-UnifiedAuditLogRetentionPolicy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,13 @@ The RetentionDuration parameter specifies how long audit log records are kept. V
100100
- SixMonths
101101
- NineMonths
102102
- TwelveMonths
103+
- TenYears
103104
104105
```yaml
105106
Type: UnifiedAuditLogRetentionDuration
106107
Parameter Sets: (All)
107108
Aliases:
108-
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths
109+
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths, TenYears
109110
Applicable: Security & Compliance Center
110111

111112
Required: True

exchange/exchange-ps/exchange/Set-AntiPhishPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ This setting is part of spoof protection.
351351

352352
The EnableUnauthenticatedSender parameter enables or disables unauthenticated sender identification in Outlook. Valid values are:
353353

354-
- $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.
354+
- $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.
355355
- $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.
356356

357357
To prevent these identifiers from being added to messages from specific senders, you have the following options:

0 commit comments

Comments
 (0)