Users Password expiry notification from Azure

Kingsley Chibundu 31 Reputation points
2020-08-03T21:29:44.58+00:00

Hi,

Please It is possible to configure users to get Password expiry notifications,

We have Azure AD Connect configured but would like users to get notifications for Password expiry

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
265 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,672 questions
{count} votes

10 answers

Sort by: Most helpful
  1. Ravi Bowman 26 Reputation points
    2021-09-16T13:33:07.677+00:00

    This is 2021, we have been dealing with inefficient or non-existent password expiration notifications for too long. Someone needs to correct this basic core feature...

    5 people found this answer helpful.
    0 comments No comments

  2. AmanpreetSingh-MSFT 56,311 Reputation points
    2020-08-04T05:09:50.243+00:00

    Hello @Kingsley Chibundu

    Since you have Azure AD Connect configured to sync the User Accounts, and if you have configured Password Sync as well, you would first need to Enforce cloud password policy for Password Synced Users by using below cmdlet:

    • Run Connect-MsolService and login with Global Admin account.
    • Run Set-MsolDirSyncFeature -Feature EnforceCloudPasswordPolicyForPasswordSyncedUsers -Enable $true to Enforce cloud password policy for Password Synced Users

    Set the password validity period and notification days by using below cmdlet:

    • Set-MsolPasswordPolicy -ValidityPeriod 60 -NotificationDays 14

    This command updates the tenant so that all users passwords expire after 60 days. The users receive notification 14 days prior to that expiry.

    -----------------------------------------------------------------------------------------------------------

    Please do "Accept the answer" wherever the information provided helps you. This will help others in the community as well.

    4 people found this answer helpful.

  3. AnkurVeee 16 Reputation points
    2021-08-16T15:58:26.227+00:00

    Also, there may be multiple service accounts which might be present and enabling the password expiry will expire password for those Service accounts as well which will break the applications or what ever the service account is getting used for.

    Is there a way to trigger the email notification to ONLY MEMBER ACCOUNTS WHICH HAS EMPLOYEE ID in their Azure AD profile?

    3 people found this answer helpful.
    0 comments No comments

  4. Tony GA 31 Reputation points
    2022-05-02T14:56:56.21+00:00

    It is sad that Microsoft thinks they can call Azure AD an enterprise level solution when they can't include basic, critical features like password expiration notifications in the product set. These answers that side-step the actual issue, question, and desire of customers display a true lack of customer care.

    Just because some of your customers can use 3rd party solutions or devise work-arounds doesn't mean your product is providing the functionality that is needed, in fact it is not. Not everyone can utilize these outside solutions - especially not in GCC-High.

    There has to be a solution that is not single focused. Why shouldn't we be able to simply enable a password reminder every x days for all cloud-based/AAD-based accounts? Why wouldn't the system enable an option to send a notification x days prior to a pw expiration on all AAD-based accounts regardless of AD Connect status?

    3 people found this answer helpful.
    0 comments No comments

  5. Dye, Larry 11 Reputation points
    2021-08-11T15:42:01.06+00:00

    The suggested method of enforcing the cloud password policy is not an acceptable answer for hybrid environments using PHS since the on prem password policy is what will most likely be desired; especially if you have fine grained password policies set. That means that despite years of us asking for this to be addressed the only solution to date for hybrid organizations is to either implement a custom script/scheduled task or a third party tool to fill this gap in MS Azure functionality.

    2 people found this answer helpful.
    0 comments No comments