Forum Discussion

Mohit_Pal's avatar
Mohit_Pal
Level 3
11 years ago

Way to find out active users in EV

Hi All,   Is there any way to find out the number of active users in the EV? Currently my customer environment have archives present for all users including the ones which are deactivated. Any ...
  • TonySterling's avatar
    11 years ago

    So if you want a list you need something like this:

    select MbxDisplayName, MbxAlias, MbxArchivingState,MbxExchangeState 
    from ExchangeMailboxEntry 
    where MbxArchivingState = 1

     


    MbxExchangeState
     0 = NORMAL, 1 = DELETED, 2 = HIDDEN

    MbxArchivingState
     0 = NONE, 1 = ENABLED, 2 = DISABLED