@@ -191,6 +191,7 @@ Set-OrganizationConfig [-AdfsAudienceUris <MultiValuedProperty>]
191
191
[-MicrosoftExchangeRecipientEmailAddressPolicyEnabled <Boolean>]
192
192
[-MicrosoftExchangeRecipientPrimarySmtpAddress <SmtpAddress>]
193
193
[-MicrosoftExchangeRecipientReplyRecipient <RecipientIdParameter>]
194
+ [-MitigationsEnabled <Boolean>]
194
195
[-OAuth2ClientProfileEnabled <Boolean>]
195
196
[-OrganizationSummary <MultiValuedProperty>]
196
197
[-PreferredInternetCodePageForShiftJis <Int32>]
@@ -210,6 +211,7 @@ Set-OrganizationConfig [-AdfsAudienceUris <MultiValuedProperty>]
210
211
[-SmtpActionableMessagesEnabled <Boolean>]
211
212
[-UMAvailableLanguages <MultiValuedProperty>]
212
213
[-UnblockUnsafeSenderPromptEnabled <Boolean>]
214
+ [-UseIcsSyncStateStreaming]
213
215
[-WACDiscoveryEndpoint <String>]
214
216
[-WhatIf]
215
217
[<CommonParameters>]
@@ -273,6 +275,7 @@ Set-OrganizationConfig [-AdfsAuthenticationConfiguration <String>]
273
275
[-MicrosoftExchangeRecipientEmailAddressPolicyEnabled <Boolean>]
274
276
[-MicrosoftExchangeRecipientPrimarySmtpAddress <SmtpAddress>]
275
277
[-MicrosoftExchangeRecipientReplyRecipient <RecipientIdParameter>]
278
+ [-MitigationsEnabled <Boolean>]
276
279
[-OAuth2ClientProfileEnabled <Boolean>]
277
280
[-OrganizationSummary <MultiValuedProperty>]
278
281
[-PreferredInternetCodePageForShiftJis <Int32>]
@@ -293,6 +296,7 @@ Set-OrganizationConfig [-AdfsAuthenticationConfiguration <String>]
293
296
[-SmtpActionableMessagesEnabled <Boolean>]
294
297
[-UMAvailableLanguages <MultiValuedProperty>]
295
298
[-UnblockUnsafeSenderPromptEnabled <Boolean>]
299
+ [-UseIcsSyncStateStreaming]
296
300
[-WACDiscoveryEndpoint <String>]
297
301
[-WhatIf]
298
302
[<CommonParameters>]
@@ -2510,6 +2514,29 @@ Accept pipeline input: False
2510
2514
Accept wildcard characters: False
2511
2515
` ` `
2512
2516
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
+
2513
2540
# ## -MobileAppEducationEnabled
2514
2541
This parameter is available only in the cloud-based service.
2515
2542
@@ -3109,6 +3136,24 @@ Accept pipeline input: False
3109
3136
Accept wildcard characters: False
3110
3137
` ` `
3111
3138
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
+
3112
3157
# ## -VisibleMeetingUpdateProperties
3113
3158
This parameter is available only in the cloud-based service.
3114
3159
0 commit comments