Share via

After CU14 update install on exchange 2019, users can not change the expired passwords

Hassan Waheed 10 Reputation points
2024-02-29T17:36:07.8733333+00:00

After CU14 update install on exchange 2019, users can not change the expired passwords, Change password screen appears where you put the current and new passwords and then "something went wrong" appears. Please help

Exchange | Exchange Server | Other
Exchange | Exchange Server | Other

A robust email, calendaring, and collaboration platform developed by Microsoft, designed for enterprise-level communication and data management.Miscellaneous topics that do not fit into specific categories.

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

Exchange | Hybrid management
Exchange | Hybrid management

The administration of a hybrid deployment that connects on-premises Exchange Server with Exchange Online, enabling seamless integration and centralized control.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Yuki Sun-MSFT 41,456 Reputation points Moderator
    2024-04-01T05:42:28.5733333+00:00

    Hi @Hassan Waheed and @Jaroslav Mixa ,

    Just wondering are you in a multi-forest topology? If so, please go through the article below and make sure the setting override mentioned there has been configured.
    Users in account forest can’t change expired password in OWA in multi-forest Exchange deployments after installing August 2023 SU

    0 comments No comments

  2. Jaroslav Mixa 0 Reputation points
    2024-03-28T13:05:23.01+00:00

    We have the same issue.

    We have a hybrid environment and some users cannot log in or change passwords using OWA. The login window appears again and again.

    It seems it happens mainly to external users outside of the domain.

    We cleared the browser cache, saved passwords, and tried an incognito window. We tested Chrome and Firefox.

    It started after the last exchange upgrade.

    0 comments No comments

  3. Yuki Sun-MSFT 41,456 Reputation points Moderator
    2024-03-01T03:04:49.2166667+00:00

    Hi @Hassan Waheed ,

    Please run the Exchange PowerShell below to check if there's an OWA mailbox policy applied to the affected user:

    Get-CasMailbox <UserIdentity> | fl owamailboxpolicy
    
    

    If the result shows there's no OWA mailbox policy applied, go to EAC > Servers > Virtual Directories > Features, make sure the checkbox of "Change password" is selected:
    User's image

    In case the above has already been checked but the issue remains, please go EAC > Permissions > Outlook Web App policies, select the policy you want to use, click features, make sure the checkbox of the "Change password" is selected:

    User's image

    Apply the owa mailbox policy to the affected user:

    Set-CASMailbox -Identity <UserIdentity> -OwaMailboxPolicy <MailboxPolicyIdParameter>
    
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.