Skip to content

[AutoPublish] main to live - 05/12 15:33 PDT | 05/13 04:03 IST #12735

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 23 commits into from
May 12, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e3e3048
Update set-csteamsmessagingconfiguration.md
alejandramunozv Mar 28, 2025
84796f9
Merge branch 'MicrosoftDocs:main' into main
alejandramunozv Apr 28, 2025
ebd0d29
Update New-CsTeamsChannelsPolicy.md
alejandramunozv Apr 28, 2025
d8dc84e
Update Set-CsTeamsChannelsPolicy.md
alejandramunozv Apr 28, 2025
8b9d318
Update New-CsTeamsEventsPolicy.md
alejandramunozv Apr 28, 2025
ee439d1
Update Set-CsTeamsEventsPolicy.md
alejandramunozv Apr 28, 2025
d88f1b7
Update Set-CsTeamsChannelsPolicy.md
alejandramunozv Apr 28, 2025
e477e5f
Update New-CsTeamsChannelsPolicy.md
alejandramunozv Apr 28, 2025
37602c6
Merge branch 'main' into main
alejandramunozv May 12, 2025
d3ab7dc
Update Set-CsTenantFederationConfiguration.md
alejandramunozv May 12, 2025
b63dd1b
Update Set-CsTeamsEventsPolicy.md
alejandramunozv May 12, 2025
0133073
Update New-CsTeamsEventsPolicy.md
alejandramunozv May 12, 2025
f1085c5
Merge pull request #12638 from alejandramunozv/main
padmagit77 May 12, 2025
61a8b29
Update New-CsExternalAccessPolicy.md
alejandramunozv May 12, 2025
8fb1842
Update Set-CsExternalAccessPolicy.md
alejandramunozv May 12, 2025
6b39eaf
Update New-CsExternalAccessPolicy.md
alejandramunozv May 12, 2025
977f02f
Update Set-CsExternalAccessPolicy.md
alejandramunozv May 12, 2025
3f54cfe
Update Set-CsExternalAccessPolicy.md
alejandramunozv May 12, 2025
2cf9182
typo fix
Ruchika-mittal01 May 12, 2025
7e5e1a6
typo fix
Ruchika-mittal01 May 12, 2025
5970dca
Merge pull request #12733 from alejandramunozv/main
Ruchika-mittal01 May 12, 2025
9295271
Update Get-QuarantineMessage.md
chrisda May 12, 2025
d22ff0b
Merge pull request #12734 from MicrosoftDocs/chrisda
chrisda May 12, 2025
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
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