Hi
I have specific requirement from my organization that whenever a user resigned, i wish to set an auto reply in his / her mailbox with an alternate contact mail id. preferrably his reporting mail id auto picked as we dont want to shuffle with multiple manual contacts entries.
I wish to automate this with a powershell script so that whenever i disable his AD id and keep his mailbox active for 14 days, this auto reply will be set after disable and the id will be removed after 14 days.
The powershell script has to pick the user who has been disabled and set an MailboxAutoReplyConfiguration command for that mailbox with an external message set to contact his reporting mail id automatically picked from ad information.
Though i have ideas on bits and pieces i dont have the expertise to put it all together. if someone can help, it would really be useful.