Skip to content

Commit a0a82d4

Browse files
authored
Merge branch 'main' into patch-1
2 parents 8e8ba6d + 5953070 commit a0a82d4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

exchange/exchange-ps/ExchangePowerShell/Get-ATPTotalTrafficReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ TotalMissedSafeLinkCount is when the recipient or tenant is not included in a Sa
5454

5555
If the tenant had Safe Attachments or Safe Links policies, the messages would have been blocked and not delivered.
5656

57-
By default, the command returns data for the last 14 days. Data for the last 90 days is available.
57+
By default, the command returns data for the last 1 day. Data for the last 90 days is available.
5858

5959
You need to be assigned permissions before you can run this cmdlet. Although this article lists all parameters for the cmdlet, you might not have access to some parameters if they aren't 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).
6060

exchange/exchange-ps/ExchangePowerShell/New-DlpComplianceRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ The EvaluateRulePerComponent parameter specifies whether a match for conditions
11341134

11351135
For example, a DLP rule is configured to block messages that contain three or more Social Security numbers (SSNs). When the value of this parameter is $true, a message is blocked only if there are three or more SSNs in the message body, or there are three or more SSNs in a specific attachment. The DLP rule doesn't match and the message isn't blocked if there are two SSNs in the message body, one SSN in an attachment, and two SSNs in another attachment in the same email message.
11361136

1137-
**Note**: When the value of this parameter is $true, the scoping within Content Contains condition is overriden. In other words, even if the scoping is set to Attachments only, the message body is also scanned as a separate component. Even when the scoping is set to Message only, attachments are scanned as individual components.
1137+
**Note**: When the value of this parameter is $true, the scoping within Content Contains condition is overriden. In other words, even if the scoping is set to Attachments only, the message body is also scanned as a separate component. Even when the scoping is set to Message only, attachments are scanned as individual components. The same behavior applies for the NOT operator on the Content Contains condition.
11381138

11391139
This parameter works with the following conditions or exceptions only:
11401140

teams/teams-ps/MicrosoftTeams/New-CsTeamsFilesPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Accept wildcard characters: False
5252
5353
### -FileSharingInChatswithExternalUsers
5454
55-
Indicates if file sharing in chats with external users is enabled. It is by default enabled, to disable admins can run following command.
55+
Indicates if file sharing in chats with external users is enabled. It is by default disabled, to enable admins can run following command.
5656
```powershell
57-
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Disabled
57+
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Enabled
5858
```
5959

6060
```yaml
@@ -64,7 +64,7 @@ Aliases:
6464

6565
Required: False
6666
Position: Named
67-
Default value: Enabled
67+
Default value: Disabled
6868
Accept pipeline input: False
6969
Accept wildcard characters: False
7070
```

teams/teams-ps/MicrosoftTeams/Set-CsTeamsFilesPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Accept wildcard characters: False
7777
7878
### -FileSharingInChatswithExternalUsers
7979
80-
Indicates if file sharing in chats with external users is enabled. It is by default enabled, to disable admins can run following command.
80+
Indicates if file sharing in chats with external users is enabled. It is by default disabled, to enable admins can run following command.
8181
```powershell
82-
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Disabled
82+
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Enabled
8383
```
8484

8585
```yaml
@@ -89,7 +89,7 @@ Aliases:
8989

9090
Required: False
9191
Position: Named
92-
Default value: Enabled
92+
Default value: Disabled
9393
Accept pipeline input: False
9494
Accept wildcard characters: False
9595
```

0 commit comments

Comments
 (0)