-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update Set-CsTeamsMessagingConfiguration.md #13582
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,6 +29,7 @@ Set-CsTeamsMessagingConfiguration [-Identity] <String> | |
| [-ReportIncorrectSecurityDetections<string>] | ||
| [-WhatIf] | ||
| [<CommonParameters>] | ||
| [-Communities <String>] | ||
| ``` | ||
|
|
||
| ## DESCRIPTION | ||
|
|
@@ -208,6 +209,23 @@ Accept pipeline input: False | |
| Accept wildcard characters: False | ||
| ``` | ||
|
|
||
| ### -Communities | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Enables/disables Viva Engage"... Remove "This setting". its implied. |
||
| 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] | ||
|
|
||
There was a problem hiding this comment.
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