Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update set-csteamsmessagingconfiguration.md #12638

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions teams/teams-ps/teams/set-csteamsmessagingconfiguration.md
Original file line number Diff line number Diff line change
@@ -24,6 +24,8 @@ Set-CsTeamsMessagingConfiguration [-Identity] <String>
[-Force]
[-MessagingNotes <String>]
[-UrlReputationCheck <string>]
[-ContentBasedPhishingCheck <string>]
[-ReportIncorrectSecurityDetections<string>]
[-WhatIf]
[<CommonParameters>]
```
@@ -205,6 +207,52 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ContentBasedPhishingCheck
>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.
This setting determines if Content Based Phishing Check in teams messaging across the whole tenant
Possible Values:
- Enabled
- Disabled
```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```
### -ReportIncorrectSecurityDetections
>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.
This setting determines if Report Incorrect Security Detections is enabled in teams messaging across the whole tenant
Possible Values:
- Enabled
- Disabled
```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```
### -WhatIf
Shows what would happen if the cmdlet runs.