Skip to content

Commit 8a3370d

Browse files
committed
Update Set-OrganizationConfig.md
Added MitigationsEnabled and UseIcsSyncStateStreaming params for 2016/2019
1 parent 54ed085 commit 8a3370d

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ Set-OrganizationConfig [-AdfsAudienceUris <MultiValuedProperty>]
191191
[-MicrosoftExchangeRecipientEmailAddressPolicyEnabled <Boolean>]
192192
[-MicrosoftExchangeRecipientPrimarySmtpAddress <SmtpAddress>]
193193
[-MicrosoftExchangeRecipientReplyRecipient <RecipientIdParameter>]
194+
[-MitigationsEnabled <Boolean>]
194195
[-OAuth2ClientProfileEnabled <Boolean>]
195196
[-OrganizationSummary <MultiValuedProperty>]
196197
[-PreferredInternetCodePageForShiftJis <Int32>]
@@ -210,6 +211,7 @@ Set-OrganizationConfig [-AdfsAudienceUris <MultiValuedProperty>]
210211
[-SmtpActionableMessagesEnabled <Boolean>]
211212
[-UMAvailableLanguages <MultiValuedProperty>]
212213
[-UnblockUnsafeSenderPromptEnabled <Boolean>]
214+
[-UseIcsSyncStateStreaming]
213215
[-WACDiscoveryEndpoint <String>]
214216
[-WhatIf]
215217
[<CommonParameters>]
@@ -273,6 +275,7 @@ Set-OrganizationConfig [-AdfsAuthenticationConfiguration <String>]
273275
[-MicrosoftExchangeRecipientEmailAddressPolicyEnabled <Boolean>]
274276
[-MicrosoftExchangeRecipientPrimarySmtpAddress <SmtpAddress>]
275277
[-MicrosoftExchangeRecipientReplyRecipient <RecipientIdParameter>]
278+
[-MitigationsEnabled <Boolean>]
276279
[-OAuth2ClientProfileEnabled <Boolean>]
277280
[-OrganizationSummary <MultiValuedProperty>]
278281
[-PreferredInternetCodePageForShiftJis <Int32>]
@@ -293,6 +296,7 @@ Set-OrganizationConfig [-AdfsAuthenticationConfiguration <String>]
293296
[-SmtpActionableMessagesEnabled <Boolean>]
294297
[-UMAvailableLanguages <MultiValuedProperty>]
295298
[-UnblockUnsafeSenderPromptEnabled <Boolean>]
299+
[-UseIcsSyncStateStreaming]
296300
[-WACDiscoveryEndpoint <String>]
297301
[-WhatIf]
298302
[<CommonParameters>]
@@ -2510,6 +2514,29 @@ Accept pipeline input: False
25102514
Accept wildcard characters: False
25112515
```
25122516

2517+
### -MitigationsEnabled
2518+
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).
2526+
2527+
```yaml
2528+
Type: Boolean
2529+
Parameter Sets: AdfsAuthenticationParameter, AdfsAuthenticationRawConfiguration
2530+
Aliases:
2531+
Applicable: Exchange Server 2016, Exchange Server 2019
2532+
2533+
Required: False
2534+
Position: Named
2535+
Default value: None
2536+
Accept pipeline input: False
2537+
Accept wildcard characters: False
2538+
```
2539+
25132540
### -MobileAppEducationEnabled
25142541
This parameter is available only in the cloud-based service.
25152542

@@ -3109,6 +3136,24 @@ Accept pipeline input: False
31093136
Accept wildcard characters: False
31103137
```
31113138

3139+
### -UseIcsSyncStateStreaming
3140+
This parameter is available only in on-premises Exchange.
3141+
3142+
{{ Fill UseIcsSyncStateStreaming Description }}
3143+
3144+
```yaml
3145+
Type: SwitchParameter
3146+
Parameter Sets: AdfsAuthenticationParameter, AdfsAuthenticationRawConfiguration
3147+
Aliases:
3148+
Applicable: Exchange Server 2016, Exchange Server 2019
3149+
3150+
Required: False
3151+
Position: Named
3152+
Default value: None
3153+
Accept pipeline input: False
3154+
Accept wildcard characters: False
3155+
```
3156+
31123157
### -VisibleMeetingUpdateProperties
31133158
This parameter is available only in the cloud-based service.
31143159

0 commit comments

Comments
 (0)