סימפטומים
לאחר עדכון מערכת ההפעלה (OS), התמיכה של Microsoft Exchange בשעון קיץ (DST) אינה מדויקת עוד. מועדי הפגישות שונים בשעה אחת מההגדרות המקוריות, ואזורי אזור הזמן הצפויים אינם קיימים עוד בבורר אזורי הזמן.
פתרון
כדי לפתור בעיה זו, התקן את עדכון האבטחה הבא:
מידע נוסף
אם אתה נמצא באחד מאזורי הזמן הבאים בעת יצירת פריטי לוח שנה, עליך גם ליצור עקיפות של הגדרות כדי להפוך את התיקון לזמין:
- ה. South America Standard Time
- שעון מרכז ברזיל Standard Time
- Central Standard Time (מקסיקו)
- שעון רגיל מצרים
- שעון פיג'י 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 (WAS). לשם כך, הפעל את הפקודה הבאה:
Restart-Service -Name W3SVC, WAS -Force
חשוב
הפעל מחדש את השירותים רק בשרתי Exchange שבהם מופעל cmdlet עוקף הגדרות.