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
44applicable : Microsoft Teams
55title : Set-CsTeamsFeedbackPolicy
66schema : 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```
2218Set-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
200196Accept 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
204216Shows what would happen if the cmdlet runs.
205217The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments