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.
132
+
133
+
```yml
134
+
Type: Boolean
135
+
Position: Named
136
+
Default value: None
137
+
Accept pipeline input: False
138
+
Accept wildcard characters: False
139
+
Applies to: Exchange Server 2016, Exchange Server 2019
140
+
```
141
+
127
142
### -DomainController
128
143
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
144
@@ -195,6 +210,31 @@ Default value: None
195
210
Accept pipeline input: False
196
211
Accept wildcard characters: False
197
212
```
213
+
### -MitigationsEnabled
214
+
The MitigationsEnabled parameter specifies whether the EM Service will auto-apply mitigations on the Exchange Server.
215
+
216
+
```yml
217
+
Type: Boolean
218
+
Position: Named
219
+
Default value: None
220
+
Accept pipeline input: False
221
+
Accept wildcard characters: False
222
+
Applies to: Exchange Server 2016, Exchange Server 2019
223
+
```
224
+
225
+
### -MitigationsBlocked
226
+
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
+
228
+
To enter multiple values and overwrite any existing Mitigation entries, use the following syntax: @("M1","M2","M3").
229
+
230
+
```yml
231
+
Type: MultiValuedProperty
232
+
Position: Named
233
+
Default value: None
234
+
Accept pipeline input: False
235
+
Accept wildcard characters: False
236
+
Applies to: Exchange Server 2016, Exchange Server 2019
237
+
```
198
238
199
239
### -MonitoringGroup
200
240
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