How to bring back Accidentally Deleted User Archive Mailbox on Administration Console
Hi,
Would be needing some help.
How to bring back Accidentally Deleted User Archive Mailbox on Administration Console
Thank you in advance.
Hello again.
Run the provisioning task. Verify in the provisioning report the user you want to recreate is showing in the report. In the VAC, enable the user again for archiving. If he does not show, then first try to disable, then enable. Once enabled, run a synchronization from the archiving task against that mailbox. Then perform a 'run now'. That should (re)create the archive.
Hi mate,
It is possible that the user is still enabled in EV. Can you go through the Disable User wizard and see if the user still shows enabled. If so, disable it first then enable the user again.
As far as I recall, the provisioning report should be accessible via the properties of the Provisioning task (tab Reports), and should also be in folder ..\Enterprise Vault\Reports\Provisioning.
As for the issue you're seeing, Virgil is pointing to the right direction. below might be a solution for you.
--
-- Query to get accoutn show on Sync at task
--USE EnterpriseVaultDirectory
UPDATE ExchangeMailboxEntry
SET MbxExchangeState = '0'
WHERE (MbxExchangeState = '2')
and (MbxDisplayName like '%part of name%')