This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Selecting Mailbox Database

I have a customer that uses the available space in the various Exchange Mailbox Databases to select the mail-database for a new email account.   I’m trying to figure out how to do the same in OneIdentity.

I see that all the Exchange databases are listed in the table “EX0MailBoxDatabase”, but there is no column in this table containing the available space.  Does the Exchange connector retrieve this?

Hint: In PowerShell, there is a command “Get-MailBoxDatabase”, and this returns a list of objects with the attribute “AvailableNewMailboxSpace”.  This is currently how the customer determines the available space.

Anyone have any experience with this?