Skip to content

Commit ffee928

Browse files
committed
Merge branch 'main' into Office-docs-powershell-Release-Branch
2 parents 660a6c7 + 2764988 commit ffee928

File tree

5 files changed

+76
-6
lines changed

5 files changed

+76
-6
lines changed

exchange/exchange-ps/exchange/Get-AutoSensitivityLabelPolicy.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Accept wildcard characters: False
6666
### -DistributionDetail
6767
The DistributionDetail switch returns detailed policy distribution information in the DistributionResults property. You don't need to specify a value with this switch.
6868
69-
**Note**: You can ignore any errors about distribution in policy.
69+
**Note**: You can ignore errors about distribution in policy for SharePoint and OneDrive workloads.
7070
7171
```yaml
7272
Type: SwitchParameter
@@ -82,7 +82,10 @@ Accept wildcard characters: False
8282
```
8383
8484
### -ForceValidate
85-
{{ Fill ForceValidate Description }}
85+
The ForceValidate parameter specifies whether to include details related to the AdminUnits of users, groups, or sites in the policy. Valid values are:
86+
87+
- $true: Various properties in the policy include details of the AdminUnits that are associated with current set of selected users, groups, or sites.
88+
- $false: The output doesn't contain the information. This is the default value.
8689
8790
```yaml
8891
Type: Boolean

exchange/exchange-ps/exchange/New-SafeAttachmentPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ The Action parameter specifies the action for the safe attachment policy. Valid
8282
8383
- Allow: Deliver the message if malware is detected in the attachment and track scanning results. This value corresponds to **Monitor** for the **Safe Attachments unknown malware response** property of the policy in the admin center.
8484
- Block: Block the email message that contains the malware attachment. This is the default value.
85-
- Replace: Deliver the email message, but remove the malware attachment and replace it with warning text. This action will be deprecated. For more information, see [MC424901](https://admin.microsoft.com/AdminPortal/Home#/MessageCenter/:/messages/MC424901).
8685
- DynamicDelivery: Deliver the email message with a placeholder for each email attachment. The placeholder remains until a copy of the attachment is scanned and determined to be safe. For more information, see [Dynamic Delivery in Safe Attachments policies](https://learn.microsoft.com/microsoft-365/security/office-365-security/safe-attachments-about#dynamic-delivery-in-safe-attachments-policies).
8786
8887
The value of this parameter is meaningful only if the value of the Enable parameter is also $true (the default value is $false).

exchange/exchange-ps/exchange/Set-SafeAttachmentPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ The Action parameter specifies the action for the safe attachment policy. Valid
7979
8080
- Allow: Deliver the message if malware is detected in the attachment and track scanning results. This value corresponds to **Monitor** for the **Safe Attachments unknown malware response** property of the policy in the admin center.
8181
- Block: Block the email message that contains the malware attachment. This is the default value.
82-
- Replace: Deliver the email message, but remove the malware attachment and replace it with warning text. This action will be deprecated. For more information, see [MC424901](https://admin.microsoft.com/AdminPortal/Home#/MessageCenter/:/messages/MC424901).
8382
- DynamicDelivery: Deliver the email message with a placeholder for each email attachment. The placeholder remains until a copy of the attachment is scanned and determined to be safe. For more information, see [Dynamic Delivery in Safe Attachments policies](https://learn.microsoft.com/microsoft-365/security/office-365-security/safe-attachments-about#dynamic-delivery-in-safe-attachments-policies).
8483
8584
The value of this parameter is meaningful only if the value of the Enable parameter is also $true (the default value is $false).

skype/skype-ps/skype/Set-CsTeamsCallingPolicy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,8 @@ Accept wildcard characters: False
470470
Determines Spam filtering mode.
471471

472472
Possible values:
473-
- Enabled: Spam Filtering is fully enabled. Both Basic and Captcha Interactive Voice Response (IVR) checks are performed. In case the call is considered spam, the user will get a "Spam Likely" notification in Teams.
473+
- Enabled: Spam Filtering is enabled. In case the call is considered spam, the user will get a "Spam Likely" notification in Teams.
474474
- Disabled: Spam Filtering is completely disabled. No checks are performed. A "Spam Likely" notification will not appear.
475-
- EnabledWithoutIVR: Spam Filtering is partially enabled. Captcha IVR checks are disabled. A "Spam Likely" notification will appear. A call might get dropped if it gets a high score from Basic checks.
476475

477476
```yaml
478477
Type: String
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
title: Remove-CsTeamsShiftsConnection
5+
author: sofiamaniou
6+
ms.author: somaniou
7+
manager: stepfitz
8+
online version: https://learn.microsoft.com/powershell/module/teams/remove-csteamsshiftsconnection
9+
schema: 2.0.0
10+
---
11+
12+
# Remove-CsTeamsShiftsConnection
13+
14+
## SYNOPSIS
15+
16+
This cmdlet deletes a Shifts connection.
17+
18+
## SYNTAX
19+
20+
```
21+
Remove-CsTeamsShiftsConnection -ConnectionId <String> [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
26+
This cmdlet deletes a connection. All available connections can be found by running [Get-CsTeamsShiftsConnection](Get-CsTeamsShiftsConnection.md).
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> Remove-CsTeamsShiftsConnection -ConnectionId 43cd0e23-b62d-44e8-9321-61cb5fcfae85
33+
```
34+
35+
Deletes the connection with ID `43cd0e23-b62d-44e8-9321-61cb5fcfae85`.
36+
37+
## PARAMETERS
38+
39+
### -ConnectionId
40+
41+
The ID of the connection that you want to delete.
42+
43+
```yaml
44+
Type: String
45+
Parameter Sets: (All)
46+
Aliases:
47+
Applicable: Microsoft Teams
48+
Required: True
49+
Position: Named
50+
Default value: None
51+
Accept pipeline input: False
52+
Accept wildcard characters: False
53+
```
54+
55+
### CommonParameters
56+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
57+
58+
## INPUTS
59+
60+
## OUTPUTS
61+
62+
## NOTES
63+
64+
## RELATED LINKS
65+
66+
[Get-CsTeamsShiftsConnection](Get-CsTeamsShiftsConnection.md)
67+
68+
[New-CsTeamsShiftsConnection](New-CsTeamsShiftsConnection.md)
69+
70+
[Set-CsTeamsShiftsConnection](Set-CsTeamsShiftsConnection.md)

0 commit comments

Comments
 (0)