User account set expired date
-
Hi there,
Can we set an expiration date for a user account?
-
From the UI you can disable an account after X days of being inactive, but I don't believe there is a way to set a date for the account to be deactivated.
You could set a Do Not Disturb schedule for the account, with a start date and time, and then set the end date and time into the distant future. This will freeze the account, so the user will be unable to login, but the account can still receive email.
I If you want to set a date to disable the account, even if its still being used, you'd have to do some custom work. For example, you could use have a script copy an edituser.sem file to the MDaemon\app directory on the date/time to disable the account. Or you could write a script that uses the XMLAPI to disable the account on a given date. If you are interested in trying to use a script to complete the task, please let me know and I will put together a sample for you.