Is there a way to send a reminder (email alert) in Geneos which will remind a user 10/15 days before the expiry to avoid a password expiry issue.
I need reminder sent 10 days before the password expires. I configured the DB account to expire after every 60 days.
Thanks.
I don't think there is any plug-in availalable geneos to do this. An alternate would be to write a powershell script to populate user information. You can follow below steps:
Get-ADUsercmdlet to fetch password expiry information. The script should produce csv format output.