Share via

Active Directory account password expiry email notification to end users

Amit 1 Reputation point
2021-06-14T06:05:32.72+00:00

Hello Friends,

Please help me to configure Windows Active Directory account password expiry email notification to end users.

Regards
Amit Kumar

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
{count} votes

2 answers

Sort by: Most helpful
  1. Agarwal, Mayank 6 Reputation points
    2022-11-15T04:56:04.273+00:00

    You can use the below powershell script and schedule it via windows task scheduler, this script will find the users whose password is going to expire in next 15 days and send them a notification email to change the password.

    https://www.magicpowershell.com/2022/10/password-expiry-reminder-email-alert.html

    0 comments No comments

  2. Anonymous
    2021-06-14T07:45:47.03+00:00

    Hi,
    Welcome to share here!
    To configure Windows Active Directory account password expiry email notification to end users, we need to run a script.
    Below is a script that can identify Active Directory accounts that are about to expire and sends a mail notification to the end users. It optionally allows sending the applied Password Policy settings which make easier for users to choose a new password that meets the company requirements.
    If you don't want to run the script manually, you may consider running it regularly by configure a schedule task.
    For more details, you can refer to the following links:
    Notify Active Directory Users about Password Expiry using PowerShell

    How to Setup a Password Expiration Notification Email Solution

    0 comments No comments

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.