File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Use this cmdlet to control whether users in your organization can send feedback
19
19
20
20
```
21
21
New-CsTeamsFeedbackPolicy [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>] [-InMemory]
22
+ [-AllowEmailCollection <Boolean>] [-AllowLogCollection <Boolean>] [-AllowScreenshotCollection <Boolean>]
22
23
[-UserInitiatedMode <String>] [-ReceiveSurveysMode <String>] [-Force]
23
24
```
24
25
@@ -151,6 +152,48 @@ Accept pipeline input: False
151
152
Accept wildcard characters : False
152
153
` ` `
153
154
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
+
154
197
### -WhatIf
155
198
Shows what would happen if the cmdlet runs.
156
199
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments