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. Valid values are:
132
+
133
+
- $true: The EM Service collects and sends diagnostic data to Microsoft using OCS.
134
+
- $false: Data collection is disabled.
135
+
136
+
```yaml
137
+
Type: Boolean
138
+
Parameter Sets: (All)
139
+
Aliases:
140
+
Applicable: Exchange Server 2016, Exchange Server 2019
141
+
142
+
Required: False
143
+
Position: Named
144
+
Default value: None
145
+
Accept pipeline input: False
146
+
Accept wildcard characters: False
147
+
```
148
+
127
149
### -DomainController
128
150
The DomainController parameter specifies the ___domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the ___domain controller by its fully qualified ___domain name (FQDN). For example, dc01.contoso.com.
129
151
@@ -196,6 +218,43 @@ Accept pipeline input: False
196
218
Accept wildcard characters: False
197
219
```
198
220
221
+
### -MitigationsEnabled
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
232
+
233
+
Required: False
234
+
Position: Named
235
+
Default value: None
236
+
Accept pipeline input: False
237
+
Accept wildcard characters: False
238
+
```
239
+
240
+
### -MitigationsBlocked
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.
242
+
243
+
To enter multiple values and overwrite any existing Mitigation entries, use the following syntax: `@("Entry1","Entry2",..."EntryN")`.
244
+
245
+
```yaml
246
+
Type: Boolean
247
+
Parameter Sets: (All)
248
+
Aliases:
249
+
Applicable: Exchange Server 2016, Exchange Server 2019
250
+
251
+
Required: False
252
+
Position: Named
253
+
Default value: None
254
+
Accept pipeline input: False
255
+
Accept wildcard characters: False
256
+
```
257
+
199
258
### -MonitoringGroup
200
259
The MonitoringGroup parameter specifies how to add your Exchange servers to monitoring groups. You can add your servers to an existing group or create a monitoring group based on ___location or deployment, or to partition monitoring responsibility among your servers.
0 commit comments