Skip to content

Commit 60fb17a

Browse files
committed
Merge branch 'master' into Reminders-chrisda
2 parents 3dc1b62 + d0dbf1d commit 60fb17a

10 files changed

+31
-89
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-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:

exchange/exchange-ps/exchange/Set-UnifiedAuditLogRetentionPolicy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,15 @@ The RetentionDuration parameter specifies how long audit log records are kept. V
104104
- SixMonths
105105
- NineMonths
106106
- TwelveMonths
107+
- TenYears
107108
108109
This parameter is required when modifying an audit log retention policy.
109110
110111
```yaml
111112
Type: UnifiedAuditLogRetentionDuration
112113
Parameter Sets: (All)
113114
Aliases:
114-
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths
115+
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths, TenYears
115116
Applicable: Security & Compliance Center
116117

117118
Required: True

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOMigrationJobProgress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Accept wildcard characters: False
138138

139139
### -EncryptionParameters
140140

141-
PARAMVALUE: EncryptionParameters
141+
An EncryptionParameters object. See New-SPOMigrationEncryptionParameters https://docs.microsoft.com/powershell/module/sharepoint-online/new-spomigrationencryptionparameters for more information.
142142

143143
```yaml
144144
Type: EncryptionParameters

skype/skype-ps/skype/New-CsOnlineSession.md

Lines changed: 2 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,7 @@ Creates a persistent connection to Microsoft Skype for Business Online DataCente
1818

1919
### Credential (Default)
2020
```
21-
New-CsOnlineSession [[-Credential] <PSCredential>] [-OverrideAdminDomain <String>]
22-
[-OverrideDiscoveryUri <Uri>] [-OverridePowerShellUri <Uri>] [-OverrideAccessTokenResourceUri <Uri>]
23-
[-SessionOption <PSSessionOption>] [<CommonParameters>] [-TeamsEnvironmentName <String>]
24-
```
25-
26-
### OAuthAccessToken
27-
```
28-
New-CsOnlineSession [-OAuthAccessToken <SecureString>] [-OverrideAdminDomain <String>]
29-
[-OverrideDiscoveryUri <Uri>] [-OverridePowerShellUri <Uri>] [-OverrideAccessTokenResourceUri <Uri>]
30-
[-SessionOption <PSSessionOption>] [<CommonParameters>] [-TeamsEnvironmentName <String>]
21+
New-CsOnlineSession [[-Credential] <PSCredential>] [-OverrideAdminDomain <String>] [-OverridePowerShellUri <Uri>] [-TeamsEnvironmentName <String>] [-SessionOption <PSSessionOption>] [<CommonParameters>]
3122
```
3223

3324
## DESCRIPTION
@@ -62,22 +53,6 @@ Establishes a Skype for Business Online Remote PowerShell session using multi-fa
6253

6354
## PARAMETERS
6455

65-
### -UserName
66-
Specifies the Skype for Business Online administrator account name to be used when prompting for credentials.
67-
Please Note: UserName has been deprecated and is not available in the Teams Powershell module. Please use the Credential parameter to provide username and password.
68-
69-
```yaml
70-
Type: String
71-
Parameter Sets: UserName
72-
Aliases:
73-
74-
Required: False
75-
Position: 1
76-
Default value: None
77-
Accept pipeline input: False
78-
Accept wildcard characters: False
79-
```
80-
8156
### -Credential
8257
Specifies a Skype for Business Online administrator, or Syndicated Partner administrator account.
8358

@@ -97,23 +72,8 @@ Accept pipeline input: False
9772
Accept wildcard characters: False
9873
```
9974
100-
### -OAuthAccessToken
101-
Specifies an access token already acquired by the Skype for Business Online administrator, or Syndicated Partner administrator.
102-
103-
```yaml
104-
Type: SecureString
105-
Parameter Sets: OAuthAccessToken
106-
Aliases:
107-
108-
Required: False
109-
Position: Named
110-
Default value: None
111-
Accept pipeline input: False
112-
Accept wildcard characters: False
113-
```
114-
11575
### -OverrideAdminDomain
116-
Specifies the domain of the tenant to be managed. This is used when the administrator has permissions to manage more than one tenant. For example, Syndicated Partner administrators commonly manage several tenants.
76+
Specifies the domain of the tenant to be managed. This is used when the administrator has permissions to manage more than one tenant. For example, Syndicated Partner administrators commonly manage several tenants.
11777
11878
```yaml
11979
Type: String
@@ -127,22 +87,6 @@ Accept pipeline input: False
12787
Accept wildcard characters: False
12888
```
12989
130-
### -OverrideDiscoveryUri
131-
Specifies Skype for Business Auto Discovery URI.
132-
Optional.
133-
134-
```yaml
135-
Type: Uri
136-
Parameter Sets: (All)
137-
Aliases:
138-
139-
Required: False
140-
Position: Named
141-
Default value: None
142-
Accept pipeline input: False
143-
Accept wildcard characters: False
144-
```
145-
14690
### -OverridePowerShellUri
14791
Specifies Skype for Business Remote Powershell URI.
14892
Optional.
@@ -159,22 +103,6 @@ Accept pipeline input: False
159103
Accept wildcard characters: False
160104
```
161105
162-
### -OverrideAccessTokenResourceUri
163-
Specifies Skype for Business Remote Powershell Authorization Token URI.
164-
Optional.
165-
166-
```yaml
167-
Type: Uri
168-
Parameter Sets: (All)
169-
Aliases:
170-
171-
Required: False
172-
Position: Named
173-
Default value: None
174-
Accept pipeline input: False
175-
Accept wildcard characters: False
176-
```
177-
178106
### -TeamsEnvironmentName
179107
Use this setting if your organization is in one of the Teams Government Cloud environments.
180108

0 commit comments

Comments
 (0)