الأعراض
بعد تحديث نظام التشغيل (OS)، لم يعد دعم Microsoft Exchange لوقت التوقيت الصيفي (DST) دقيقا. تختلف أوقات الاجتماع بمقدار ساعة واحدة عن الإعدادات الأصلية ولم تعد مناطق المنطقة الزمنية المتوقعة موجودة في منتقي المنطقة الزمنية.
الدقة
لإصلاح هذه المشكلة، قم بتثبيت تحديث الأمان التالي:
معلومات إضافية
إذا كنت في إحدى المناطق الزمنية التالية عند إنشاء عناصر التقويم، فيجب عليك أيضا إنشاء تجاوزات إعداد لتمكين الإصلاح:
-
E. توقيت أمريكا الجنوبية الرسمي
-
توقيت وسط البرازيل الرسمي
-
التوقيت الرسمي المركزي (المكسيك)
-
توقيت مصر الرسمي
-
توقيت فيجي الرسمي
لتمكين الإصلاح، قم بتشغيل الإعداد التالي تجاوز أوامر cmdlets في جلسة عمل Exchange Management Shell (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 عليها.