There are no built-in methods to send a notification of password expiration in Azure:
Enable Notify to the user about password expiration 14days and set individual user's password to never expire
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
4 answers
Sort by: Most helpful
-
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
-
Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
2023-09-05T11:31:28.1066667+00:00 -
Satarzai 6 Reputation points
2025-01-02T23:19:23.9666667+00:00 -
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.