Enable Notify to the user about password expiration 14days and set individual user's password to never expire

it abatek 0 Reputation points
2023-09-05T09:37:21.63+00:00

Dear Support,

Many usefull functions related to Password are disappeared. I'd like to Enable 2 things

1.Notify to the user about password expiration 14days and

2.set individual user's password to never expire

How can I enable?

Best regards,

Ms.Napassorn Chayruang (IT Administrator)

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

4 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more

  2. Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
    2023-09-05T11:31:28.1066667+00:00

    There are no built-in methods to send a notification of password expiration in Azure:

    https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad/password-expiration-notification/m-p/3671346

    1 person found this answer helpful.
    0 comments No comments

  3. Satarzai 6 Reputation points
    2025-01-02T23:19:23.9666667+00:00

    @it abatek

    If this is still an issue, here is how you can fix it -

    User's image

    0 comments No comments

  4. Kavya 490 Reputation points
    2025-01-03T05:47:23.4666667+00:00

    If you configure via Password expiration policy, it will affect all the users in the org. To set for an individual user, you can use MS Graph PowerShell cmdlet.

    Update-MgUser –UserId 564f62c4-29cd-4d69-b1a0-51e9a6fca404 -PasswordPolicies DisablePasswordExpiration
    

    There is no built-in method available in Microsoft 365 to send password expiry notification, either you can use PowerShell script or Power Automate.

    0 comments No comments

Your answer

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