Forum Discussion

Matthew_Payntin's avatar
14 years ago

Question about removing users from EV via the SQL Tables

I am currently in the process of removing accounts from EV that were deleted almost as soon as they were made. I tried looking through the admin guide and on google but couldn't find an answer to t...
  • JesusWept3's avatar
    14 years ago

    The ExchangeMailboxEntry table is populated via the Provisioning Task and each time it runs it will update the active entries.

    If you do a DELETE FROM ExchangeMailboxEntry it will clear all the entries, and then when provisioning runs it will repopulate the table and then link the mailboxes to the archive, populating the DefaultVaultId to its ID in the 'Root' table.