ACJones
15 years agoLevel 2
ExchangeMailboxEntry - ADMbxFlags??
Hi all. Any ideas what the ADMbxFlags switch does in the ExchangeMailboxEntry table? Or to be more precise, where it comes from? We have a number of users (EV 8.0 SP1) who are not archiving during the automatic archiving runs. Archiving them manually works fine. I have discovered that it is because of this property. Most users have this set to '0' and they work fine, but a small subset of users (mostly those who have been moved to a different OU, Exchange server, or have been hidden and unhidden at some point) have this set to '2' or '3' and they do not seem to be archiving.
If I set this value to '0' manually for a user their automatic archiving appears to work, but then come the provisioning run it is set back to '2' or '3' automatically.
Comparing the properties in the AD accounts, I cannot find any significant differences, so does anyone know where this synchronises from please? And any suggestions of what I can do to prevent the provisioning task causing this problem?
PS I've tried searching, but cannot find any reference to this value in the documentation (or on these forums, or on Google! :-))
Cheers,
AC.
If I set this value to '0' manually for a user their automatic archiving appears to work, but then come the provisioning run it is set back to '2' or '3' automatically.
Comparing the properties in the AD accounts, I cannot find any significant differences, so does anyone know where this synchronises from please? And any suggestions of what I can do to prevent the provisioning task causing this problem?
PS I've tried searching, but cannot find any reference to this value in the documentation (or on these forums, or on Google! :-))
Cheers,
AC.
- There is this:
ExcludeDisabledADAccounts
Location
HKEY_LOCAL_MACHINE
\SOFTWARE
\KVS
\Enterprise Vault
\Agents
Content
DWORD.
0 - Enterprise Vault tries to synchronize all mailboxes, regardless of whether they are associated with disabled Active Directory accounts. If a synchronization attempt fails, Enterprise Vault records an error in the event log.
1 - (Default) Enterprise Vault does not synchronize mailboxes that are associated with disabled Active Directory accounts.
Description
Specifies whether Enterprise Vault tries to synchronize mailboxes that are associated with disabled Active Directory accounts.
Remember is you are 64 bit the registry tree is under:
HKEY_LOCAL_MACHINE
\Software
\Wow6432Node
\KVS
\Enterprise Vault