הגדרות שעון הקיץ לא מדויקות לאחר עדכון של מערכת ההפעלה

חל על
Exchange Server 2019 Exchange Server 2016

סימפטומים

לאחר עדכון מערכת ההפעלה (OS), התמיכה של Microsoft Exchange בשעון הקיץ (DST) אינה מדויקת עוד. מועדי הפגישה שונים בשעה אחת מההגדרות המקוריות ואזורי הזמן הצפויים אינם קיימים עוד בבורר אזור הזמן.

פתרון

כדי לפתור בעיה זו, התקן את עדכון האבטחה הבא:

מידע נוסף

אם אתה נמצא באחד ואזורי הזמן הבאים בעת יצירת פריטי לוח שנה, עליך גם ליצור עקיפות הגדרה כדי להפוך את התיקון לזמין:

  • ה. השעה הדרום Standard אמריקה
  • שעון מרכז Standard ברזילאי
  • שעון Standard המרכזי (מקסיקו)
  • שעון רגיל מצרים
  • זמן Standard'י

כדי להפוך את התיקון לזמין, הפעל את ההגדרה הבאה עוקפת רכיבי cmdlet בהפעלת מעטפת ניהול של 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

כדי להחיל את ההגדרות החדשות, הפעל מחדש את שירות הפרסום באינטרנט ואת שירות הפעלת התהליך של Windows (היה). לשם כך, הפעל את הפקודה הבאה:

  • Restart-Service -Name W3SVC, WAS -Force

חשוב

הפעל מחדש את השירותים רק בשרתי Exchange שבהם ה- cmdlet של עקיפת ההגדרות פועל.