Skip to content

Commit 8b689f1

Browse files
authored
missing params
1 parent 5dcc7fa commit 8b689f1

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

skype/skype-ps/skype/New-CsTeamsFeedbackPolicy.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Use this cmdlet to control whether users in your organization can send feedback
1919

2020
```
2121
New-CsTeamsFeedbackPolicy [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>] [-InMemory]
22+
[-AllowEmailCollection <Boolean>] [-AllowLogCollection <Boolean>] [-AllowScreenshotCollection <Boolean>]
2223
[-UserInitiatedMode <String>] [-ReceiveSurveysMode <String>] [-Force]
2324
```
2425

@@ -151,6 +152,48 @@ Accept pipeline input: False
151152
Accept wildcard characters: False
152153
```
153154
155+
### -AllowEmailCollection
156+
Set this to TRUE to enable Email collection.
157+
158+
```yaml
159+
Type: Boolean
160+
Parameter Sets: (All)
161+
Aliases:
162+
Required: False
163+
Position: Named
164+
Default value: None
165+
Accept pipeline input: False
166+
Accept wildcard characters: False
167+
```
168+
169+
### -AllowLogCollection
170+
Set this to TRUE to enable log collection.
171+
172+
```yaml
173+
Type: Boolean
174+
Parameter Sets: (All)
175+
Aliases:
176+
Required: False
177+
Position: Named
178+
Default value: None
179+
Accept pipeline input: False
180+
Accept wildcard characters: False
181+
```
182+
183+
### -AllowScreenshotCollection
184+
Set this to TRUE to enable Screenshot collection.
185+
186+
```yaml
187+
Type: Boolean
188+
Parameter Sets: (All)
189+
Aliases:
190+
Required: False
191+
Position: Named
192+
Default value: None
193+
Accept pipeline input: False
194+
Accept wildcard characters: False
195+
```
196+
154197
### -WhatIf
155198
Shows what would happen if the cmdlet runs.
156199
The cmdlet is not run.

0 commit comments

Comments
 (0)