File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csteamsf
4
4
applicable : Microsoft Teams
5
5
title : Set-CsTeamsFeedbackPolicy
6
6
schema : 2.0.0
7
- manager : bulenteg
8
- ms.author : tomkau
9
- ms.author : tomkau
10
- ms.reviewer :
11
7
---
12
8
13
9
# Set-CsTeamsFeedbackPolicy
@@ -21,7 +17,7 @@ Use this cmdlet to modify a Teams feedback policy (the ability to send feedback
21
17
```
22
18
Set-CsTeamsFeedbackPolicy [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>]
23
19
[-ReceiveSurveysMode <String>] [-UserInitiatedMode <String>] [-AllowEmailCollection <Boolean>]
24
- [-AllowLogCollection <Boolean>] [-AllowScreenshotCollection <Boolean>]
20
+ [-AllowLogCollection <Boolean>] [-AllowScreenshotCollection <Boolean>] [-EnableFeatureSuggestions <Boolean>]
25
21
[-Force] [-Instance <Object>]
26
22
```
27
23
@@ -200,6 +196,22 @@ Accept pipeline input: False
200
196
Accept wildcard characters : False
201
197
` ` `
202
198
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
+
203
215
### -WhatIf
204
216
Shows what would happen if the cmdlet runs.
205
217
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments