Skip to content

Update missing parameters #12638

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

Merged
merged 12 commits into from
May 12, 2025
Merged
Next Next commit
Update set-csteamsmessagingconfiguration.md
  • Loading branch information
alejandramunozv authored Mar 28, 2025
commit e3e30486af747f609faa55effc5769aa67b00006
48 changes: 48 additions & 0 deletions teams/teams-ps/teams/set-csteamsmessagingconfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Set-CsTeamsMessagingConfiguration [-Identity] <String>
[-Force]
[-MessagingNotes <String>]
[-UrlReputationCheck <string>]
[-ContentBasedPhishingCheck <string>]
[-ReportIncorrectSecurityDetections<string>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -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.
Expand Down