Mohit_Pal
11 years agoLevel 3
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 way to get this information?
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 = HIDDENMbxArchivingState
0 = NONE, 1 = ENABLED, 2 = DISABLED