Forum Discussion

Sam_Josh's avatar
2 months ago

How to check Total Number of Mailbox Archived

Hi,

I know it might be a basic question, can anyone help where to check, how many total mailboxes archiving in the Enterprise Vault Console ?

  • I don't have queries anymore, but you could find this in the EVDirectoryDB. I believe..

    Check the ExchangeMailboxEntry, and run a query to find the mailboxes where the MbxExchangeState=’0′

  • Use EnterpriseVaultDirectory
    Select COUNT(*) MbxIdentity
    From ExchangeMailboxEntry
    Where MbxArchivingState in (1,3)

    1 -- Enabled

    3 -- Relinked