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 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.
222
+
### -MitigationsApplied
223
+
Do not use this parameter. The EM service uses this parameter to store and track mitigation status.
226
224
227
225
```yaml
228
-
Type: Boolean
226
+
Type: MultiValuedProperty
229
227
Parameter Sets: (All)
230
228
Aliases:
231
229
Applicable: Exchange Server 2016, Exchange Server 2019
@@ -242,6 +240,27 @@ The MitigationsBlocked parameter specifies a list of mitigations that are blocke
242
240
243
241
To enter multiple values and overwrite any existing Mitigation entries, use the following syntax: `@("Entry1","Entry2",..."EntryN")`.
244
242
243
+
```yaml
244
+
Type: MultiValuedProperty
245
+
Parameter Sets: (All)
246
+
Aliases:
247
+
Applicable: Exchange Server 2016, Exchange Server 2019
248
+
249
+
Required: False
250
+
Position: Named
251
+
Default value: None
252
+
Accept pipeline input: False
253
+
Accept wildcard characters: False
254
+
```
255
+
256
+
### -MitigationsEnabled
257
+
The MitigationsEnabled parameter specifies whether the Exchange Emergency Mitigation service (EM service) automatically applies mitigations on the Exchange server. Valid values are:
258
+
259
+
- $true: The EM Service automatically applies mitigations on the Exchange server.
260
+
- $false: Mitigations are not automatically applied on the Exchange server.
261
+
262
+
For more information, see [Exchange Emergency Mitigation (EM) service](https://docs.microsoft.com/exchange/exchange-emergency-mitigation-service).
This parameter is available only in on-premises Exchange.
2519
+
2520
+
The MitigationsEnabled parameter specifies whether the Exchange Emergency Mitigation service (EM service) is enabled in the organization. Valid values are:
2521
+
2522
+
- $true: The EM Service automatically applies mitigations on Exchange servers where the value of the _MitigationsEnabled_ parameter is $true on the **Set-ExchangeServer**.
2523
+
- $false: Mitigations are not automatically applied on Exchange servers.
2524
+
2525
+
For more information, see [Exchange Emergency Mitigation (EM) service](https://docs.microsoft.com/exchange/exchange-emergency-mitigation-service).
0 commit comments