@@ -20,7 +20,9 @@ Use this cmdlet to modify a Teams feedback policy.
20
20
21
21
```
22
22
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>]
24
26
```
25
27
26
28
## DESCRIPTION
@@ -99,10 +101,12 @@ Accept wildcard characters: False
99
101
100
102
### -ReceiveSurveysMode
101
103
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.
102
105
103
106
Possible values:
104
107
- Enabled
105
108
- Disabled
109
+ - EnabledUserOverride
106
110
107
111
` ` ` yaml
108
112
Type : String
@@ -151,6 +155,51 @@ Accept pipeline input: False
151
155
Accept wildcard characters : False
152
156
` ` `
153
157
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
+
154
203
### -WhatIf
155
204
Shows what would happen if the cmdlet runs.
156
205
The cmdlet is not run.
0 commit comments