Forum Discussion

spakis007's avatar
spakis007
Level 3
13 years ago

How to find EV archive policy thru powershell

Morning All

We Recently had EV installed by our parent company. The question i have is we are trying to determine which users mailbox currently DO NOT have the archiving policy applied and if this is possible to achieve by using the Exchange powershell. Any assistance would be greatly appreciated.

 

We are using Enterprise Vault Version (Updated: i cannot access server atm to give you these details Apologises) Along with Exchange Server 2010 Ver 14.02.0318.001

 

Regards

 

 

  • That was a very clear explaination!  :)

    So a couple questions, do you have access to the EV Server and\or SQL Server?

    If yes, you could run this query to find mailboxes that are not enabled for archiving:

    USE EnterpriseVaultDirectory

    SELECT * FROM ExchangeMailboxEntry WHERE MbxArchivingState = 0

    That will give you a list of all mailboxes not enabled for archiving.