2022-01-20

"Microsoft Exchange Server Auth Certificate" 重建/更新SOP

 如果 Exchange Server OAuth 憑證已過期,便無法登入 Outlook 網頁版或 EAC

(Get-AuthConfig).CurrentCertificateThumbprint | Get-ExchangeCertificate | Format-List

Set-AuthConfig -NewCertificateThumbprint <ThumbprintFromStep1> -NewCertificateEffectiveDate (Get-Date)

Set-AuthConfig -PublishCertificate

Set-AuthConfig -ClearPreviousCertificate

Restart-WebAppPool MSExchangeOWAAppPool

Restart-WebAppPool MSExchangeECPAppPool

注意!此憑證生效大約需要近48小時才會完整部署到全AD環境

沒有留言:

張貼留言

清查公司M365是否有啟動MFA多因素驗證

如何確認使用者已設置為必須使用 Microsoft Entra 多重驗證 (MFA) - Microsoft Entra ID | Microsoft Learn https://learn.microsoft.com/zh-tw/entra/identity/authentic...