Skip to content

Commit 5dcc7fa

Browse files
authored
Adding missing params
1 parent 70f6570 commit 5dcc7fa

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

skype/skype-ps/skype/Set-CsTeamsFeedbackPolicy.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ Use this cmdlet to modify a Teams feedback policy.
2020

2121
```
2222
Set-CsTeamsFeedbackPolicy [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>]
23-
[-ReceiveSurveysMode <String>] [-UserInitiatedMode <String>] [-Force] [-Instance <Object>]
23+
[-ReceiveSurveysMode <String>] [-UserInitiatedMode <String>] [-AllowEmailCollection <Boolean>]
24+
[-AllowLogCollection <Boolean>] [-AllowScreenshotCollection <Boolean>]
25+
[-Force] [-Instance <Object>]
2426
```
2527

2628
## DESCRIPTION
@@ -99,10 +101,12 @@ Accept wildcard characters: False
99101
100102
### -ReceiveSurveysMode
101103
Set the receiveSurveysMode parameter to enabled to allow users who are assigned the policy to receive the survey.
104+
Set it to EnabledUserOverride to have users receive the survey and allow them to opt out.
102105
103106
Possible values:
104107
- Enabled
105108
- Disabled
109+
- EnabledUserOverride
106110
107111
```yaml
108112
Type: String
@@ -151,6 +155,51 @@ Accept pipeline input: False
151155
Accept wildcard characters: False
152156
```
153157
158+
### -AllowEmailCollection
159+
Set this to TRUE to enable Email collection.
160+
161+
```yaml
162+
Type: Boolean
163+
Parameter Sets: (All)
164+
Aliases:
165+
166+
Required: False
167+
Position: Named
168+
Default value: None
169+
Accept pipeline input: False
170+
Accept wildcard characters: False
171+
```
172+
173+
### -AllowLogCollection
174+
Set this to TRUE to enable log collection.
175+
176+
```yaml
177+
Type: Boolean
178+
Parameter Sets: (All)
179+
Aliases:
180+
181+
Required: False
182+
Position: Named
183+
Default value: None
184+
Accept pipeline input: False
185+
Accept wildcard characters: False
186+
```
187+
188+
### -AllowScreenshotCollection
189+
Set this to TRUE to enable Screenshot collection.
190+
191+
```yaml
192+
Type: Boolean
193+
Parameter Sets: (All)
194+
Aliases:
195+
196+
Required: False
197+
Position: Named
198+
Default value: None
199+
Accept pipeline input: False
200+
Accept wildcard characters: False
201+
```
202+
154203
### -WhatIf
155204
Shows what would happen if the cmdlet runs.
156205
The cmdlet is not run.

0 commit comments

Comments
 (0)