症狀
在安裝 2024 年 11 月或之後的 Microsoft Exchange Server 安全更新後,Active Directory 伺服器會出現高 CPU 使用率,或應用程式可能停止回應。 這個問題會導致應用程式池在 Exchange 伺服器上被重複使用,Microsoft Outlook 也會被伺服器斷開連線。
原因
此問題是因為 MSIPC 在 Exchange Server 2016、2019 及訂閱版中預設啟用。 欲了解更多資訊,請參閱 Exchange Server 2019 與 2016 中預設啟用的 MSIPC。
解決方式
要解決此問題,請安裝以下安全更新:
- Microsoft Exchange Server 訂閱版本 RTM 安全更新說明:2025 年 8 月 12 日 (KB5063224)
- 2016 Microsoft Exchange Server 安全更新說明:2025 年 8 月 12 日 (KB5063223)
- 2019 Microsoft Exchange Server 安全更新說明:2025 年 8 月 12 日 (KB5063222)
- 2019 Microsoft Exchange Server 安全更新說明:2025 年 8 月 12 日 (KB5063221)
如果你已經啟用設定覆寫作為應用程式無法回應的權宜之計,安裝此更新後可以移除覆寫。 要移除設定覆寫,請使用升遷的Exchange 管理命令介面執行以下指令 (EMS) 實例:
注意
Get-SettingOverride | Where-Object {$_.ComponentName -eq "Encryption" -and $_.SectionName -eq "EnableNestedDGExpansion"} | Remove-SettingOverrideGet-ExchangeDiagnosticInfo -Process Microsoft.Exchange.Directory.TopologyService -Component VariantConfiguration -Argument Refresh