Skip to content
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
18 changes: 18 additions & 0 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsMessagingConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Set-CsTeamsMessagingConfiguration [-Identity] <String>
[-ReportIncorrectSecurityDetections<string>]
[-WhatIf]
[<CommonParameters>]
[-Communities <String>]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this above the Common Parameters

```

## DESCRIPTION
Expand Down Expand Up @@ -208,6 +209,23 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -Communities
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this higher up to be in alphabetical order to make it easier for the customer


This setting enables/disables Viva Engage Communities across the whole tenant. Upon enablement, admins and/or users can consume and interact with the communities.
Possible Values: True, False

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -ReportIncorrectSecurityDetections

> [!NOTE]
Expand Down