顯示具有 ECP 標籤的文章。 顯示所有文章
顯示具有 ECP 標籤的文章。 顯示所有文章

2022-10-17

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

 無法使用過期的 OAuth 憑證存取 OWA/EAC - Exchange | Microsoft Learn

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

 

 New-ExchangeCertificate -KeySize 2048 -PrivateKeyExportable $true -SubjectName "cn=Microsoft Exchange Server Auth Certificate" -FriendlyName "Microsoft Exchange Server Auth Certificate" -DomainName @()


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


Restart-WebAppPool MSExchangeOWAAppPool
Restart-WebAppPool MSExchangeECPAppPool

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環境

Windows 11 (business editions), version 25H2 (updated March 2026)

Windows 11 (business editions), version 25H2 (updated March 2026) (x64) - DVD (English) 已發行: 2026/3/17 SHA256: C72629DE809896C8B1C9100831117...