Skip to content

Commit 37424cd

Browse files
Update New-CsTeamsFeedbackPolicy.md
adding missing parameter
1 parent c29b619 commit 37424cd

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

teams/teams-ps/teams/New-CsTeamsFeedbackPolicy.md

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

139
# New-CsTeamsFeedbackPolicy
@@ -17,9 +13,9 @@ Use this cmdlet to control whether users in your organization can send feedback
1713

1814
## SYNTAX
1915

20-
```
16+
```powershell
2117
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>]
2319
[-UserInitiatedMode <String>] [-ReceiveSurveysMode <String>] [-Force] [<CommonParameters>]
2420
```
2521

@@ -194,6 +190,21 @@ Accept pipeline input: False
194190
Accept wildcard characters: False
195191
```
196192
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+
197208
### -WhatIf
198209
Shows what would happen if the cmdlet runs.
199210
The cmdlet is not run.

0 commit comments

Comments
 (0)