You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DataCollectionEnabled parameter specifies whether the EM Service will collect and send diagnostic data to Microsoft using OCS.
131
+
The DataCollectionEnabled parameter specifies whether the EM Service will collect and send diagnostic data to Microsoft using OCS. Valid values are:
132
132
133
-
```yml
133
+
- $true: The EM Service collects and sends diagnostic data to Microsoft using OCS.
134
+
- $false: Data collection is disabled.
135
+
136
+
```yaml
134
137
Type: Boolean
135
-
Position: Named
138
+
Parameter Sets: (All)
139
+
Aliases:
140
+
Applicable: Exchange Server 2016, Exchange Server 2019
141
+
142
+
Required: False
143
+
Position: Named
136
144
Default value: None
137
145
Accept pipeline input: False
138
-
Accept wildcard characters: False
139
-
Applies to: Exchange Server 2016, Exchange Server 2019
146
+
Accept wildcard characters: False
140
147
```
141
148
142
149
### -DomainController
@@ -210,30 +217,42 @@ Default value: None
210
217
Accept pipeline input: False
211
218
Accept wildcard characters: False
212
219
```
220
+
213
221
### -MitigationsEnabled
214
-
The MitigationsEnabled parameter specifies whether the EM Service will auto-apply mitigations on the Exchange Server.
222
+
The MitigationsEnabled parameter specifies whether the EM Service will auto-apply mitigations on the Exchange server. Valid values are:
223
+
224
+
- $true: The EM Service auto-applies mitigations on the Exchange server.
225
+
- $false: Mitigations are not auto-applied on the Exchange server.
226
+
227
+
```yaml
228
+
Type: Boolean
229
+
Parameter Sets: (All)
230
+
Aliases:
231
+
Applicable: Exchange Server 2016, Exchange Server 2019
215
232
216
-
```yml
217
-
Type: Boolean
218
-
Position: Named
219
-
Default value: None
233
+
Required: False
234
+
Position: Named
235
+
Default value: None
220
236
Accept pipeline input: False
221
237
Accept wildcard characters: False
222
-
Applies to: Exchange Server 2016, Exchange Server 2019
223
238
```
224
239
225
240
### -MitigationsBlocked
226
241
The MitigationsBlocked parameter specifies a list of mitigations that are blocked. The Mitigation IDs present in this list are not applied by EM service in its hourly run.
227
242
228
-
To enter multiple values and overwrite any existing Mitigation entries, use the following syntax: @("M1","M2","M3").
243
+
To enter multiple values and overwrite any existing Mitigation entries, use the following syntax: `@("Entry1","Entry2",..."EntryN")`.
229
244
230
-
```yml
231
-
Type: MultiValuedProperty
245
+
```yaml
246
+
Type: Boolean
247
+
Parameter Sets: (All)
248
+
Aliases:
249
+
Applicable: Exchange Server 2016, Exchange Server 2019
250
+
251
+
Required: False
232
252
Position: Named
233
-
Default value: None
234
-
Accept pipeline input: False
253
+
Default value: None
254
+
Accept pipeline input: False
235
255
Accept wildcard characters: False
236
-
Applies to: Exchange Server 2016, Exchange Server 2019
0 commit comments