症狀
在你更新作業系統 (作業系統) 後,Microsoft Exchange 對夏令時間 (夏令時間的支援就不再準確) 。 會議時間與原始設定相差一小時,且預期時區區域已不再存在於時區選擇器中。
解決方式
若要解決這個問題,請安裝下列安全性更新:
其他資訊
如果你在建立行事曆項目時身處以下時區之一,也必須建立設定覆寫以啟用修正:
- E. 南美洲Standard Time
- 巴西中部標準時間
- 中Standard時間 (墨西哥)
- 埃及標準時間
- 斐濟 Standard 時間
要啟用此修正,請在 EMS) session (升高的 Exchange 管理命令介面 執行以下設定覆寫 cmdlet:
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 Process Activation Service (WAS)。 做法是執行以下命令:
Restart-Service -Name W3SVC, WAS -Force
重要
只在執行設定覆蓋 cmdlet 的 Exchange 伺服器上重新啟動服務。