現象
オペレーティング システム (OS) を更新すると、夏時間 (DST) に対する Microsoft Exchange のサポートが正確ではなくなります。 会議時間は元の設定とは 1 時間異なり、タイム ゾーン ピッカーに予期されるタイム ゾーン領域が存在しなくなりました。
解決方法
この問題を修正するには、次のセキュリティ更新プログラムをインストールします。
ページの先頭へ
予定表アイテムを作成するときに次のいずれかのタイム ゾーンにいる場合は、設定のオーバーライドを作成して修正を有効にする必要もあります。
-
E. South America Standard Time (南アメリカ東部標準時)
-
中央ブラジル標準時
-
中央標準時 (メキシコ)
-
エジプト標準時
-
フィジー標準時
修正を有効にするには、管理者特権の Exchange 管理シェル (EMS) セッションで次の設定オーバーライド コマンドレットを実行します。
-
New-SettingOverride -Name "EIWrongAfterDSTChangeMitigationSettings" -Component MailboxTransport -Section ExceptionalInstanceWrongAfterDSTChangeMitigationSettings -Parameters ("Enabled=True") -Reason "Enabling DST Fixes"
-
New-SettingOverride -Name "EIDSTChangeMitigationBeforeTryUpdateCalendarItem" -Component MailboxTransport -Section ExceptionalInstanceDSTChangeMitigationBeforeTryUpdateCalendarItem -Parameters ("Enabled=True") -Reason "Enabling DST Fixes"
-
New-SettingOverride -Name "EIDSTChangeMitigationBeforeSave" -Component MailboxTransport -Section ExceptionalInstanceDSTChangeMitigationBeforeSave -Parameters ("Enabled=True") -Reason "Enabling DST Fixes"
-
New-SettingOverride -Name "EnableRemoteWriteTZMitigation" -Component EntitiesCalendaring -Section EnableRemoteWriteTZMitigation -Parameters ("Enabled=True") -Reason "Enabling DST Fixes"
-
New-SettingOverride -Name "UseRecurrenceTimeZoneWhenUpdatingOccurrences" -Component EntitiesCalendaring -Section UseRecurrenceTimeZoneWhenUpdatingOccurrences -Parameters ("Enabled=True") -Reason "Enabling DST Fixes"
-
New-SettingOverride -Name "FallbackToRebaseUsingDisplayName" -Component EntitiesCalendaring -Section FallbackToRebaseUsingDisplayName -Parameters ("Enabled=True") -Reason "Enabling DST Fixes"
-
New-SettingOverride -Name "ReturnNormalizedTimeTimeZoneAsIntendedTimeZone" -Component EntitiesCalendaring -Section ReturnNormalizedTimeTimeZoneAsIntendedTimeZone -Parameters ("Enabled=True") -Reason "Enabling DST Fixes"
-
New-SettingOverride -Name "RepairAttendeeInconsistentModifiedOccurrenceTime" -Component CalendarRepair -Section RepairAttendeeInconsistentModifiedOccurrenceTime -Parameters ("Enabled=true") -Reason "Enabling CRA DST Fixes"
次のコマンドを実行して、VariantConfiguration 引数を更新します。
-
Get-ExchangeDiagnosticInfo -Process Microsoft.Exchange.Directory.TopologyService -Component VariantConfiguration -Argument Refresh
新しい設定を適用するには、World Wide Web Publishing サービスと Windows プロセス ライセンス認証サービス (WAS) を再起動します。 このためには、次のコマンドを実行します。
-
Restart-Service -Name W3SVC, WAS -Force
重要: 設定オーバーライド コマンドレットが実行されている Exchange サーバーでのみサービスを再起動します。