Skip to content

Commit 54ed085

Browse files
committed
Update Set-ExchangeServer.md
Added new (but not used) MitigationsApplied parameter and sorted.
1 parent a732d2c commit 54ed085

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

exchange/exchange-ps/exchange/Set-ExchangeServer.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ Set-ExchangeServer [-Identity] <ServerIdParameter>
2929
[-ErrorReportingEnabled <Boolean>]
3030
[-InternetWebProxy <Uri>]
3131
[-InternetWebProxyBypassList <MultiValuedProperty>]
32-
[-MitigationsEnabled <Boolean>]
32+
[-MitigationsApplied <MultiValuedProperty>]
3333
[-MitigationsBlocked <MultiValuedProperty>]
34+
[-MitigationsEnabled <Boolean>]
3435
[-MonitoringGroup <String>]
3536
[-ProductKey <ProductKey>]
3637
[-StaticConfigDomainController <String>]
@@ -218,14 +219,11 @@ Accept pipeline input: False
218219
Accept wildcard characters: False
219220
```
220221

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.
222+
### -MitigationsApplied
223+
Do not use this parameter. The EM service uses this parameter to store and track mitigation status.
226224

227225
```yaml
228-
Type: Boolean
226+
Type: MultiValuedProperty
229227
Parameter Sets: (All)
230228
Aliases:
231229
Applicable: Exchange Server 2016, Exchange Server 2019
@@ -242,6 +240,27 @@ The MitigationsBlocked parameter specifies a list of mitigations that are blocke
242240

243241
To enter multiple values and overwrite any existing Mitigation entries, use the following syntax: `@("Entry1","Entry2",..."EntryN")`.
244242

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).
263+
245264
```yaml
246265
Type: Boolean
247266
Parameter Sets: (All)

0 commit comments

Comments
 (0)