Skip to content

Commit a410f4b

Browse files
Update Set-CsTeamsFeedbackPolicy.md
Adding missing documentation for parameter that is already live on TPM
1 parent de7c2e7 commit a410f4b

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

teams/teams-ps/teams/Set-CsTeamsFeedbackPolicy.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csteamsf
44
applicable: Microsoft Teams
55
title: Set-CsTeamsFeedbackPolicy
66
schema: 2.0.0
7-
manager: bulenteg
8-
ms.author: tomkau
9-
ms.author: tomkau
10-
ms.reviewer:
117
---
128

139
# Set-CsTeamsFeedbackPolicy
@@ -21,7 +17,7 @@ Use this cmdlet to modify a Teams feedback policy (the ability to send feedback
2117
```
2218
Set-CsTeamsFeedbackPolicy [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>]
2319
[-ReceiveSurveysMode <String>] [-UserInitiatedMode <String>] [-AllowEmailCollection <Boolean>]
24-
[-AllowLogCollection <Boolean>] [-AllowScreenshotCollection <Boolean>]
20+
[-AllowLogCollection <Boolean>] [-AllowScreenshotCollection <Boolean>] [-EnableFeatureSuggestions <Boolean>]
2521
[-Force] [-Instance <Object>]
2622
```
2723

@@ -200,6 +196,22 @@ Accept pipeline input: False
200196
Accept wildcard characters: False
201197
```
202198
199+
### -EnableFeatureSuggestions
200+
This setting will enable Tenant Admins to hide or show the Teams menu item "Help | Suggest a Feature".
201+
Possible Values: True, False
202+
203+
```yaml
204+
Type: Boolean
205+
Parameter Sets: (All)
206+
Aliases:
207+
208+
Required: False
209+
Position: Named
210+
Default value: None
211+
Accept pipeline input: False
212+
Accept wildcard characters: False
213+
```
214+
203215
### -WhatIf
204216
Shows what would happen if the cmdlet runs.
205217
The cmdlet is not run.

0 commit comments

Comments
 (0)