Sending an Email to the user on Password Change

  • Thread starter Thread starter Amila Chandrasekera
  • Start date Start date
A

Amila Chandrasekera

We have a corporate Password policy. It is nice to send an email to a user
automatically when his password is about to expire. Do you know of any
method ?

Amila
 
Are you familiar with vbscripting?

Here are some examples:

Determine When a Password Expires (for a single user)
http://www.microsoft.com/technet/community/scriptcenter/user/scrug17.mspx

Send Email From a Script
http://www.microsoft.com/technet/community/scriptcenter/entscr/scrent15.mspx

Send Email Without Installing the SMTP service
http://www.microsoft.com/technet/community/scriptcenter/entscr/scrent16.mspx

ADSI Scriptomatic (Will help you with AD scripts)
http://www.microsoft.com/technet/community/scriptcenter/tools/admatic.mspx

// Patrick
 
Back
Top