Hello all
A case were someone already have implemented an complex and working ARS solutions I facing some problems..
Right now I don’t want to change any of the code or procedures but is looking for a quick fix
The problem is as follows:
The code created a user fine and everything is dandy, there is a job "terminating" the user when the user leaved the company. So far no problems.
The problem occurs when the same user is rehired. This happens alot - the person responsible for the code done a god job and made a procedure deleting the user and the recreates the same user with same id to ensure everything is deleted.
The problem is the customer does not want everything to be deleted - they want the user to get the same mail data (and home drive and profile) if they are rehired within 2 years. They have always done this manually, but is has not been implemented in the new code.
So the problem is when creating a new user – we delete old use and recreates a new user to remove all security.
Hence the connection to Exchange is dropped and we have a disconnected mailbox
My idear is is to search for old mailbox for the same user and import old mail data to the new mailbox (maybe delete old mailbox)??
This run once a day.
According to them they have a lot of these so manually doing this is not an option
Please help