File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
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/new-csteamsf
4
4
applicable : Microsoft Teams
5
5
title : New-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
# New-CsTeamsFeedbackPolicy
@@ -17,9 +13,9 @@ Use this cmdlet to control whether users in your organization can send feedback
17
13
18
14
## SYNTAX
19
15
20
- ```
16
+ ``` powershell
21
17
New-CsTeamsFeedbackPolicy [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>] [-InMemory]
22
- [-AllowEmailCollection <Boolean>] [-AllowLogCollection <Boolean>] [-AllowScreenshotCollection <Boolean>]
18
+ [-AllowEmailCollection <Boolean>] [-AllowLogCollection <Boolean>] [-AllowScreenshotCollection <Boolean>] [-EnableFeatureSuggestions <Boolean>]
23
19
[-UserInitiatedMode <String>] [-ReceiveSurveysMode <String>] [-Force] [<CommonParameters>]
24
20
```
25
21
@@ -194,6 +190,21 @@ Accept pipeline input: False
194
190
Accept wildcard characters : False
195
191
` ` `
196
192
193
+ ### -EnableFeatureSuggestions
194
+ This setting will enable Tenant Admins to hide or show the Teams menu item “Help | Suggest a Feature”.
195
+
196
+ ` ` ` yaml
197
+ Type : Boolean
198
+ Parameter Sets : (All)
199
+ Aliases :
200
+
201
+ Required : False
202
+ Position : Named
203
+ Default value : None
204
+ Accept pipeline input : False
205
+ Accept wildcard characters : False
206
+ ` ` `
207
+
197
208
### -WhatIf
198
209
Shows what would happen if the cmdlet runs.
199
210
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments