diff --git a/teams/teams-ps/teams/set-csteamsmessagingconfiguration.md b/teams/teams-ps/teams/set-csteamsmessagingconfiguration.md
index dd01cdb45b..79f4c96eb3 100644
--- a/teams/teams-ps/teams/set-csteamsmessagingconfiguration.md
+++ b/teams/teams-ps/teams/set-csteamsmessagingconfiguration.md
@@ -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.